Skip to content

Instantly share code, notes, and snippets.

@bmatthews68
Created December 22, 2011 17:56
Show Gist options
  • Select an option

  • Save bmatthews68/1511197 to your computer and use it in GitHub Desktop.

Select an option

Save bmatthews68/1511197 to your computer and use it in GitHub Desktop.
pom.xml for project to build customized Jackrabbit JCA for WebSphere 6.1
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-jca-webpshere</artifactId>
<version>2.2.9</version>
<packaging>rar</packaging>
<dependencies>
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-jca</artifactId>
<version>2.2.9</version>
</dependency>
</dependencies>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment