Hmm...I thought the pom.xml for the Jackrabbit JCA got fixed, but it didn't get updated.
Could someone update the pom.xml to replace from: <dependency> <groupId>jsr170</groupId> <artifactId>jcr</artifactId> <version>1.0</version> </dependency> To: <dependency> <groupId>javax.jcr</groupId> <artifactId>jcr</artifactId> <version>1.0</version> </dependency> Thanks, -D
