diff options
Diffstat (limited to 'connector')
-rw-r--r-- | connector/pom.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/connector/pom.xml b/connector/pom.xml index 77651483..bbc54443 100644 --- a/connector/pom.xml +++ b/connector/pom.xml @@ -126,21 +126,11 @@ <type>test-jar</type> </dependency> <dependency> - <groupId>at.gv.egiz.eaaf</groupId> - <artifactId>eaaf_module_pvp2_sp</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-tomcat</artifactId> <scope>test</scope> </dependency> <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-test</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>at.gv.egiz.eaaf</groupId> <artifactId>eaaf-springboot-utils</artifactId> <scope>test</scope> |