File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/main/java/org/myrobotlab/framework/repo Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments