We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ec70c commit 4c71ca8Copy full SHA for 4c71ca8
pom.xml
@@ -15,6 +15,22 @@
15
<version>1.10-SNAPSHOT</version>
16
</parent>
17
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
29
30
31
+ </pluginRepository>
32
+ </pluginRepositories>
33
34
<dependencies>
35
<dependency>
36
<groupId>junit</groupId>
0 commit comments