Merge pull request #1947 from kwoot/master
Make build work in Ubuntu 20.04 with openjdk-8-jdk without working tests (yet)
This commit is contained in:
commit
202c67284d
2 changed files with 14 additions and 0 deletions
|
|
@ -43,6 +43,13 @@
|
|||
<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>
|
||||
</dependency>
|
||||
|
||||
<!-- Usertype.Core -->
|
||||
|
|
|
|||
7
pom.xml
7
pom.xml
|
|
@ -254,6 +254,13 @@
|
|||
<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