Version numbers in the dependencies are incorrect

Description

The version number of the dependencies itectpdf:layout is incorrect in MyCoRe

[INFO] org.mycore.mir:mir-webapp:war:2021.06.1-SNAPSHOT
[INFO] - org.mycore:mycore-meta:pom:2021.06.1-SNAPSHOT:compile
[INFO] +- org.mycore:mycore-iview2:jar:2021.06.1-SNAPSHOT:compile
[INFO] | - org.bouncycastle:bcprov-jdk16:jar:1.46:runtime
[INFO] - org.mycore:mycore-webtools:jar:2021.06.1-SNAPSHOT:compile
[INFO] - com.itextpdf:layout:jar:7.1.15:compile
[INFO] - com.itextpdf:kernel:jar:7.1.15:compile
[INFO] +- org.bouncycastle:bcpkix-jdk15on:jar:1.68:compile
[INFO] - org.bouncycastle:bcprov-jdk15on:jar:1.68:compile

The issue prevents MIR from deployment.

INFO] [talledLocalContainer] Caused by: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/mir]]
[INFO] [talledLocalContainer] at org.apache.catalina.util.LifecycleBase.handleSubClassException(LifecycleBase.java:440)
[INFO] [talledLocalContainer] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:198)
[INFO] [talledLocalContainer] at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:717)
[INFO] [talledLocalContainer] ... 37 more
[INFO] [talledLocalContainer] Caused by: java.lang.IllegalStateException: Unable to complete the scan for annotations for web application [/mir] due to a StackOverflowError. Possible root causes include a too low setting for -Xss and illegal cyclic inheritance dependencies. The class hierarchy being processed was [org.bouncycastle.asn1.ASN1GeneralizedTime->org.bouncycastle.asn1.DERGeneralizedTime->org.bouncycastle.asn1.ASN1GeneralizedTime]
[INFO] [talledLocalContainer] at org.apache.catalina.startup.ContextConfig.checkHandlesTypes(ContextConfig.java:2403)

Environment

None

Activity

Fixed

Details

Assignee

Reporter

Fix versions

Affects versions

Priority

Created February 24, 2022 at 2:41 PM
Updated March 31, 2022 at 7:57 AM
Resolved February 25, 2022 at 5:58 AM