2 Replies Latest reply on Jun 6, 2011 11:56 AM by ljnelson

    Build issue? jboss-xacml xml-apis dep. not found

    ljnelson

      Hello; newbie here.  I'm using the project as checked out from here: http://anonsvn.jboss.org/repos/jbossas/projects/security/security-xacml/trunk

       

      When I check this out and run

       

      mvn clean install

       

      ...I get the following error:

       

      [ERROR] Failed to execute goal on project jboss-sunxacml: Could not resolve dependencies for project org.jboss.security:jboss-sunxacml:jar:2.0.7-SNAPSHOT: Could not find artifact apache-xerces:xml-apis:jar:2.7.1 in jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public-jboss/) -> [Help 1]

       

      Please note that I have configured my Maven's settings.xml to point to the public JBoss group, as you can see from the error message.

       

      What's odd here is that there is a dependency whose group is "apache-xerces" and whose artifact is "xml-apis".  I would have expected the group to be "xml-apis" as well; that's a common dependency.  I haven't been able to find a repository (JBoss, central, etc.) that hosts apache-xerces:xml-apis:2.7.1.  Is there an extra repository that I need to add to my settings.xml to get the trunk of JBoss XACML to build correctly?

       

      Thanks,

      Laird