exclude unused sqljet dependency

This commit is contained in:
Sebastian Sdorra
2010-12-10 18:33:58 +01:00
parent 2918322c32
commit b32e159aef

View File

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