Skip to content

Commit 876b36e

Browse files
committed
Add repos to docker pom.
1 parent 03b4af1 commit 876b36e

File tree

1 file changed

+36
-1
lines changed

1 file changed

+36
-1
lines changed

docker/pom.xml

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,40 @@
6868
</plugin>
6969
</plugins>
7070
</build>
71-
71+
<repositories>
72+
<repository>
73+
<id>spring-snapshots</id>
74+
<name>Spring Snapshots</name>
75+
<url>https://repo.spring.io/snapshot</url>
76+
<snapshots>
77+
<enabled>true</enabled>
78+
</snapshots>
79+
</repository>
80+
<repository>
81+
<id>spring-milestones</id>
82+
<name>Spring Milestones</name>
83+
<url>https://repo.spring.io/milestone</url>
84+
<snapshots>
85+
<enabled>false</enabled>
86+
</snapshots>
87+
</repository>
88+
</repositories>
89+
<pluginRepositories>
90+
<pluginRepository>
91+
<id>spring-snapshots</id>
92+
<name>Spring Snapshots</name>
93+
<url>https://repo.spring.io/snapshot</url>
94+
<snapshots>
95+
<enabled>true</enabled>
96+
</snapshots>
97+
</pluginRepository>
98+
<pluginRepository>
99+
<id>spring-milestones</id>
100+
<name>Spring Milestones</name>
101+
<url>https://repo.spring.io/milestone</url>
102+
<snapshots>
103+
<enabled>false</enabled>
104+
</snapshots>
105+
</pluginRepository>
106+
</pluginRepositories>
72107
</project>

0 commit comments

Comments
 (0)