Author: veithen Date: Sun Oct 16 13:12:57 2011 New Revision: 1184816 URL: http://svn.apache.org/viewvc?rev=1184816&view=rev Log: AXIS2-4902: Changed the scope of the axiom-impl dependency to runtime in order to avoid introduction of new code that references Axiom implementation classes directly.
Modified: axis/axis2/java/core/trunk/modules/fastinfoset/pom.xml axis/axis2/java/core/trunk/modules/integration/itest-build.xml axis/axis2/java/core/trunk/modules/kernel/pom.xml Modified: axis/axis2/java/core/trunk/modules/fastinfoset/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/fastinfoset/pom.xml?rev=1184816&r1=1184815&r2=1184816&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/fastinfoset/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/fastinfoset/pom.xml Sun Oct 16 13:12:57 2011 @@ -202,7 +202,7 @@ <property name="axis2.home" value="${basedir}/target" /> <path id="maven.dependency.classpath"> - <path refid="maven.compile.classpath" /> + <path refid="maven.runtime.classpath" /> </path> <!-- compiling some custom wsdl files --> <property name="wsdl.source.dir" value="test-resources/wsdl" /> Modified: axis/axis2/java/core/trunk/modules/integration/itest-build.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/integration/itest-build.xml?rev=1184816&r1=1184815&r2=1184816&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/integration/itest-build.xml (original) +++ axis/axis2/java/core/trunk/modules/integration/itest-build.xml Sun Oct 16 13:12:57 2011 @@ -29,7 +29,7 @@ <property name="axis2.home" value="${basedir}/target" /> <property name="maven.junit.jvmargs" value="" /> <path id="maven.dependency.classpath"> - <path refid="maven.compile.classpath" /> + <path refid="maven.runtime.classpath" /> </path> <!-- compiling some custom wsdl files --> <property name="wsdl.source.dir" value="test-resources/wsdl" /> Modified: axis/axis2/java/core/trunk/modules/kernel/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/pom.xml?rev=1184816&r1=1184815&r2=1184816&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/kernel/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/kernel/pom.xml Sun Oct 16 13:12:57 2011 @@ -39,6 +39,7 @@ <dependency> <groupId>org.apache.ws.commons.axiom</groupId> <artifactId>axiom-impl</artifactId> + <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId>