3
0
Fork 0

added java ee api dep for correct complile

This commit is contained in:
willemc 2010-05-01 01:03:35 +02:00
parent f05472eb24
commit 5c13908f8e

View file

@ -84,6 +84,13 @@
<classifier>jdk15</classifier> <classifier>jdk15</classifier>
</dependency> </dependency>
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
<version>6.0</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
</dependencies> </dependencies>
<build> <build>