Skip to content

Commit d24a319

Browse files
RAMPART-454 Refresh stale POM comment about OpenSAML xacml-saml pin
The "Override stale 4.x transitive deps pulled by WSS4J 3.0.3" comment predates both upgrades: we're on WSS4J 4.0.1 and OpenSAML 5.2.1 now. Reword it to describe what the block actually does -- keep the xacml-saml api/impl artifacts pinned to ${opensaml.version} so the whole OpenSAML 5.x set stays in lockstep regardless of what a transitive dependency prefers.
1 parent bfe8f04 commit d24a319

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,8 @@
557557
<artifactId>opensaml-core-impl</artifactId>
558558
<version>${opensaml.version}</version>
559559
</dependency>
560-
<!-- Override stale 4.x transitive deps pulled by WSS4J 3.0.3 -->
560+
<!-- Pin the OpenSAML xacml-saml artifacts to the same version
561+
as the rest of the OpenSAML 5.x set. -->
561562
<dependency>
562563
<groupId>org.opensaml</groupId>
563564
<artifactId>opensaml-xacml-saml-impl</artifactId>

0 commit comments

Comments
 (0)