Author: andygumbrecht
Date: Fri May 23 14:45:29 2014
New Revision: 1597107
URL: http://svn.apache.org/r1597107
Log:
Should fix the shaded dep issue.
Modified:
tomee/tomee/trunk/tomee/tomee-juli/pom.xml
Modified: tomee/tomee/trunk/tomee/tomee-juli/pom.xml
URL:
http://svn.apache.org/viewvc/tomee/tomee/trunk/tomee/tomee-juli/pom.xml?rev=1597107&r1=1597106&r2=1597107&view=diff
==============================================================================
--- tomee/tomee/trunk/tomee/tomee-juli/pom.xml (original)
+++ tomee/tomee/trunk/tomee/tomee-juli/pom.xml Fri May 23 14:45:29 2014
@@ -62,6 +62,8 @@
</goals>
<configuration>
<createSourcesJar>true</createSourcesJar>
+ <useBaseVersion>true</useBaseVersion>
+ <createDependencyReducedPom>false</createDependencyReducedPom>
<artifactSet>
<includes>
<include>org.apache.tomcat:tomcat-juli</include>