Skip to content

Commit 0ae2b16

Browse files
committed
fix maven build
1 parent 18056c3 commit 0ae2b16

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

daytrader-ee7-web/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@
102102
<groupId>javax.websocket</groupId>
103103
<artifactId>javax.websocket-api</artifactId>
104104
<scope>provided</scope>
105+
</dependency>
106+
<dependency>
107+
<groupId>javax.annotation</groupId>
108+
<artifactId>javax.annotation-api</artifactId>
109+
<version>1.2</version>
105110
</dependency>
106111
<dependency>
107112
<groupId>javax.faces</groupId>

0 commit comments

Comments
 (0)