Need some more libraries in ext directory

master
David BRASSELY 2014-02-06 10:13:21 +01:00
parent b9f8460f16
commit 614bef18ad
2 changed files with 9 additions and 1 deletions

View File

@ -87,6 +87,13 @@
<version>${tomcat.version}</version>
</dependency>
<!-- Config support -->
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>${snakeyaml.version}</version>
</dependency>
<!-- JavaEE API -->
<dependency>
<groupId>org.apache.geronimo.ext.openejb</groupId>

View File

@ -92,8 +92,9 @@
<include>com.atomikos:transactions-api</include>
<include>com.atomikos:atomikos-util</include>
<include>org.apache.geronimo.ext.openejb:javaee-api</include>
<include>org.apache.geronimo.ext.openejb:javaee-api</include>
<include>org.apache.tomcat:tomcat-jdbc</include>
<include>org.apache.tomcat:tomcat-juli</include>
<include>org.yaml:snakeyaml</include>
</includes>
<outputDirectory>lib/ext</outputDirectory>
<useProjectArtifact>false</useProjectArtifact>