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
d4fb8ad6
Commit
d4fb8ad6
authored
Dec 22, 2014
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish POM artifact order
parent
20c8e54c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
pom.xml
spring-boot-dependencies/pom.xml
+5
-5
pom.xml
spring-boot-starters/spring-boot-starter-jetty/pom.xml
+2
-2
No files found.
spring-boot-dependencies/pom.xml
View file @
d4fb8ad6
...
@@ -935,11 +935,6 @@
...
@@ -935,11 +935,6 @@
</exclusion>
</exclusion>
</exclusions>
</exclusions>
</dependency>
</dependency>
<dependency>
<groupId>
org.eclipse.jetty.orbit
</groupId>
<artifactId>
javax.servlet.jsp
</artifactId>
<version>
${jetty-jsp.version}
</version>
</dependency>
<dependency>
<dependency>
<groupId>
org.eclipse.jetty
</groupId>
<groupId>
org.eclipse.jetty
</groupId>
<artifactId>
jetty-util
</artifactId>
<artifactId>
jetty-util
</artifactId>
...
@@ -950,6 +945,11 @@
...
@@ -950,6 +945,11 @@
<artifactId>
jetty-webapp
</artifactId>
<artifactId>
jetty-webapp
</artifactId>
<version>
${jetty.version}
</version>
<version>
${jetty.version}
</version>
</dependency>
</dependency>
<dependency>
<groupId>
org.eclipse.jetty.orbit
</groupId>
<artifactId>
javax.servlet.jsp
</artifactId>
<version>
${jetty-jsp.version}
</version>
</dependency>
<dependency>
<dependency>
<groupId>
org.eclipse.jetty.websocket
</groupId>
<groupId>
org.eclipse.jetty.websocket
</groupId>
<artifactId>
javax-websocket-server-impl
</artifactId>
<artifactId>
javax-websocket-server-impl
</artifactId>
...
...
spring-boot-starters/spring-boot-starter-jetty/pom.xml
View file @
d4fb8ad6
...
@@ -20,11 +20,11 @@
...
@@ -20,11 +20,11 @@
<dependencies>
<dependencies>
<dependency>
<dependency>
<groupId>
org.eclipse.jetty
</groupId>
<groupId>
org.eclipse.jetty
</groupId>
<artifactId>
jetty-
webap
p
</artifactId>
<artifactId>
jetty-
js
p
</artifactId>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.eclipse.jetty
</groupId>
<groupId>
org.eclipse.jetty
</groupId>
<artifactId>
jetty-
js
p
</artifactId>
<artifactId>
jetty-
webap
p
</artifactId>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.eclipse.jetty.websocket
</groupId>
<groupId>
org.eclipse.jetty.websocket
</groupId>
...
...
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