Skip to content

Commit

Permalink
Fix dependencies BOM
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Syer committed Jun 7, 2016
1 parent b3be922 commit 8c8c509
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions pom.xml
Expand Up @@ -3,9 +3,9 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-parent</artifactId>
<version>Brixton.BUILD-SNAPSHOT</version>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.5.RELEASE</version>
</parent>

<groupId>de.olivergierke.samples.rest</groupId>
Expand All @@ -30,7 +30,7 @@
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-dependencies</artifactId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>${spring-cloud.version}</version>
<type>pom</type>
<scope>import</scope>
Expand Down Expand Up @@ -132,15 +132,6 @@
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 8c8c509

Please sign in to comment.