Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
860258d3
Commit
860258d3
authored
7 years ago
by
apoorvnaik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-2467: Spring security & nimbus-jose-jwt version Upgrade
parent
afbc6975
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
13 deletions
+3
-13
pom.xml
pom.xml
+2
-8
pom.xml
webapp/pom.xml
+1
-5
No files found.
pom.xml
View file @
860258d3
...
...
@@ -559,8 +559,8 @@
<fastutil.version>
6.5.16
</fastutil.version>
<guice.version>
4.1.0
</guice.version>
<spring.version>
4.3.8.RELEASE
</spring.version>
<spring.security.version>
4.2.
2
.RELEASE
</spring.security.version>
<spring-ldap-core.version>
2.3.1.RELEASE
</spring-ldap-core.version>
<spring.security.version>
4.2.
4
.RELEASE
</spring.security.version>
<javax.servlet.version>
3.1.0
</javax.servlet.version>
<guava.version>
19.0
</guava.version>
<scala.version>
2.11.8
</scala.version>
...
...
@@ -1269,12 +1269,6 @@
</dependency>
<dependency>
<groupId>
org.springframework.ldap
</groupId>
<artifactId>
spring-ldap-core
</artifactId>
<version>
${spring-ldap-core.version}
</version>
</dependency>
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-aop
</artifactId>
<version>
${spring.version}
</version>
...
...
This diff is collapsed.
Click to expand it.
webapp/pom.xml
View file @
860258d3
...
...
@@ -320,10 +320,6 @@
<groupId>
javax.servlet
</groupId>
<artifactId>
javax.servlet-api
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.ldap
</groupId>
<artifactId>
spring-ldap-core
</artifactId>
</dependency>
<!-- Jersey + Spring -->
<dependency>
...
...
@@ -408,7 +404,7 @@
<dependency>
<groupId>
com.nimbusds
</groupId>
<artifactId>
nimbus-jose-jwt
</artifactId>
<version>
3.9
</version>
<version>
5.4
</version>
<scope>
compile
</scope>
<exclusions>
<exclusion>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment