do not exclude sqljet

This commit is contained in:
Sebastian Sdorra
2012-06-03 11:06:26 +02:00
parent dd34930657
commit 043421b9c1
2 changed files with 0 additions and 11 deletions

View File

@@ -34,10 +34,6 @@
<artifactId>trilead-ssh2</artifactId>
<groupId>org.tmatesoft.svnkit</groupId>
</exclusion>
<exclusion>
<artifactId>sqljet</artifactId>
<groupId>org.tmatesoft.sqljet</groupId>
</exclusion>
</exclusions>
</dependency>

View File

@@ -237,13 +237,6 @@
<version>0.1.48</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.tmatesoft.sqljet</groupId>
<artifactId>sqljet</artifactId>
<version>1.1.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>