Skip to content

Commit

Permalink
Issue #17: Add a SciGraph based implementation
Browse files Browse the repository at this point in the history
Removed a duplicated dependency, and use a newer version of guava
  • Loading branch information
sdumitriu committed Aug 16, 2017
1 parent 63bf7b3 commit e83a53c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions scigraph-service/war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,9 @@
</exclusions>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.5.1</version>
<scope>runtime</scope>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>21.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit e83a53c

Please sign in to comment.