Skip to content

Commit

Permalink
MET-2053, update xslt dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tarekkh committed Jul 9, 2019
1 parent baddc20 commit 86ee939
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions service/dps/storm/topologies/xslt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,24 @@

<dependencies>

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

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.8.9</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.8.9</version>
</dependency>

<dependency>
<groupId>eu.europeana.metis</groupId>
<artifactId>metis-transformation-service</artifactId>
Expand Down

0 comments on commit 86ee939

Please sign in to comment.