Author: dblevins Date: Fri Feb 11 16:37:52 2005 New Revision: 153476 URL: http://svn.apache.org/viewcvs?view=rev&rev=153476 Log: Added QName to the top of the dependecies to guarantee it is the first found in any of the classloaders.
Modified: geronimo/trunk/modules/assembly/project.xml Modified: geronimo/trunk/modules/assembly/project.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/assembly/project.xml?view=diff&r1=153475&r2=153476 ============================================================================== --- geronimo/trunk/modules/assembly/project.xml (original) +++ geronimo/trunk/modules/assembly/project.xml Fri Feb 11 16:37:52 2005 @@ -41,6 +41,19 @@ <dependencies> <dependency> + <groupId>geronimo-spec</groupId> + <artifactId>geronimo-spec-qname</artifactId> + <version>${geronimo_spec_qname_version}</version> + <properties> + <lib>true</lib> + <server>true</server> + <client>true</client> + <deploy>true</deploy> + <repository>true</repository> + </properties> + </dependency> + + <dependency> <groupId>geronimo</groupId> <artifactId>geronimo-deployment-plugin</artifactId> <version>${geronimo_version}</version> @@ -55,7 +68,7 @@ <version>${jelly_velocity_tags_version}</version> </dependency> <dependency> - <groupId> velocity</groupId> + <groupId>velocity</groupId> <artifactId>velocity</artifactId> <version>${velocity_version}</version> </dependency> @@ -969,6 +982,7 @@ </properties> </dependency> +<!-- <dependency> <groupId>axis</groupId> <artifactId>axis-jaxrpc</artifactId> @@ -977,7 +991,7 @@ <repository>true</repository> </properties> </dependency> - +--> <dependency> <groupId>axis</groupId> <artifactId>axis-saaj</artifactId>