Author: veithen Date: Sun Aug 15 20:31:24 2010 New Revision: 985748 URL: http://svn.apache.org/viewvc?rev=985748&view=rev Log: Added Jalopy again to the binary distribution. This dependency was lost in r777897.
Modified: axis/axis2/java/core/trunk/modules/distribution/pom.xml Modified: axis/axis2/java/core/trunk/modules/distribution/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/distribution/pom.xml?rev=985748&r1=985747&r2=985748&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/distribution/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/distribution/pom.xml Sun Aug 15 20:31:24 2010 @@ -192,6 +192,15 @@ <artifactId>mail</artifactId> <version>${javax.mail.version}</version> </dependency> + + <!-- Jalopy is used by the PrettyPrinter class in the kernel, + but it is invoked using reflection (and only if it is + found on the classpath). Therefore it is not automatically + added as a transitive dependency. --> + <dependency> + <groupId>jalopy</groupId> + <artifactId>jalopy</artifactId> + </dependency> </dependencies> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/distribution</connection>