We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c72f3e0 commit 13fd0bdCopy full SHA for 13fd0bd
daytrader-ee7-ejb/pom.xml
@@ -78,16 +78,22 @@
78
<artifactId>javax.ejb-api</artifactId>
79
<scope>provided</scope>
80
</dependency>
81
- <dependency>
+ <dependency>
82
<groupId>org.hibernate.javax.persistence</groupId>
83
<artifactId>hibernate-jpa-2.1-api</artifactId>
84
85
86
87
<groupId>javax.validation</groupId>
88
<artifactId>validation-api</artifactId>
89
90
- </dependency>
+ </dependency>
91
92
+ <groupId>javax.annotation</groupId>
93
+ <artifactId>javax.annotation-api</artifactId>
94
+ <version>1.3.1</version>
95
+ <scope>provided</scope>
96
97
</dependencies>
98
99
0 commit comments