Skip to content

Commit

Permalink
Merge pull request #302 from darranl/REM3-412/5.1
Browse files Browse the repository at this point in the history
[REM3-412] Use specific Elytron dependencies for testing.
  • Loading branch information
fl4via committed Jun 14, 2024
2 parents 4065eb8 + fb743c5 commit 7e40412
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<apacheds.version>2.0.0-M24</apacheds.version>
<apacheds.jdbm1.version>2.0.0-M3</apacheds.jdbm1.version>
<apacheds.shared.version>1.0.0-M13</apacheds.shared.version>
<apacheds.api.version>1.0.0</apacheds.api.version>
<apacheds.api.version>1.0.0</apacheds.api.version>
<elytron.version>1.20.2.Final</elytron.version>
<config.version>1.0.1.Final</config.version>
<xnio.version>3.8.8.Final</xnio.version>
Expand Down Expand Up @@ -187,7 +187,7 @@

<dependency>
<groupId>org.wildfly.security</groupId>
<artifactId>wildfly-elytron</artifactId>
<artifactId>wildfly-elytron-sasl-scram</artifactId>
<version>${elytron.version}</version>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 7e40412

Please sign in to comment.