There was an error while loading. Please reload this page.
1 parent 3b0c3a1 commit e2b7d11Copy full SHA for e2b7d11
1 file changed
pom.xml
@@ -213,6 +213,22 @@
213
</pluginManagement>
214
</build>
215
216
+ <pluginRepositories>
217
+ <pluginRepository>
218
+ <id>jcenter-snapshots</id>
219
+ <name>jcenter</name>
220
+ <url>http://oss.jfrog.org/artifactory/oss-snapshot-local/</url>
221
+ </pluginRepository>
222
223
+ <id>jcenter-releases</id>
224
225
+ <url>http://jcenter.bintray.com</url>
226
+ <snapshots>
227
+ <enabled>false</enabled>
228
+ </snapshots>
229
230
+ </pluginRepositories>
231
+
232
<repositories>
233
<repository>
234
<id>camunda-bpm-nexus</id>
0 commit comments