mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 17:26:22 +01:00
exclude unused sqljet dependency
This commit is contained in:
@@ -28,6 +28,10 @@
|
|||||||
<artifactId>trilead-ssh2</artifactId>
|
<artifactId>trilead-ssh2</artifactId>
|
||||||
<groupId>org.tmatesoft.svnkit</groupId>
|
<groupId>org.tmatesoft.svnkit</groupId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
|
<exclusion>
|
||||||
|
<artifactId>sqljet</artifactId>
|
||||||
|
<groupId>org.tmatesoft.sqljet</groupId>
|
||||||
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user