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
606ecf1f
Commit
606ecf1f
authored
May 09, 2014
by
Phillip Webb
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '1.0.x'
parents
1acffdf6
8eca40a3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
pom.xml
spring-boot-dependencies/pom.xml
+5
-0
pom.xml
spring-boot-starters/spring-boot-starter-test/pom.xml
+4
-0
No files found.
spring-boot-dependencies/pom.xml
View file @
606ecf1f
...
@@ -624,6 +624,11 @@
...
@@ -624,6 +624,11 @@
<artifactId>
flyway-core
</artifactId>
<artifactId>
flyway-core
</artifactId>
<version>
${flyway.version}
</version>
<version>
${flyway.version}
</version>
</dependency>
</dependency>
<dependency>
<groupId>
org.hamcrest
</groupId>
<artifactId>
hamcrest-core
</artifactId>
<version>
${hamcrest.version}
</version>
</dependency>
<dependency>
<dependency>
<groupId>
org.hamcrest
</groupId>
<groupId>
org.hamcrest
</groupId>
<artifactId>
hamcrest-library
</artifactId>
<artifactId>
hamcrest-library
</artifactId>
...
...
spring-boot-starters/spring-boot-starter-test/pom.xml
View file @
606ecf1f
...
@@ -26,6 +26,10 @@
...
@@ -26,6 +26,10 @@
<groupId>
org.mockito
</groupId>
<groupId>
org.mockito
</groupId>
<artifactId>
mockito-core
</artifactId>
<artifactId>
mockito-core
</artifactId>
</dependency>
</dependency>
<dependency>
<groupId>
org.hamcrest
</groupId>
<artifactId>
hamcrest-core
</artifactId>
</dependency>
<dependency>
<dependency>
<groupId>
org.hamcrest
</groupId>
<groupId>
org.hamcrest
</groupId>
<artifactId>
hamcrest-library
</artifactId>
<artifactId>
hamcrest-library
</artifactId>
...
...
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