diff options
Diffstat (limited to 'connector_lib/pom.xml')
| -rw-r--r-- | connector_lib/pom.xml | 18 | 
1 files changed, 18 insertions, 0 deletions
| diff --git a/connector_lib/pom.xml b/connector_lib/pom.xml index d30af204..9114447c 100644 --- a/connector_lib/pom.xml +++ b/connector_lib/pom.xml @@ -28,6 +28,14 @@        <artifactId>spring-webmvc</artifactId>      </dependency>      <dependency> +      <groupId>org.thymeleaf</groupId> +      <artifactId>thymeleaf-spring5</artifactId> +    </dependency> +    <dependency> +        <groupId>org.hibernate.validator</groupId> +        <artifactId>hibernate-validator</artifactId> +    </dependency>      +    <dependency>        <groupId>javax.validation</groupId>        <artifactId>validation-api</artifactId>      </dependency> @@ -37,6 +45,8 @@        <artifactId>javax.servlet-api</artifactId>        <scope>provided</scope>      </dependency> +  +      <!-- jUnit test dependencies -->      <dependency> @@ -62,6 +72,14 @@        <type>test-jar</type>      </dependency> +    <dependency> +      <groupId>at.gv.egiz.eaaf</groupId> +      <artifactId>eaaf_module_pvp2_core</artifactId> +    </dependency> +    <dependency> +      <groupId>at.gv.egiz.eaaf</groupId> +      <artifactId>eaaf_module_pvp2_sp</artifactId> +    </dependency>    </dependencies>    <build> | 
