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
f18555cd
Commit
f18555cd
authored
7 years ago
by
ashutoshm
Committed by
Sarath Subramanian
7 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-2089: Upgrade Jetty to newer version
Signed-off-by:
Sarath Subramanian
<
ssubramanian@hortonworks.com
>
parent
d7acdba7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
pom.xml
pom.xml
+4
-3
No files found.
pom.xml
View file @
f18555cd
...
@@ -527,7 +527,8 @@
...
@@ -527,7 +527,8 @@
<node.version>
v0.10.30
</node.version>
<node.version>
v0.10.30
</node.version>
<node-for-v2.version>
v4.4.2
</node-for-v2.version>
<node-for-v2.version>
v4.4.2
</node-for-v2.version>
<slf4j.version>
1.7.21
</slf4j.version>
<slf4j.version>
1.7.21
</slf4j.version>
<jetty.version>
9.2.12.v20150709
</jetty.version>
<jetty.version>
9.4.0.v20161208
</jetty.version>
<jetty.jsp.version>
9.2.12.v20150709
</jetty.jsp.version>
<jersey.version>
1.19
</jersey.version>
<jersey.version>
1.19
</jersey.version>
<tinkerpop.version>
2.6.0
</tinkerpop.version>
<tinkerpop.version>
2.6.0
</tinkerpop.version>
<titan.version>
0.5.4
</titan.version>
<titan.version>
0.5.4
</titan.version>
...
@@ -740,7 +741,7 @@
...
@@ -740,7 +741,7 @@
<dependency>
<dependency>
<groupId>
org.eclipse.jetty
</groupId>
<groupId>
org.eclipse.jetty
</groupId>
<artifactId>
jetty-jsp
</artifactId>
<artifactId>
jetty-jsp
</artifactId>
<version>
${jetty.version}
</version>
<version>
${jetty.
jsp.
version}
</version>
<exclusions>
<exclusions>
<exclusion>
<exclusion>
<groupId>
javax.servlet
</groupId>
<groupId>
javax.servlet
</groupId>
...
@@ -1024,7 +1025,7 @@
...
@@ -1024,7 +1025,7 @@
<dependency>
<dependency>
<groupId>
javax.servlet.jsp
</groupId>
<groupId>
javax.servlet.jsp
</groupId>
<artifactId>
jsp-api
</artifactId>
<artifactId>
jsp-api
</artifactId>
<version>
2.
0
</version>
<version>
2.
1
</version>
</dependency>
</dependency>
<!-- JSON -->
<!-- JSON -->
...
...
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