Skip to content

Commit 4b51d28

Browse files
committed
Added repos.
1 parent b0e6a3a commit 4b51d28

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,23 @@
3232
<!-- module>bundles</module -->
3333
<!-- module>integration</module> -->
3434
</modules>
35+
36+
<repositories>
37+
<repository>
38+
<snapshots>
39+
<enabled>false</enabled>
40+
</snapshots>
41+
<id>central</id>
42+
<name>libs-release</name>
43+
<url>http://oss.jfrog.org/artifactory/libs-release</url>
44+
</repository>
45+
<repository>
46+
<snapshots />
47+
<id>snapshots</id>
48+
<name>libs-snapshot</name>
49+
<url>http://oss.jfrog.org/artifactory/libs-snapshot</url>
50+
</repository>
51+
</repositories>
3552

3653
<build>
3754
<pluginManagement>

0 commit comments

Comments
 (0)