Skip to content

Commit

Permalink
Update xmlsec version
Browse files Browse the repository at this point in the history
The `xmlsec` dependency version did not match the version included in
the `opencast-security-cas` feature.
  • Loading branch information
geichelberger committed Jan 12, 2024
1 parent 135b1b4 commit 3e14180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assemblies/karaf-features/src/main/feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
<bundle start-level="82">mvn:org.bouncycastle/bcprov-jdk15on/1.51</bundle>
<bundle start-level="82">mvn:org.opencastproject/opencast-security-cas-client-wrapper/${project.version}</bundle>
<bundle start-level="82">mvn:org.springframework.security/spring-security-core/3.1.7.RELEASE</bundle>
Expand Down

0 comments on commit 3e14180

Please sign in to comment.