Skip to content

Commit 4c71ca8

Browse files
committed
Add repo to pom (newly separated from parent)
1 parent 42ec70c commit 4c71ca8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,22 @@
1515
<version>1.10-SNAPSHOT</version>
1616
</parent>
1717

18+
<repositories>
19+
<repository>
20+
<id>sonatype</id>
21+
<name>Sonatype OSS Snapshots Repository</name>
22+
<url>http://oss.sonatype.org/content/groups/public</url>
23+
</repository>
24+
</repositories>
25+
26+
<pluginRepositories>
27+
<pluginRepository>
28+
<id>sonatype</id>
29+
<name>Sonatype OSS Snapshots Repository</name>
30+
<url>http://oss.sonatype.org/content/groups/public</url>
31+
</pluginRepository>
32+
</pluginRepositories>
33+
1834
<dependencies>
1935
<dependency>
2036
<groupId>junit</groupId>

0 commit comments

Comments
 (0)