diff --git a/formsolutions-adapter/pom.xml b/formsolutions-adapter/pom.xml index 869a6014245ca4c3423eba3227c0a3cbcb286a13..5c54a5b7232e211ea72343f687a5435d205613ba 100644 --- a/formsolutions-adapter/pom.xml +++ b/formsolutions-adapter/pom.xml @@ -93,11 +93,11 @@ </exclusion> </exclusions> </dependency> - <dependency> - <groupId>de.itvsh.kop.eingangsadapter</groupId> - <artifactId>semantik-adapter</artifactId> - </dependency> - </dependencies> + <dependency> + <groupId>de.itvsh.kop.eingangsadapter</groupId> + <artifactId>semantik-adapter</artifactId> + </dependency> + </dependencies> <build> <finalName>${project.artifactId}</finalName> @@ -122,6 +122,16 @@ </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + </plugin> + + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-failsafe-plugin</artifactId> + </plugin> + <!-- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>jaxb2-maven-plugin</artifactId> <configuration> <sources> <source>${project.basedir}/src/main/resources/formsolutions/formdata.xsd</source> </sources> </configuration> </plugin> --> @@ -141,7 +151,7 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> </plugin> - + <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId>