Skip to content

Commit

Permalink
move cache/dataset code into eol-globi-cache module; git repository c…
Browse files Browse the repository at this point in the history
…hecker moved into elton
  • Loading branch information
jhpoelen committed Sep 16, 2017
1 parent a677eef commit 3438088
Show file tree
Hide file tree
Showing 23 changed files with 12 additions and 982 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@

<groupId>org.globalbioticinteractions</groupId>
<artifactId>globinizer</artifactId>
<version>0.4-SNAPSHOT</version>
<version>0.3.1</version>
<name>GloBI commandline tool</name>
<description>Discover, cache and check species interaction data</description>

<dependencies>
<dependency>
<groupId>com.github.jhpoelen.eol-globi-data</groupId>
<artifactId>eol-globi-data-sources</artifactId>
<version>master-SNAPSHOT</version>
<version>v0.9.0</version>
</dependency>

<dependency>
<groupId>com.beust</groupId>
<artifactId>jcommander</artifactId>
<version>1.72</version>
<dependency>
<groupId>com.beust</groupId>
<artifactId>jcommander</artifactId>
<version>1.72</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -73,9 +73,9 @@

<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>

<repository>
<id>globi-datasets</id>
Expand Down
13 changes: 0 additions & 13 deletions src/main/java/org/globalbioticinteractions/cache/Cache.java

This file was deleted.

This file was deleted.

46 changes: 0 additions & 46 deletions src/main/java/org/globalbioticinteractions/cache/CacheLog.java

This file was deleted.

43 changes: 0 additions & 43 deletions src/main/java/org/globalbioticinteractions/cache/CacheProxy.java

This file was deleted.

This file was deleted.

26 changes: 0 additions & 26 deletions src/main/java/org/globalbioticinteractions/cache/CacheUtil.java

This file was deleted.

50 changes: 0 additions & 50 deletions src/main/java/org/globalbioticinteractions/cache/CachedURI.java

This file was deleted.

Loading

0 comments on commit 3438088

Please sign in to comment.