Skip to content

Commit a2e28bf

Browse files
committed
site/settings.xml should not be needed anymore
1 parent ee158ef commit a2e28bf

File tree

3 files changed

+18
-33
lines changed

3 files changed

+18
-33
lines changed

.mvn/maven.config

Lines changed: 0 additions & 1 deletion
This file was deleted.

pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,24 @@
289289
</repository>
290290
</distributionManagement>
291291

292+
<repositories>
293+
<repository>
294+
<id>central</id>
295+
<name>central</name>
296+
<url>https://repo1.maven.org/maven2</url>
297+
</repository>
298+
<repository>
299+
<id>spring-snapshot-local</id>
300+
<name>spring-snapshot-local</name>
301+
<url>https://repo.spring.io/libs-snapshot-local</url>
302+
</repository>
303+
<repository>
304+
<id>spring-milestone-local</id>
305+
<name>spring-milestone-local</name>
306+
<url>https://repo.spring.io/libs-milestone-local</url>
307+
</repository>
308+
</repositories>
309+
292310
<scm>
293311
<connection>scm:git:https://github.com/Cosium/spring-data-jpa-entity-graph</connection>
294312
<developerConnection>scm:git:https://github.com/Cosium/spring-data-jpa-entity-graph</developerConnection>

site/settings.xml

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)