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
fa3b5935
Commit
fa3b5935
authored
Aug 20, 2013
by
Biju Kunjummen
Committed by
Phillip Webb
Sep 06, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed spring-boot related version from dependencies of samples
parent
d88e1b4b
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
0 additions
and
16 deletions
+0
-16
pom.xml
spring-boot-samples/spring-boot-sample-batch/pom.xml
+0
-1
pom.xml
spring-boot-samples/spring-boot-sample-data-jpa/pom.xml
+0
-2
pom.xml
spring-boot-samples/spring-boot-sample-integration/pom.xml
+0
-1
pom.xml
spring-boot-samples/spring-boot-sample-jetty/pom.xml
+0
-2
pom.xml
spring-boot-samples/spring-boot-sample-profile/pom.xml
+0
-1
pom.xml
spring-boot-samples/spring-boot-sample-simple/pom.xml
+0
-1
pom.xml
spring-boot-samples/spring-boot-sample-tomcat/pom.xml
+0
-2
pom.xml
spring-boot-samples/spring-boot-sample-traditional/pom.xml
+0
-2
pom.xml
spring-boot-samples/spring-boot-sample-web-static/pom.xml
+0
-2
pom.xml
spring-boot-samples/spring-boot-sample-web-ui/pom.xml
+0
-1
pom.xml
spring-boot-samples/spring-boot-sample-xml/pom.xml
+0
-1
No files found.
spring-boot-samples/spring-boot-sample-batch/pom.xml
View file @
fa3b5935
...
@@ -17,7 +17,6 @@
...
@@ -17,7 +17,6 @@
<dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<groupId>
${project.groupId}
</groupId>
<artifactId>
spring-boot-starter-batch
</artifactId>
<artifactId>
spring-boot-starter-batch
</artifactId>
<version>
${project.version}
</version>
</dependency>
</dependency>
<!-- This dependency is just for our integration testing, your app would
<!-- This dependency is just for our integration testing, your app would
not need it -->
not need it -->
...
...
spring-boot-samples/spring-boot-sample-data-jpa/pom.xml
View file @
fa3b5935
...
@@ -17,12 +17,10 @@
...
@@ -17,12 +17,10 @@
<dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<groupId>
${project.groupId}
</groupId>
<artifactId>
spring-boot-starter-data-jpa
</artifactId>
<artifactId>
spring-boot-starter-data-jpa
</artifactId>
<version>
${project.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<groupId>
${project.groupId}
</groupId>
<artifactId>
spring-boot-starter-web
</artifactId>
<artifactId>
spring-boot-starter-web
</artifactId>
<version>
${project.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.hsqldb
</groupId>
<groupId>
org.hsqldb
</groupId>
...
...
spring-boot-samples/spring-boot-sample-integration/pom.xml
View file @
fa3b5935
...
@@ -17,7 +17,6 @@
...
@@ -17,7 +17,6 @@
<dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-integration
</artifactId>
<artifactId>
spring-boot-starter-integration
</artifactId>
<version>
${project.version}
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
<build>
<build>
...
...
spring-boot-samples/spring-boot-sample-jetty/pom.xml
View file @
fa3b5935
...
@@ -17,12 +17,10 @@
...
@@ -17,12 +17,10 @@
<dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<groupId>
${project.groupId}
</groupId>
<artifactId>
spring-boot-starter
</artifactId>
<artifactId>
spring-boot-starter
</artifactId>
<version>
${project.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<groupId>
${project.groupId}
</groupId>
<artifactId>
spring-boot-starter-jetty
</artifactId>
<artifactId>
spring-boot-starter-jetty
</artifactId>
<version>
${project.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework
</groupId>
<groupId>
org.springframework
</groupId>
...
...
spring-boot-samples/spring-boot-sample-profile/pom.xml
View file @
fa3b5935
...
@@ -17,7 +17,6 @@
...
@@ -17,7 +17,6 @@
<dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<groupId>
${project.groupId}
</groupId>
<artifactId>
spring-boot-starter
</artifactId>
<artifactId>
spring-boot-starter
</artifactId>
<version>
${project.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.yaml
</groupId>
<groupId>
org.yaml
</groupId>
...
...
spring-boot-samples/spring-boot-sample-simple/pom.xml
View file @
fa3b5935
...
@@ -17,7 +17,6 @@
...
@@ -17,7 +17,6 @@
<dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<groupId>
${project.groupId}
</groupId>
<artifactId>
spring-boot-starter
</artifactId>
<artifactId>
spring-boot-starter
</artifactId>
<version>
${project.version}
</version>
</dependency>
</dependency>
<!-- This dependency is just for our integration testing, your app would
<!-- This dependency is just for our integration testing, your app would
not need it -->
not need it -->
...
...
spring-boot-samples/spring-boot-sample-tomcat/pom.xml
View file @
fa3b5935
...
@@ -17,12 +17,10 @@
...
@@ -17,12 +17,10 @@
<dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<groupId>
${project.groupId}
</groupId>
<artifactId>
spring-boot-starter
</artifactId>
<artifactId>
spring-boot-starter
</artifactId>
<version>
${project.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<groupId>
${project.groupId}
</groupId>
<artifactId>
spring-boot-starter-tomcat
</artifactId>
<artifactId>
spring-boot-starter-tomcat
</artifactId>
<version>
${project.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework
</groupId>
<groupId>
org.springframework
</groupId>
...
...
spring-boot-samples/spring-boot-sample-traditional/pom.xml
View file @
fa3b5935
...
@@ -18,7 +18,6 @@
...
@@ -18,7 +18,6 @@
<dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<groupId>
${project.groupId}
</groupId>
<artifactId>
spring-boot-starter
</artifactId>
<artifactId>
spring-boot-starter
</artifactId>
<version>
${project.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework
</groupId>
<groupId>
org.springframework
</groupId>
...
@@ -28,7 +27,6 @@
...
@@ -28,7 +27,6 @@
<dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<groupId>
${project.groupId}
</groupId>
<artifactId>
spring-boot-starter-tomcat
</artifactId>
<artifactId>
spring-boot-starter-tomcat
</artifactId>
<version>
${project.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.apache.tomcat.embed
</groupId>
<groupId>
org.apache.tomcat.embed
</groupId>
...
...
spring-boot-samples/spring-boot-sample-web-static/pom.xml
View file @
fa3b5935
...
@@ -17,12 +17,10 @@
...
@@ -17,12 +17,10 @@
<dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<groupId>
${project.groupId}
</groupId>
<artifactId>
spring-boot-starter-web
</artifactId>
<artifactId>
spring-boot-starter-web
</artifactId>
<version>
${project.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<groupId>
${project.groupId}
</groupId>
<artifactId>
spring-boot-starter-actuator
</artifactId>
<artifactId>
spring-boot-starter-actuator
</artifactId>
<version>
${project.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<groupId>
${project.groupId}
</groupId>
...
...
spring-boot-samples/spring-boot-sample-web-ui/pom.xml
View file @
fa3b5935
...
@@ -17,7 +17,6 @@
...
@@ -17,7 +17,6 @@
<dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<groupId>
${project.groupId}
</groupId>
<artifactId>
spring-boot-starter-web
</artifactId>
<artifactId>
spring-boot-starter-web
</artifactId>
<version>
${project.version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.thymeleaf
</groupId>
<groupId>
org.thymeleaf
</groupId>
...
...
spring-boot-samples/spring-boot-sample-xml/pom.xml
View file @
fa3b5935
...
@@ -17,7 +17,6 @@
...
@@ -17,7 +17,6 @@
<dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<groupId>
${project.groupId}
</groupId>
<artifactId>
spring-boot-starter
</artifactId>
<artifactId>
spring-boot-starter
</artifactId>
<version>
${project.version}
</version>
</dependency>
</dependency>
<!-- This dependency is just for our integration testing, your app would
<!-- This dependency is just for our integration testing, your app would
not need it -->
not need 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