Skip to content

Commit

Permalink
specify jaxen dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
juozasg committed Oct 30, 2018
1 parent 72800f9 commit 477cb66
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file removed lib/jaxen-1.1-beta-6.jar
Binary file not shown.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -232,11 +232,17 @@
<artifactId>jackson-core-asl</artifactId>
<version>1.9.10</version>
</dependency>
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
<version>1.1.6</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.7</version>
</dependency>

</dependencies>
<organization>
<name>Center for Spatial Information Science and Systems</name>
Expand Down

0 comments on commit 477cb66

Please sign in to comment.