Added missing dependency for unit test.

Also removed unneeded annotation-api dependencies.
This commit is contained in:
tristan.ramseyer 2022-07-11 01:56:19 +02:00
parent bf237cab27
commit 68f5589031
2 changed files with 6 additions and 14 deletions

View file

@ -40,16 +40,15 @@
</dependency>
<!-- Javax EL -->
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.el</artifactId>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>javax.el</groupId>
<artifactId>javax.el-api</artifactId>
</dependency>
<!-- Annotation-api added to support jdk8 -->
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
<version>3.0.0</version>
</dependency>
<!-- Usertype.Core -->

View file

@ -254,13 +254,6 @@
<groupId>javax.el</groupId>
<artifactId>javax.el-api</artifactId>
<version>3.0.0</version>
</dependency>
<!-- Annotation-api added to support jdk8 -->
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
</dependency>
<!-- Usertype.Core ( Significant for Hibernate ) -->