Skip to content

Commit

Permalink
Remove Spring Data BOMS
Browse files Browse the repository at this point in the history
- no longer required
  • Loading branch information
Paul Warren committed Feb 12, 2020
1 parent 2754f22 commit dd5278f
Showing 1 changed file with 0 additions and 53 deletions.
53 changes: 0 additions & 53 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,44 +71,6 @@ Integrates with Spring Data, Spring Data REST and Apache Solr</description>
<type>pom</type>
<scope>import</scope>
</dependency>

<!-- For Spring Boot 2.2.0.Mx support -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>5.2.0.M2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-releasetrain</artifactId>
<version>Moore-M4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>5.2.0.M2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-bom</artifactId>
<version>5.2.0.M2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId> org.springframework.session</groupId>
<artifactId>spring-session-bom</artifactId>
<version>Corn-M1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- For Spring Boot 2.2.0.Mx support -->
</dependencies>
</dependencyManagement>

Expand Down Expand Up @@ -382,21 +344,6 @@ Integrates with Spring Data, Spring Data REST and Apache Solr</description>
</profile>
</profiles>

<repositories>
<!-- For Spring Boot 2.2.0.Mx support -->
<repository>
<id>spring</id>
<name>libs-milestone-local</name>
<url>https://repo.spring.io/libs-milestone-local</url>
</repository>
<repository>
<id>central</id>
<name>central</name>
<url>https://repo.maven.apache.org/maven2</url>
</repository>
<!-- For Spring Boot 2.2.0.Mx support -->
</repositories>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
Expand Down

0 comments on commit dd5278f

Please sign in to comment.