Skip to content

Commit f8b251f

Browse files
authored
Remove transient dependency from the disabled repository to fix build error (#56)
1 parent 3db4464 commit f8b251f

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
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>

OpenICF-ssh-connector/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@
5959
<groupId>com.github.cverges</groupId>
6060
<artifactId>expect4j</artifactId>
6161
<version>1.9</version>
62+
<exclusions>
63+
<exclusion>
64+
<groupId>net.sourceforge.tcljava</groupId>
65+
<artifactId>com.springsource.tcl.lang.jacl</artifactId>
66+
</exclusion>
67+
</exclusions>
6268
</dependency>
6369
<dependency>
6470
<groupId>com.jcraft</groupId>

pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -94,16 +94,6 @@
9494
<name>JBoss Nexus Public Repository</name>
9595
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
9696
</repository>
97-
<repository>
98-
<id>com.springsource.repository.bundles.release</id>
99-
<name>SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases</name>
100-
<url>https://repository.springsource.com/maven/bundles/release</url>
101-
</repository>
102-
<repository>
103-
<id>com.springsource.repository.bundles.external</id>
104-
<name>SpringSource Enterprise Bundle Repository - External Bundle Releases</name>
105-
<url>https://repository.springsource.com/maven/bundles/external</url>
106-
</repository>
10797
</repositories>
10898
<pluginRepositories>
10999
<pluginRepository>

0 commit comments

Comments
 (0)