Skip to content

Commit

Permalink
Moved basex to test, doh
Browse files Browse the repository at this point in the history
  • Loading branch information
fancellu committed Oct 29, 2015
1 parent 3a98e86 commit 57c85be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.felstar</groupId>
<artifactId>xqs</artifactId>
<packaging>jar</packaging>
<version>0.81</version>
<version>0.82</version>

<build>
<finalName>xqs</finalName>
Expand Down Expand Up @@ -92,7 +92,8 @@
<dependency>
<groupId>org.basex</groupId>
<artifactId>basex</artifactId>
<version>7.8.2</version>
<version>7.8.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.xqj</groupId>
Expand Down

0 comments on commit 57c85be

Please sign in to comment.