Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 862e32e

Browse files
authored
Remove redundant/non-working repository definitions (#185)
1 parent 4e26646 commit 862e32e

File tree

1 file changed

+0
-43
lines changed

1 file changed

+0
-43
lines changed

pom.xml

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -22,30 +22,6 @@
2222
<enabled>false</enabled>
2323
</snapshots>
2424
</repository>
25-
<repository>
26-
<snapshots>
27-
<enabled>false</enabled>
28-
</snapshots>
29-
<id>oss.jfrog</id>
30-
<name>jfrog</name>
31-
<url>https://oss.jfrog.org/libs-release</url>
32-
</repository>
33-
<repository>
34-
<snapshots>
35-
<enabled>false</enabled>
36-
</snapshots>
37-
<id>bintray</id>
38-
<name>bintray</name>
39-
<url>https://jcenter.bintray.com</url>
40-
</repository>
41-
<repository>
42-
<snapshots>
43-
<enabled>false</enabled>
44-
</snapshots>
45-
<id>central</id>
46-
<name>central</name>
47-
<url>https://repo1.maven.org</url>
48-
</repository>
4925
</repositories>
5026

5127
<scm>
@@ -235,25 +211,6 @@
235211
</dependency>
236212
</dependencies>
237213

238-
<pluginRepositories>
239-
<pluginRepository>
240-
<snapshots>
241-
<enabled>false</enabled>
242-
</snapshots>
243-
<id>oss.jfrog</id>
244-
<name>plugins-release</name>
245-
<url>https://oss.jfrog.org/artifactory/plugins-release</url>
246-
</pluginRepository>
247-
<pluginRepository>
248-
<snapshots>
249-
<enabled>false</enabled>
250-
</snapshots>
251-
<id>central</id>
252-
<name>bintray-plugins</name>
253-
<url>https://jcenter.bintray.com</url>
254-
</pluginRepository>
255-
</pluginRepositories>
256-
257214
<profiles>
258215
<profile>
259216
<id>deploy2Github</id>

0 commit comments

Comments
 (0)