We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 628f008 commit 2563c97Copy full SHA for 2563c97
OpenICF-java-framework/openicf-zip/pom.xml
@@ -72,6 +72,12 @@
72
<groupId>com.github.cverges</groupId>
73
<artifactId>expect4j</artifactId>
74
<version>1.9</version>
75
+ <exclusions>
76
+ <exclusion>
77
+ <groupId>net.sourceforge.tcljava</groupId>
78
+ <artifactId>com.springsource.tcl.lang.jacl</artifactId>
79
+ </exclusion>
80
+ </exclusions>
81
</dependency>
82
<dependency>
83
<groupId>org.openidentityplatform.commons</groupId>
0 commit comments