Skip to content

Commit

Permalink
Removed non-central repositories.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay committed Dec 29, 2014
1 parent 8a88343 commit 5ee8b88
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 30 deletions.
2 changes: 1 addition & 1 deletion descriptor/signature/pom.xml
Expand Up @@ -15,7 +15,7 @@
<name>cdk-signature</name>
<dependencies>
<dependency>
<groupId>signatures</groupId>
<groupId>com.github.gilleain.signatures</groupId>
<artifactId>signatures</artifactId>
<version>1.1</version>
</dependency>
Expand Down
30 changes: 2 additions & 28 deletions pom.xml
Expand Up @@ -342,32 +342,6 @@
</contributor>
</contributors>

<repositories>
<repository>
<id>ebi-repo</id>
<name>EBI Maven Repository</name>
<url>http://www.ebi.ac.uk/intact/maven/nexus/content/repositories/ebi-repo/</url>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>ebi-repo-3rd</id>
<name>EBI Maven Snapshots Repository</name>
<url>http://www.ebi.ac.uk/~maven/m2repo</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>ebi-repo</id>
Expand All @@ -392,12 +366,12 @@
<dependency>
<groupId>uk.ac.ebi.beam</groupId>
<artifactId>beam-core</artifactId>
<version>0.7</version>
<version>0.8</version>
</dependency>
<dependency>
<groupId>uk.ac.ebi.beam</groupId>
<artifactId>beam-func</artifactId>
<version>0.7</version>
<version>0.8</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down
2 changes: 1 addition & 1 deletion tool/smsd/pom.xml
Expand Up @@ -19,7 +19,7 @@
<artifactId>vecmath</artifactId>
</dependency>
<dependency>
<groupId>signatures</groupId>
<groupId>com.github.gilleain.signatures</groupId>
<artifactId>signatures</artifactId>
<version>1.1</version>
</dependency>
Expand Down

0 comments on commit 5ee8b88

Please sign in to comment.