more commons-lang excision
Project: http://git-wip-us.apache.org/repos/asf/bval/repo Commit: http://git-wip-us.apache.org/repos/asf/bval/commit/1e363514 Tree: http://git-wip-us.apache.org/repos/asf/bval/tree/1e363514 Diff: http://git-wip-us.apache.org/repos/asf/bval/diff/1e363514 Branch: refs/heads/master Commit: 1e36351424996b6d1f9db1955a0842ae6864cca9 Parents: 083f52c Author: Matt Benson <[email protected]> Authored: Fri Oct 28 21:49:44 2016 +0000 Committer: Matt Benson <[email protected]> Committed: Fri Oct 28 21:49:44 2016 +0000 ---------------------------------------------------------------------- bval-core/pom.xml | 6 ------ bval-xstream/pom.xml | 40 ---------------------------------------- 2 files changed, 46 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bval/blob/1e363514/bval-core/pom.xml ---------------------------------------------------------------------- diff --git a/bval-core/pom.xml b/bval-core/pom.xml index 6288272..a4106f8 100644 --- a/bval-core/pom.xml +++ b/bval-core/pom.xml @@ -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> http://git-wip-us.apache.org/repos/asf/bval/blob/1e363514/bval-xstream/pom.xml ---------------------------------------------------------------------- diff --git a/bval-xstream/pom.xml b/bval-xstream/pom.xml index aa88552..b4eea6b 100644 --- a/bval-xstream/pom.xml +++ b/bval-xstream/pom.xml @@ -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> @@ -92,42 +88,6 @@ </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> <artifactId>findbugs-maven-plugin</artifactId> <configuration>
