Uploaded image for project: 'Jackrabbit Content Repository'
  1. Jackrabbit Content Repository
  2. JCR-570

Fix pom.xml in jackrabbit core (small fix, big return)

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • None
    • 1.1
    • maven
    • None
    • Maven2

    Description

      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>

      Attachments

        Activity

          People

            jukkaz Jukka Zitting
            dhartford Darren Hartford
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: