diff --git a/pom.xml b/pom.xml index 8cd32fa84fa4a6791bf144fc3c0e956f4a4e93ec..582db7cc955a9f89bcc940a3204ce5781e60a836 100644 --- a/pom.xml +++ b/pom.xml @@ -68,14 +68,6 @@ <artifactId>quarkus-efservices</artifactId> <version>${eclipse-api-version}</version> </dependency> - <dependency> - <groupId>io.quarkus</groupId> - <artifactId>quarkus-resteasy</artifactId> - </dependency> - <dependency> - <groupId>io.quarkus</groupId> - <artifactId>quarkus-resteasy-jackson</artifactId> - </dependency> <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-smallrye-context-propagation</artifactId> @@ -84,28 +76,17 @@ <groupId>io.quarkus</groupId> <artifactId>quarkus-smallrye-jwt</artifactId> </dependency> + + <!-- Required for PKCS1 compatibility --> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15on</artifactId> </dependency> - <!-- https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15on --> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk15on</artifactId> </dependency> - <dependency> - <groupId>io.quarkus</groupId> - <artifactId>quarkus-rest-client</artifactId> - </dependency> - <dependency> - <groupId>io.quarkus</groupId> - <artifactId>quarkus-resteasy-qute</artifactId> - </dependency> - <dependency> - <groupId>io.quarkus</groupId> - <artifactId>quarkus-scheduler</artifactId> - </dependency> <!-- Annotation preprocessors - reduce all of the boiler plate --> <dependency> <groupId>com.google.auto.value</groupId> @@ -113,14 +94,6 @@ <version>${auto-value.version}</version> <scope>provided</scope> </dependency> - <dependency> - <groupId>com.google.auto.value</groupId> - <artifactId>auto-value-annotations</artifactId> - </dependency> - <dependency> - <groupId>com.google.code.findbugs</groupId> - <artifactId>jsr305</artifactId> - </dependency> <dependency> <groupId>org.mapstruct</groupId> <artifactId>mapstruct</artifactId> @@ -134,26 +107,6 @@ </dependency> <!-- Test requirements --> - <dependency> - <groupId>io.quarkus</groupId> - <artifactId>quarkus-junit5</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>io.rest-assured</groupId> - <artifactId>rest-assured</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>io.rest-assured</groupId> - <artifactId>json-schema-validator</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>io.quarkus</groupId> - <artifactId>quarkus-junit5-mockito</artifactId> - <scope>test</scope> - </dependency> <dependency> <groupId>org.eclipsefoundation</groupId> <artifactId>quarkus-test-common</artifactId>