Skip to content

Commit 13fd0bd

Browse files
committed
fix for jdk 11
1 parent c72f3e0 commit 13fd0bd

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

daytrader-ee7-ejb/pom.xml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,22 @@
7878
<artifactId>javax.ejb-api</artifactId>
7979
<scope>provided</scope>
8080
</dependency>
81-
<dependency>
81+
<dependency>
8282
<groupId>org.hibernate.javax.persistence</groupId>
8383
<artifactId>hibernate-jpa-2.1-api</artifactId>
8484
<scope>provided</scope>
8585
</dependency>
86-
<dependency>
86+
<dependency>
8787
<groupId>javax.validation</groupId>
8888
<artifactId>validation-api</artifactId>
8989
<scope>provided</scope>
90-
</dependency>
90+
</dependency>
91+
<dependency>
92+
<groupId>javax.annotation</groupId>
93+
<artifactId>javax.annotation-api</artifactId>
94+
<version>1.3.1</version>
95+
<scope>provided</scope>
96+
</dependency>
9197
</dependencies>
9298

9399

0 commit comments

Comments
 (0)