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
3922a7f5
Commit
3922a7f5
authored
Aug 05, 2013
by
Dave Syer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reinstate junit dependencies in starters
parent
22b1f256
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
63 additions
and
15 deletions
+63
-15
pom.xml
spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-actuator/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-batch/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-data-jpa/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-integration/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-jetty/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-profile/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-simple/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-tomcat/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-traditional/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-web-static/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-web-ui/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-xml/pom.xml
+1
-1
pom.xml
spring-boot-starters/spring-boot-starter-parent/pom.xml
+25
-1
pom.xml
spring-boot-starters/src/main/parent/pom.xml
+25
-1
No files found.
spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml
View file @
3922a7f5
...
...
@@ -4,7 +4,7 @@
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-s
amples
</artifactId>
<artifactId>
spring-boot-s
tarter-parent
</artifactId>
<version>
0.5.0.BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-sample-actuator-ui
</artifactId>
...
...
spring-boot-samples/spring-boot-sample-actuator/pom.xml
View file @
3922a7f5
...
...
@@ -4,7 +4,7 @@
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-s
amples
</artifactId>
<artifactId>
spring-boot-s
tarter-parent
</artifactId>
<version>
0.5.0.BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-sample-actuator
</artifactId>
...
...
spring-boot-samples/spring-boot-sample-batch/pom.xml
View file @
3922a7f5
...
...
@@ -4,7 +4,7 @@
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-s
amples
</artifactId>
<artifactId>
spring-boot-s
tarter-parent
</artifactId>
<version>
0.5.0.BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-sample-batch
</artifactId>
...
...
spring-boot-samples/spring-boot-sample-data-jpa/pom.xml
View file @
3922a7f5
...
...
@@ -4,7 +4,7 @@
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-s
amples
</artifactId>
<artifactId>
spring-boot-s
tarter-parent
</artifactId>
<version>
0.5.0.BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-sample-data-jpa
</artifactId>
...
...
spring-boot-samples/spring-boot-sample-integration/pom.xml
View file @
3922a7f5
...
...
@@ -4,7 +4,7 @@
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-s
amples
</artifactId>
<artifactId>
spring-boot-s
tarter-parent
</artifactId>
<version>
0.5.0.BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-sample-integration
</artifactId>
...
...
spring-boot-samples/spring-boot-sample-jetty/pom.xml
View file @
3922a7f5
...
...
@@ -4,7 +4,7 @@
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-s
amples
</artifactId>
<artifactId>
spring-boot-s
tarter-parent
</artifactId>
<version>
0.5.0.BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-sample-jetty
</artifactId>
...
...
spring-boot-samples/spring-boot-sample-profile/pom.xml
View file @
3922a7f5
...
...
@@ -4,7 +4,7 @@
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-s
amples
</artifactId>
<artifactId>
spring-boot-s
tarter-parent
</artifactId>
<version>
0.5.0.BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-sample-profile
</artifactId>
...
...
spring-boot-samples/spring-boot-sample-simple/pom.xml
View file @
3922a7f5
...
...
@@ -4,7 +4,7 @@
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-s
amples
</artifactId>
<artifactId>
spring-boot-s
tarter-parent
</artifactId>
<version>
0.5.0.BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-sample-simple
</artifactId>
...
...
spring-boot-samples/spring-boot-sample-tomcat/pom.xml
View file @
3922a7f5
...
...
@@ -4,7 +4,7 @@
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-s
amples
</artifactId>
<artifactId>
spring-boot-s
tarter-parent
</artifactId>
<version>
0.5.0.BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-sample-tomcat
</artifactId>
...
...
spring-boot-samples/spring-boot-sample-traditional/pom.xml
View file @
3922a7f5
...
...
@@ -3,7 +3,7 @@
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-s
amples
</artifactId>
<artifactId>
spring-boot-s
tarter-parent
</artifactId>
<version>
0.5.0.BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-sample-traditional
</artifactId>
...
...
spring-boot-samples/spring-boot-sample-web-static/pom.xml
View file @
3922a7f5
...
...
@@ -4,7 +4,7 @@
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-s
amples
</artifactId>
<artifactId>
spring-boot-s
tarter-parent
</artifactId>
<version>
0.5.0.BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-sample-web-static
</artifactId>
...
...
spring-boot-samples/spring-boot-sample-web-ui/pom.xml
View file @
3922a7f5
...
...
@@ -4,7 +4,7 @@
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-s
amples
</artifactId>
<artifactId>
spring-boot-s
tarter-parent
</artifactId>
<version>
0.5.0.BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-sample-web-ui
</artifactId>
...
...
spring-boot-samples/spring-boot-sample-xml/pom.xml
View file @
3922a7f5
...
...
@@ -4,7 +4,7 @@
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-s
amples
</artifactId>
<artifactId>
spring-boot-s
tarter-parent
</artifactId>
<version>
0.5.0.BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-sample-xml
</artifactId>
...
...
spring-boot-starters/spring-boot-starter-parent/pom.xml
View file @
3922a7f5
...
...
@@ -17,12 +17,13 @@
<packaging>
pom
</packaging>
<properties>
<spring.boot.version>
0.5.0.BUILD-SNAPSHOT
</spring.boot.version>
<java.version>
1.6
</java.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot
-strap
</artifactId>
<artifactId>
spring-boot
</artifactId>
<version>
${spring.boot.version}
</version>
</dependency>
<dependency>
...
...
@@ -77,6 +78,29 @@
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<!-- Generally Useful Test Dependencies -->
<dependency>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.mockito
</groupId>
<artifactId>
mockito-core
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.hamcrest
</groupId>
<artifactId>
hamcrest-library
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-test
</artifactId>
<scope>
test
</scope>
</dependency>
</dependencies>
<build>
<!-- Turn on filtering by default for application properties -->
<resources>
...
...
spring-boot-starters/src/main/parent/pom.xml
View file @
3922a7f5
...
...
@@ -17,12 +17,13 @@
<packaging>
pom
</packaging>
<properties>
<spring.boot.version>
@{project.version}
</spring.boot.version>
<java.version>
1.6
</java.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot
-strap
</artifactId>
<artifactId>
spring-boot
</artifactId>
<version>
${spring.boot.version}
</version>
</dependency>
<dependency>
...
...
@@ -77,6 +78,29 @@
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<!-- Generally Useful Test Dependencies -->
<dependency>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.mockito
</groupId>
<artifactId>
mockito-core
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.hamcrest
</groupId>
<artifactId>
hamcrest-library
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-test
</artifactId>
<scope>
test
</scope>
</dependency>
</dependencies>
<build>
<!-- Turn on filtering by default for application properties -->
<resources>
...
...
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