Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
japhill committed Oct 30, 2018
2 parents 1e1143a + f011132 commit 1143908
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<dependency>
<groupId>sciome-commons</groupId>
<artifactId>math</artifactId>
<version>1.02.00</version>
<version>1.04.0063</version>
</dependency>


Expand All @@ -117,20 +117,20 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.0</version>
<version>2.9.7</version>
</dependency>

<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.9.0</version>
<version>2.9.7</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.0</version>
<version>2.9.7</version>
</dependency>

<!-- https://mvnrepository.com/artifact/commons-cli/commons-cli -->
Expand Down

0 comments on commit 1143908

Please sign in to comment.