6 Replies Latest reply on Dec 13, 2014 1:51 AM by fharms

    WildFly 8.1 Quickstarts build fails due to 'failure to find org.slf4j:slf4j-api:jar:1.7.2.jbossorg-1'

    leprek

      Hi all

       

      According to https://github.com/wildfly/quickstart in order to verify the quickstarts build, using one command, the following should be used :

      mvn clean install '-Pdefault,!complex-dependencies'

       

      The above, I think has a typo and instead it should be:

      mvn clean install -P'default,!complex-dependencies'


      When I ran the above I get the following error:

      [ERROR] Failed to execute goal on project jboss-ejb-multi-server-app-one-ejb: Could not resolve dependencies for project org.jboss.as.quickstarts:jboss-ejb-multi-server-app-one-ejb:ejb:8.0.0-SNAPSHOT: Failure to find org.slf4j:slf4j-api:jar:1.7.2.jbossorg-1 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]


      Have attempted the above with:

      • Maven 3.2.3 and new .m2 directory.
      • Oracle JDK 1.8.20
      • OS Win 7


      According to the instructions there is no need of special maven configuration.

      So this may be some temporary error.


      Can someone please advise?


      I.P.