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
cc333af6
Commit
cc333af6
authored
4 years ago
by
Radhika Kundam
Committed by
Sarath Subramanian
4 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-4051: Atlas-Remove jetty-jsp dependency
Signed-off-by:
Sarath Subramanian
<
sarath@apache.org
>
parent
404652e8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
22 deletions
+0
-22
pom.xml
pom.xml
+0
-17
pom.xml
webapp/pom.xml
+0
-5
No files found.
pom.xml
View file @
cc333af6
...
...
@@ -702,7 +702,6 @@
<jersey.version>
1.19
</jersey.version>
<jettison.version>
1.3.7
</jettison.version>
<jetty-maven-plugin.stopWait>
10
</jetty-maven-plugin.stopWait>
<jetty.jsp.version>
9.2.30.v20200428
</jetty.jsp.version>
<jetty.version>
9.4.31.v20200723
</jetty.version>
<joda-time.version>
2.10.6
</joda-time.version>
<json.version>
3.2.11
</json.version>
...
...
@@ -857,22 +856,6 @@
</dependency>
<dependency>
<groupId>
org.eclipse.jetty
</groupId>
<artifactId>
jetty-jsp
</artifactId>
<version>
${jetty.jsp.version}
</version>
<exclusions>
<exclusion>
<groupId>
javax.servlet
</groupId>
<artifactId>
*
</artifactId>
</exclusion>
<exclusion>
<groupId>
org.glassfish
</groupId>
<artifactId>
javax.el
</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
org.glassfish
</groupId>
<artifactId>
javax.el
</artifactId>
<version>
3.0.0
</version>
...
...
This diff is collapsed.
Click to expand it.
webapp/pom.xml
View file @
cc333af6
...
...
@@ -320,11 +320,6 @@
</dependency>
<dependency>
<groupId>
org.eclipse.jetty
</groupId>
<artifactId>
jetty-jsp
</artifactId>
</dependency>
<dependency>
<groupId>
org.glassfish
</groupId>
<artifactId>
javax.el
</artifactId>
</dependency>
...
...
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