Commit bb59711 dfranco
committed
1 parent ff8bfe3 commit bb59711 Copy full SHA for bb59711
File tree 2 files changed +0
-16
lines changed
2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 72
72
<spring-cloud-security .version>2.2.5.RELEASE</spring-cloud-security .version>
73
73
<spring-data-neo4j-rx .version>1.1.1</spring-data-neo4j-rx .version>
74
74
<spring-security-jwt .version>1.1.1.RELEASE</spring-security-jwt .version>
75
- <spring-security-oauth .version>2.5.1.RELEASE</spring-security-oauth .version>
76
75
<springfox .version>3.0.0</springfox .version>
77
76
<testcontainers .version>1.16.0</testcontainers .version>
78
77
<xmemcached .version>2.4.7</xmemcached .version>
624
623
<artifactId >spring-security-jwt</artifactId >
625
624
<version >${spring-security-jwt.version} </version >
626
625
</dependency >
627
- <dependency >
628
- <groupId >org.springframework.security.oauth</groupId >
629
- <artifactId >spring-security-oauth</artifactId >
630
- <version >${spring-security-oauth.version} </version >
631
- </dependency >
632
- <dependency >
633
- <groupId >org.springframework.security.oauth</groupId >
634
- <artifactId >spring-security-oauth2</artifactId >
635
- <version >${spring-security-oauth.version} </version >
636
- </dependency >
637
626
<dependency >
638
627
<groupId >org.neo4j.springframework.data</groupId >
639
628
<artifactId >spring-data-neo4j-rx-spring-boot-starter</artifactId >
Original file line number Diff line number Diff line change 148
148
<artifactId >spring-security-data</artifactId >
149
149
<optional >true</optional >
150
150
</dependency >
151
- <dependency >
152
- <groupId >org.springframework.security.oauth</groupId >
153
- <artifactId >spring-security-oauth2</artifactId >
154
- <optional >true</optional >
155
- </dependency >
156
151
<dependency >
157
152
<groupId >io.projectreactor</groupId >
158
153
<artifactId >reactor-core</artifactId >
You can’t perform that action at this time.
0 commit comments