Added missing dependency for unit test.
Also removed unneeded annotation-api dependencies.
This commit is contained in:
parent
bf237cab27
commit
68f5589031
2 changed files with 6 additions and 14 deletions
|
|
@ -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 -->
|
||||
|
|
|
|||
7
pom.xml
7
pom.xml
|
|
@ -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 ) -->
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue