Skip to content

Commit 18056c3

Browse files
committed
fix maven build
1 parent 18eb5f1 commit 18056c3

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

daytrader-ee7-web/pom.xml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,21 @@
2424
<artifactId>javax.servlet-api</artifactId>
2525
<version>3.1.0</version>
2626
</dependency>
27-
<dependency>
27+
<dependency>
2828
<groupId>javax.websocket</groupId>
2929
<artifactId>javax.websocket-api</artifactId>
3030
<version>1.1</version>
3131
</dependency>
32-
<dependency>
32+
<dependency>
33+
<groupId>javax.annotation</groupId>
34+
<artifactId>javax.annotation-api</artifactId>
35+
<version>1.2</version>
36+
</dependency>
37+
<dependency>
3338
<groupId>javax.faces</groupId>
3439
<artifactId>javax.faces-api</artifactId>
3540
<version>2.2</version>
36-
</dependency>
41+
</dependency>
3742
<dependency>
3843
<groupId>javax.ejb</groupId>
3944
<artifactId>javax.ejb-api</artifactId>

0 commit comments

Comments
 (0)