TOMEE-1572 remove exclusions which are not needed anymore
Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/58b9bc09 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/58b9bc09 Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/58b9bc09 Branch: refs/heads/master Commit: 58b9bc0930a0ac36a40c5a9fcf72fd7d69a9646d Parents: b0f479f Author: Mark Struberg <[email protected]> Authored: Tue May 5 07:48:57 2015 +0200 Committer: Mark Struberg <[email protected]> Committed: Tue May 5 07:48:57 2015 +0200 ---------------------------------------------------------------------- pom.xml | 12 ------------ 1 file changed, 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/58b9bc09/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0ab6965..5806c3d 100644 --- a/pom.xml +++ b/pom.xml @@ -1726,18 +1726,6 @@ <version>${org.apache.openwebbeans.version}</version> <exclusions> <exclusion> - <groupId>javassist</groupId> - <artifactId>javassist</artifactId> - </exclusion> - <exclusion> - <groupId>net.sf.scannotation</groupId> - <artifactId>scannotation</artifactId> - </exclusion> - <exclusion> - <groupId>asm</groupId> - <artifactId>asm</artifactId> - </exclusion> - <exclusion> <groupId>org.apache.xbean</groupId> <artifactId>xbean-finder-shaded</artifactId> </exclusion>
