added oidc-library and json-simple deps just for testing

This commit is contained in:
Roberto Cirillo 2021-05-12 17:12:23 +02:00
parent e4710d4932
commit db334e21fa
1 changed files with 3 additions and 4 deletions

View File

@ -29,11 +29,11 @@
<artifactId>mongo-java-driver</artifactId>
<version>3.12.0</version>
</dependency>
<!--dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.6.4</version>
</dependency-->
<version>1.7.25</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
@ -92,7 +92,6 @@
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>