Skip to content

Commit 2563c97

Browse files
committed
fix build issue
1 parent 628f008 commit 2563c97

File tree

1 file changed

+6
-0
lines changed
  • OpenICF-java-framework/openicf-zip

1 file changed

+6
-0
lines changed

OpenICF-java-framework/openicf-zip/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@
7272
<groupId>com.github.cverges</groupId>
7373
<artifactId>expect4j</artifactId>
7474
<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>
7581
</dependency>
7682
<dependency>
7783
<groupId>org.openidentityplatform.commons</groupId>

0 commit comments

Comments
 (0)