Skip to content

Commit

Permalink
Fix #21 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansa89 authored Dec 23, 2023
1 parent 6be8cd1 commit 9690dc1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@
</properties>

<dependencies>
<dependency>
<groupId>com.duosecurity</groupId>
<artifactId>duo-universal-sdk</artifactId>
<version>1.1.3</version>
</dependency>

<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-core</artifactId>
Expand Down Expand Up @@ -70,6 +64,12 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.duosecurity</groupId>
<artifactId>duo-universal-sdk</artifactId>
<version>1.1.3</version>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
Expand Down

0 comments on commit 9690dc1

Please sign in to comment.