Author: mbenson
Date: Fri Oct 28 21:49:44 2016
New Revision: 1767082
URL: http://svn.apache.org/viewvc?rev=1767082&view=rev
Log:
more commons-lang excision
Modified:
bval/trunk/bval-core/pom.xml
bval/trunk/bval-xstream/pom.xml
Modified: bval/trunk/bval-core/pom.xml
URL:
http://svn.apache.org/viewvc/bval/trunk/bval-core/pom.xml?rev=1767082&r1=1767081&r2=1767082&view=diff
==============================================================================
--- bval/trunk/bval-core/pom.xml (original)
+++ bval/trunk/bval-core/pom.xml Fri Oct 28 21:49:44 2016
@@ -37,18 +37,12 @@
<description>BVal Metadata Engine</description>
<dependencies>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-lang3</artifactId>
- </dependency>
-
<!-- we only support validation in DynaBeans, but do not use
c-beanutils in BVal itself -->
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils-core</artifactId>
<optional>true</optional>
</dependency>
-
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-weaver-privilizer-api</artifactId>
Modified: bval/trunk/bval-xstream/pom.xml
URL:
http://svn.apache.org/viewvc/bval/trunk/bval-xstream/pom.xml?rev=1767082&r1=1767081&r2=1767082&view=diff
==============================================================================
--- bval/trunk/bval-xstream/pom.xml (original)
+++ bval/trunk/bval-xstream/pom.xml Fri Oct 28 21:49:44 2016
@@ -44,10 +44,6 @@
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-lang3</artifactId>
- </dependency>
- <dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
</dependency>
@@ -90,42 +86,6 @@
</goals>
</execution>
</executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-shade-plugin</artifactId>
- <configuration>
- <artifactSet>
- <includes>
- <include>org.apache.commons:commons-lang3</include>
- </includes>
- </artifactSet>
- <filters>
- <filter>
-
<artifact>org.apache.commons:commons-lang3</artifact>
- <excludes>
- <exclude>META-INF/maven/**</exclude>
- </excludes>
- </filter>
- </filters>
- <relocations>
- <relocation>
- <pattern>org.apache.commons</pattern>
-
<shadedPattern>org.apache.bval.xstream._oac</shadedPattern>
- </relocation>
- </relocations>
- <minimizeJar>true</minimizeJar>
-
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
- <createSourcesJar>true</createSourcesJar>
- <shadeSourcesContent>true</shadeSourcesContent>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>shade</goal>
- </goals>
- </execution>
- </executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>