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
f4b119cb
Commit
f4b119cb
authored
Nov 21, 2016
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tidy up spring-boot-junit-runners' dependencies
parent
ac05b61d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
24 deletions
+7
-24
pom.xml
spring-boot-junit-runners/pom.xml
+7
-24
No files found.
spring-boot-junit-runners/pom.xml
View file @
f4b119cb
...
@@ -37,20 +37,6 @@
...
@@ -37,20 +37,6 @@
</exclusion>
</exclusion>
</exclusions>
</exclusions>
</dependency>
</dependency>
<dependency>
<groupId>
org.apache.maven
</groupId>
<artifactId>
maven-settings-builder
</artifactId>
</dependency>
<dependency>
<groupId>
org.codehaus.plexus
</groupId>
<artifactId>
plexus-component-api
</artifactId>
<exclusions>
<exclusion>
<groupId>
*
</groupId>
<artifactId>
*
</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<dependency>
<groupId>
org.eclipse.aether
</groupId>
<groupId>
org.eclipse.aether
</groupId>
<artifactId>
aether-api
</artifactId>
<artifactId>
aether-api
</artifactId>
...
@@ -67,10 +53,6 @@
...
@@ -67,10 +53,6 @@
<groupId>
org.eclipse.aether
</groupId>
<groupId>
org.eclipse.aether
</groupId>
<artifactId>
aether-spi
</artifactId>
<artifactId>
aether-spi
</artifactId>
</dependency>
</dependency>
<dependency>
<groupId>
org.eclipse.aether
</groupId>
<artifactId>
aether-transport-file
</artifactId>
</dependency>
<dependency>
<dependency>
<groupId>
org.eclipse.aether
</groupId>
<groupId>
org.eclipse.aether
</groupId>
<artifactId>
aether-transport-http
</artifactId>
<artifactId>
aether-transport-http
</artifactId>
...
@@ -81,18 +63,19 @@
...
@@ -81,18 +63,19 @@
</exclusion>
</exclusion>
</exclusions>
</exclusions>
</dependency>
</dependency>
<dependency>
<groupId>
org.eclipse.aether
</groupId>
<artifactId>
aether-util
</artifactId>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework
</groupId>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-core
</artifactId>
<artifactId>
spring-core
</artifactId>
</dependency>
</dependency>
<!-- Test -->
<!-- Test -->
<dependency>
<dependency>
<groupId>
io.projectreactor.spring
</groupId>
<groupId>
org.hibernate
</groupId>
<artifactId>
reactor-spring-context
</artifactId>
<artifactId>
hibernate-validator
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-context
</artifactId>
<scope>
test
</scope>
<scope>
test
</scope>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
...
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