Skip to content

Commit

Permalink
Revert "Move "spring-boot-dependencies" into dozer "bom-dependencies""
Browse files Browse the repository at this point in the history
This reverts commit 8e96270.
  • Loading branch information
vadeg committed Nov 18, 2017
1 parent 8e96270 commit d4a215c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
8 changes: 0 additions & 8 deletions bom-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
<protobuf-java.version>3.3.0</protobuf-java.version>
<osgi.version>6.0.0</osgi.version>
<slf4j.version>1.7.25</slf4j.version>
<spring-boot.version>1.5.8.RELEASE</spring-boot.version>
<spring.version>4.3.10.RELEASE</spring.version>
<woodstox-core-asl.version>4.4.1</woodstox-core-asl.version>
<xmlbeans.version>2.6.0</xmlbeans.version>
Expand Down Expand Up @@ -266,13 +265,6 @@
<artifactId>xmlbeans</artifactId>
<version>${xmlbeans.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>${spring-boot.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
7 changes: 7 additions & 0 deletions dozer-spring-boot-auto-configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>1.5.8.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.github.dozermapper</groupId>
<artifactId>dozer-spring</artifactId>
Expand Down

0 comments on commit d4a215c

Please sign in to comment.