Skip to content

Commit 83523e8

Browse files
authored
[#903] Fix ambiguous class loading from the Jato library (#904)
1 parent 9a9a1ac commit 83523e8

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

jato-shaded/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
<createDependencyReducedPom>true</createDependencyReducedPom>
5959
<shadeSourcesContent>true</shadeSourcesContent>
6060
<keepDependenciesWithProvidedScope>true</keepDependenciesWithProvidedScope>
61+
<useDependencyReducedPomInJar>true</useDependencyReducedPomInJar>
6162
</configuration>
6263
</plugin>
6364
</plugins>

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1210,6 +1210,12 @@
12101210
<groupId>org.openidentityplatform.openam.shaded</groupId>
12111211
<artifactId>jato-shaded</artifactId>
12121212
<version>${project.version}</version>
1213+
<exclusions>
1214+
<exclusion>
1215+
<groupId>org.openidentityplatform.external.com.iplanet.jato</groupId>
1216+
<artifactId>jato</artifactId>
1217+
</exclusion>
1218+
</exclusions>
12131219
</dependency>
12141220
<dependency>
12151221
<groupId>org.openidentityplatform.external.com.sun.web.ui</groupId>

0 commit comments

Comments
 (0)