[wildfly-dev] Core and Full out of sync

Eduardo Martins emartins at redhat.com
Mon Aug 18 13:49:28 EDT 2014


While there is no new core release add the dependency

<dependency>
            
	<groupId>org.wildfly.core</groupId>

	<artifactId>wildfly-launcher</artifactId>
        <version>${version.org.wildfly.core}</version>
</dependency>

to

web-build/pom.xml
build/pom.xml

Then 

./build.sh clean -DallTests

and rebuild.


More information about the wildfly-dev mailing list