Skip to content

Instantly share code, notes, and snippets.

@amischler
Last active August 29, 2015 14:19
Show Gist options
  • Save amischler/6e45875d0179a98bf26b to your computer and use it in GitHub Desktop.
Save amischler/6e45875d0179a98bf26b to your computer and use it in GitHub Desktop.
<dependency>
<groupId>org.ow2.bundles</groupId>
<artifactId>ow2-bundles-externals-commons-collections</artifactId>
<version>1.0.36</version>
</dependency>
<dependency>
<groupId>org.wisdom-framework.jcr</groupId>
<artifactId>wisdom-jcr-core</artifactId>
<version>1.0-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>org.jcrom</groupId>
<artifactId>jcrom</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.wisdom-framework.jcr</groupId>
<artifactId>wisdom-modeshape</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<!--PERSISTENCE-->
<dependency>
<groupId>org.glassfish.hk2.external</groupId>
<artifactId>javax.inject</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-cachestore-jdbc</artifactId>
<version>6.0.2.Final</version>
</dependency>
<dependency>
<groupId>c3p0</groupId>
<artifactId>c3p0</artifactId>
<version>0.9.1.2</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.2.124</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.34</version>
</dependency>
<!--PERSISTENCE-->
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.hk2.external</groupId>
<artifactId>javax.inject</artifactId>
</dependency>
<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-cachestore-jdbc</artifactId>
</dependency>
<dependency>
<groupId>c3p0</groupId>
<artifactId>c3p0</artifactId>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</dependency>
<dependency>
<groupId>org.wisdom-framework.jcr</groupId>
<artifactId>wisdom-jcr-core</artifactId>
<exclusions>
<exclusion>
<groupId>org.jcrom</groupId>
<artifactId>jcrom</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.wisdom-framework.jcr</groupId>
<artifactId>wisdom-modeshape</artifactId>
</dependency>
<dependency>
<groupId>org.jcrom</groupId>
<artifactId>jcromfx</artifactId>
</dependency>
<dependency>
<groupId>org.modeshape</groupId>
<artifactId>modeshape-jcr</artifactId>
</dependency>
<dependency>
<groupId>org.modeshape</groupId>
<artifactId>modeshape-jdbc</artifactId>
</dependency>
<!--/PERSISTENCE-->
<configuration>
<libraries>
<includes>
<include>org.modeshape:modeshape-jcr</include>
<include>org.modeshape:modeshape-jcr-api</include>
<include>org.modeshape:modeshape-common</include>
<include>org.modeshape:modeshape-jdbc</include>
<include>org.infinispan:infinispan-cachestore-jdbc</include>
<include>c3p0:c3p0</include>
<include>com.h2database:h2</include>
<include>mysql:mysql-connector-java</include>
<include>joda-time:joda-time</include>
<include>javax.jcr:jcr</include>
<include>org.jcrom:jcrom</include>
<include>org.glassfish.hk2.external:javax.inject</include>
<include>com.google.guava:guava:17.0</include>
<include>com.google.inject:guice</include>
</includes>
<excludeFromApplication>true</excludeFromApplication>
</libraries>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment