Skip to content
This repository was archived by the owner on Jan 31, 2024. It is now read-only.

Commit 756d198

Browse files
committed
fixes#5
1 parent e3ca4d2 commit 756d198

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

pom.xml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,20 @@
9191
<name>jvnet-nexus-releases</name>
9292
<url>https://maven.java.net/content/repositories/releases/</url>
9393
</repository>
94+
95+
<repository>
96+
<id>jcentral</id>
97+
<name>bintray</name>
98+
<url>http://jcenter.bintray.com</url>
99+
<snapshots>
100+
<enabled>false</enabled>
101+
</snapshots>
102+
</repository>
103+
<repository>
104+
<id>jcenter-snapshots</id>
105+
<name>jcenter</name>
106+
<url>http://oss.jfrog.org/artifactory/oss-snapshot-local/</url>
107+
</repository>
94108
</repositories>
95109
<pluginRepositories>
96110
<pluginRepository>
@@ -105,6 +119,19 @@
105119
<id>io.spring.repo.maven.snapshot</id>
106120
<url>http://repo.spring.io/snapshot/</url>
107121
</pluginRepository>
122+
<pluginRepository>
123+
<id>jcenter-snapshots</id>
124+
<name>jcenter</name>
125+
<url>http://oss.jfrog.org/artifactory/oss-snapshot-local/</url>
126+
</pluginRepository>
127+
<pluginRepository>
128+
<id>jcenter-releases</id>
129+
<name>jcenter</name>
130+
<url>http://jcenter.bintray.com</url>
131+
<snapshots>
132+
<enabled>false</enabled>
133+
</snapshots>
134+
</pluginRepository>
108135
</pluginRepositories>
109136
<!-- <dependencyManagement>
110137
<dependencies>

0 commit comments

Comments
 (0)