Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update xmlsec version (CAS fix) #5540

Merged
merged 1 commit into from Jan 17, 2024
Merged

Conversation

geichelberger
Copy link
Contributor

The xmlsec dependency version did not match the version included in the opencast-security-cas feature.

@geichelberger geichelberger changed the title Update xmlsec version Update xmlsec version (CAS fix) Jan 12, 2024
@@ -658,7 +658,7 @@
<feature name="opencast-security-cas" version="${project.version}">
<bundle start-level="82">mvn:commons-collections/commons-collections/3.2.1</bundle>
<bundle start-level="82">mvn:org.apache.velocity/velocity/1.7</bundle>
<bundle start-level="82">mvn:org.apache.santuario/xmlsec/2.1.2</bundle>
<bundle start-level="82">mvn:org.apache.santuario/xmlsec/2.2.6</bundle>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks reasonable. Does it make sense to define this as xmlsec.version in the main pom.xml like we do it with a lot of other libraries?

opencast/pom.xml

Lines 18 to 20 in 682fd48

<!-- library version specifications -->
<aws.version>1.12.269_1</aws.version>
<commons-codec.version>1.15</commons-codec.version>

The `xmlsec` dependency version did not match the version included in
the `opencast-security-cas` feature.
@Arnei Arnei merged commit 29fdb12 into opencast:r/15.x Jan 17, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants