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
5684924f
Commit
5684924f
authored
Sep 21, 2016
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish
parent
6fb44b24
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
11 deletions
+1
-11
pom.xml
spring-boot-dependencies/pom.xml
+0
-10
pom.xml
spring-boot-samples/spring-boot-sample-webservices/pom.xml
+1
-1
No files found.
spring-boot-dependencies/pom.xml
View file @
5684924f
...
@@ -343,11 +343,6 @@
...
@@ -343,11 +343,6 @@
<artifactId>
spring-boot-starter-data-redis
</artifactId>
<artifactId>
spring-boot-starter-data-redis
</artifactId>
<version>
1.5.0.BUILD-SNAPSHOT
</version>
<version>
1.5.0.BUILD-SNAPSHOT
</version>
</dependency>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-redis
</artifactId>
<version>
1.5.0.BUILD-SNAPSHOT
</version>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-data-neo4j
</artifactId>
<artifactId>
spring-boot-starter-data-neo4j
</artifactId>
...
@@ -524,11 +519,6 @@
...
@@ -524,11 +519,6 @@
<artifactId>
spring-boot-starter-web-services
</artifactId>
<artifactId>
spring-boot-starter-web-services
</artifactId>
<version>
1.5.0.BUILD-SNAPSHOT
</version>
<version>
1.5.0.BUILD-SNAPSHOT
</version>
</dependency>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-ws
</artifactId>
<version>
1.5.0.BUILD-SNAPSHOT
</version>
</dependency>
<!-- Third Party -->
<!-- Third Party -->
<dependency>
<dependency>
...
...
spring-boot-samples/spring-boot-sample-webservices/pom.xml
View file @
5684924f
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-ws
</artifactId>
<artifactId>
spring-boot-starter-w
eb-service
s
</artifactId>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
jaxen
</groupId>
<groupId>
jaxen
</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