Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
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
DEMO
spring-boot
Commits
2136bea4
Commit
2136bea4
authored
Sep 24, 2017
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade to Jetty 9.4.7.v20170914
Closes gh-10396
parent
f9c44b46
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
pom.xml
spring-boot-dependencies/pom.xml
+1
-1
pom.xml
spring-boot-starters/spring-boot-starter-jetty/pom.xml
+4
-0
No files found.
spring-boot-dependencies/pom.xml
View file @
2136bea4
...
@@ -111,7 +111,7 @@
...
@@ -111,7 +111,7 @@
<jedis.version>
2.9.0
</jedis.version>
<jedis.version>
2.9.0
</jedis.version>
<jersey.version>
2.25.1
</jersey.version>
<jersey.version>
2.25.1
</jersey.version>
<jest.version>
2.0.4
</jest.version>
<jest.version>
2.0.4
</jest.version>
<jetty.version>
9.4.
6.v20170531
</jetty.version>
<jetty.version>
9.4.
7.v20170914
</jetty.version>
<jetty-jsp.version>
2.2.0.v201112011158
</jetty-jsp.version>
<jetty-jsp.version>
2.2.0.v201112011158
</jetty-jsp.version>
<jetty-el.version>
8.0.33
</jetty-el.version>
<jetty-el.version>
8.0.33
</jetty-el.version>
<jms-api.version>
1.1-rev-1
</jms-api.version>
<jms-api.version>
1.1-rev-1
</jms-api.version>
...
...
spring-boot-starters/spring-boot-starter-jetty/pom.xml
View file @
2136bea4
...
@@ -39,6 +39,10 @@
...
@@ -39,6 +39,10 @@
<groupId>
org.eclipse.jetty
</groupId>
<groupId>
org.eclipse.jetty
</groupId>
<artifactId>
jetty-jndi
</artifactId>
<artifactId>
jetty-jndi
</artifactId>
</exclusion>
</exclusion>
<exclusion>
<groupId>
javax.websocket
</groupId>
<artifactId>
javax.websocket-client-api
</artifactId>
</exclusion>
</exclusions>
</exclusions>
</dependency>
</dependency>
<dependency>
<dependency>
...
...
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