Skip to content

Commit c5c9d25

Browse files
committed
Merge branch 'update-jdk-11' into release/16.0.0-SNAPSHOT
2 parents bae2bea + 9c10cb6 commit c5c9d25

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
@@ -61,6 +61,7 @@
6161
<createDependencyReducedPom>true</createDependencyReducedPom>
6262
<shadeSourcesContent>true</shadeSourcesContent>
6363
<keepDependenciesWithProvidedScope>true</keepDependenciesWithProvidedScope>
64+
<useDependencyReducedPomInJar>true</useDependencyReducedPomInJar>
6465
</configuration>
6566
</plugin>
6667
</plugins>

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1167,6 +1167,12 @@
11671167
<groupId>org.openidentityplatform.openam.jakarta</groupId>
11681168
<artifactId>jato-shaded</artifactId>
11691169
<version>2005-05-04</version>
1170+
<exclusions>
1171+
<exclusion>
1172+
<groupId>org.openidentityplatform.external.com.iplanet.jato</groupId>
1173+
<artifactId>jato</artifactId>
1174+
</exclusion>
1175+
</exclusions>
11701176
</dependency>
11711177
<dependency>
11721178
<groupId>org.openidentityplatform.openam.jakarta</groupId>

0 commit comments

Comments
 (0)