This content has been marked as final.
Show 6 replies
-
1. Re: WildFly 8.1 Quickstarts build fails due to 'failure to find org.slf4j:slf4j-api:jar:1.7.2.jbossorg-1'
fharms Dec 9, 2014 3:40 AM (in response to leprek)I had the same problem and managed to get around it by adding the jboss repository to my settings.xml
cheers
Flemming
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"> <profiles> <profile> <id>jboss-public</id> <repositories> <repository> <id>jboss-public-repository</id> <name>JBoss Public Maven Repository Group</name> <url>http://repository.jboss.org/nexus/content/groups/public/</url> </repository> </repositories> </profile> </profiles> <activeProfiles> <activeProfile>jboss-public</activeProfile> </activeProfiles> </settings>
-
2. Re: WildFly 8.1 Quickstarts build fails due to 'failure to find org.slf4j:slf4j-api:jar:1.7.2.jbossorg-1'
ctomc Dec 9, 2014 4:05 PM (in response to leprek)That should be fixed.
But, what version of code did you take.
Doing grep trough 8.x and master branches for quickstarts I cannot see this referenced anywhere.
-
3. Re: WildFly 8.1 Quickstarts build fails due to 'failure to find org.slf4j:slf4j-api:jar:1.7.2.jbossorg-1'
fharms Dec 10, 2014 4:16 AM (in response to ctomc)I was using the master branch.
Could it be that I might have some previous version of the BOM files in my local maven repo, in which file is the version defined?
-
4. Re: WildFly 8.1 Quickstarts build fails due to 'failure to find org.slf4j:slf4j-api:jar:1.7.2.jbossorg-1'
ctomc Dec 10, 2014 10:11 AM (in response to fharms)Found the problem will push updated version shortly
-
5. Re: WildFly 8.1 Quickstarts build fails due to 'failure to find org.slf4j:slf4j-api:jar:1.7.2.jbossorg-1'
ctomc Dec 11, 2014 8:14 AM (in response to ctomc)master branch should be fixed now
Can you guys test if it builds now.
I have some doubts about one other dependency (jacorb) but I would like you guys to test it first.
-
6. Re: WildFly 8.1 Quickstarts build fails due to 'failure to find org.slf4j:slf4j-api:jar:1.7.2.jbossorg-1'
fharms Dec 13, 2014 1:51 AM (in response to ctomc)no problem with latest version of the master - All system are green :-)