Fix pom.xml in jackrabbit core (small fix, big return)
------------------------------------------------------
Key: JCR-570
URL: http://issues.apache.org/jira/browse/JCR-570
Project: Jackrabbit
Issue Type: Bug
Affects Versions: 1.1
Environment: Maven2
Reporter: Darren Hartford
Priority: Critical
Change the following dependency in pom.xml to match what is really available at
the maven repos:
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>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira