Skip to content

Commit

Permalink
Spelling error in opensaml.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeDog authored Nov 22, 2024
1 parent 026b500 commit fffb794
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/modules/ROOT/pages/servlet/saml2/opensaml.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,22 @@ Maven::
<groupId>org.opensaml</groupId>
<artifactId>opensaml-core-api</artifactId>
<version>5.1.2</version>
</depedency>
</dependency>
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-core-impl</artifactId>
<version>5.1.2</version>
</depedency>
</dependency>
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-saml-api</artifactId>
<version>5.1.2</version>
</depedency>
</dependency>
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-saml-imple</artifactId>
<version>5.1.2</version>
</depedency>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit fffb794

Please sign in to comment.