1 Reply Latest reply on Mar 17, 2014 6:33 AM by andy-x

    Could not find any version that matches org.jboss.dashboard-builder:dashboard-builder-bom:6.0.1.Final.

    andy-x

      Hello,

       

      I tried to use maven central repository via gradle, but the parent dependency to 'org.jboss.dashboard-builder:dashboard-builder-bom:6.0.1.Final' of some versions could not be resolved. I get error hints like the following:

      > Could not resolve org.drools:drools-core:6.0.1.Final.     Required by:         :betsy:unspecified     > Could not parse POM http://repo1.maven.org/maven2/org/drools/drools-core/6.0.1.Final/drools-core-6.0.1.Final.pom         > Could not resolve org.drools:drools-multiproject:6.0.1.Final.           > Could not parse POM http://repo1.maven.org/maven2/org/drools/drools-multiproject/6.0.1.Final/drools-multiproject-6.0.1.Final.pom               > Could not resolve org.kie:kie-parent-with-dependencies:6.0.1.Final.                 > Could not parse POM http://repo1.maven.org/maven2/org/kie/kie-parent-with-dependencies/6.0.1.Final/kie-parent-with-dependencies-6.0.1 .Final.pom                     > Could not find any version that matches org.jboss.dashboard-builder:dashboard-builder-bom:6.0.1.Final.

      The code representation is not the best, here a screenshot:

      Unbenannt2.PNG

       

      The same problem occurs with 'org.kie:kie-api:6.0.1.Final', 'org.kie:kie-internal:6.0.1.Final', 'org.kie.remote:kie-services-client:6.0.1.Final', 'org.jbpm:jbpm-audit:6.0.1.Final', 'org.jbpm:jbpm-human-task-core:6.0.1.Final', 'org.jbpm:jbpm-runtime-manager:6.0.1.Final' and 'org.jbpm:jbpm-shared-services:6.0.1.Final'.

      mvnrepository also smees to have a problem. You can download and use the jar, but the the artifact is declared with 0 Bytes: http://mvnrepository.com/artifact/org.drools/drools-core/6.0.1.Final

      Can anyone help me to get the jars and dependencies without downloading the jars by hand?