Skip to content

Commit c9f2c33

Browse files
committed
try a couple new public repos
1 parent 770f634 commit c9f2c33

File tree

1 file changed

+3
-0
lines changed
  • src/main/java/org/myrobotlab/framework/repo

1 file changed

+3
-0
lines changed

src/main/java/org/myrobotlab/framework/repo/Repo.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@ protected Repo() {
140140
// FIXME reduce down to maven central bintray & repo.myrobotlab.org
141141
remotes = new ArrayList<RemoteRepo>();
142142
remotes.add(new RemoteRepo("central", "https://repo.maven.apache.org/maven2", "the mother load"));
143+
remotes.add(new RemoteRepo("central2", "https://repo1.maven.org/maven2", "the mother load2"));
144+
remotes.add(new RemoteRepo("mulesoft", "https://repository.mulesoft.org/nexus/content/repositories/public", "mulesoft public"));
145+
143146
// remotes.add(new RemoteRepo("bintray", "https://jcenter.bintray.com",
144147
// "the big kahuna"));
145148
// remotes.add(new RemoteRepo("bintray2", "https://dl.bintray.com", "more

0 commit comments

Comments
 (0)