added java ee api dep for correct complile
This commit is contained in:
parent
f05472eb24
commit
5c13908f8e
1 changed files with 7 additions and 0 deletions
7
pom.xml
7
pom.xml
|
|
@ -84,6 +84,13 @@
|
|||
<classifier>jdk15</classifier>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>javax</groupId>
|
||||
<artifactId>javaee-api</artifactId>
|
||||
<version>6.0</version>
|
||||
<type>jar</type>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue