20
pom.xml
20
pom.xml
@@ -23,7 +23,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.data.build</groupId>
|
<groupId>org.springframework.data.build</groupId>
|
||||||
<artifactId>spring-data-parent</artifactId>
|
<artifactId>spring-data-parent</artifactId>
|
||||||
<version>3.3.9-SNAPSHOT</version>
|
<version>3.3.9</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
<jsqlparser>4.9</jsqlparser>
|
<jsqlparser>4.9</jsqlparser>
|
||||||
<mysql-connector-java>9.1.0</mysql-connector-java>
|
<mysql-connector-java>9.1.0</mysql-connector-java>
|
||||||
<postgresql>42.7.4</postgresql>
|
<postgresql>42.7.4</postgresql>
|
||||||
<springdata.commons>3.3.9-SNAPSHOT</springdata.commons>
|
<springdata.commons>3.3.9</springdata.commons>
|
||||||
<vavr>0.10.3</vavr>
|
<vavr>0.10.3</vavr>
|
||||||
|
|
||||||
<hibernate.groupId>org.hibernate</hibernate.groupId>
|
<hibernate.groupId>org.hibernate</hibernate.groupId>
|
||||||
@@ -170,20 +170,8 @@
|
|||||||
</build>
|
</build>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
|
||||||
<id>spring-snapshot</id>
|
|
||||||
<url>https://repo.spring.io/snapshot</url>
|
|
||||||
<snapshots>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
</snapshots>
|
|
||||||
<releases>
|
|
||||||
<enabled>false</enabled>
|
|
||||||
</releases>
|
|
||||||
</repository>
|
|
||||||
<repository>
|
|
||||||
<id>spring-milestone</id>
|
|
||||||
<url>https://repo.spring.io/milestone</url>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<pluginRepositories>
|
<pluginRepositories>
|
||||||
|
|||||||
Reference in New Issue
Block a user