Skip to content

Commit

Permalink
added public repo to get lodestar
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjupp committed Jun 12, 2019
1 parent 0b7aa78 commit a800d1a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
[submodule "lodestar"]
path = lodestar
url = https://github.com/EBISPOT/lodestar
branch = 1.3-release
15 changes: 15 additions & 0 deletions goci-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,21 @@
</dependencies>
</dependencyManagement>


<repositories>
<repository>
<id>nexus-public</id>
<name>Public Repository</name>
<url>https://www.ebi.ac.uk/spot/nexus/repository/maven-public/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

<!--<repositories>-->
<!--<repository>-->
<!--<id>hasbanana-repo</id>-->
Expand Down
1 change: 0 additions & 1 deletion lodestar
Submodule lodestar deleted from 294034
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<module>goci-core</module>
<module>goci-interfaces</module>
<module>goci-tools</module>
<module>lodestar</module>
<module>goci-data-services</module>
</modules>

Expand Down

0 comments on commit a800d1a

Please sign in to comment.