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 18eb5f1 commit 18056c3Copy full SHA for 18056c3
daytrader-ee7-web/pom.xml
@@ -24,16 +24,21 @@
24
<artifactId>javax.servlet-api</artifactId>
25
<version>3.1.0</version>
26
</dependency>
27
- <dependency>
+ <dependency>
28
<groupId>javax.websocket</groupId>
29
<artifactId>javax.websocket-api</artifactId>
30
<version>1.1</version>
31
32
33
+ <groupId>javax.annotation</groupId>
34
+ <artifactId>javax.annotation-api</artifactId>
35
+ <version>1.2</version>
36
+ </dependency>
37
38
<groupId>javax.faces</groupId>
39
<artifactId>javax.faces-api</artifactId>
40
<version>2.2</version>
- </dependency>
41
42
<dependency>
43
<groupId>javax.ejb</groupId>
44
<artifactId>javax.ejb-api</artifactId>
0 commit comments