You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2016/11/14 09:59:58 UTC

tomee git commit: TOMEE-1969 dont exclude commons-beanutils in tomee embedded maven plugin, breaks some cases and is not justified

Repository: tomee
Updated Branches:
  refs/heads/master 26346f5da -> d8af78498


TOMEE-1969 dont exclude commons-beanutils in tomee embedded maven plugin, breaks some cases and is not justified


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/d8af7849
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/d8af7849
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/d8af7849

Branch: refs/heads/master
Commit: d8af784989f02cf729c593018cff55e3fdd064f7
Parents: 26346f5
Author: rmannibucau <rm...@apache.org>
Authored: Mon Nov 14 10:59:47 2016 +0100
Committer: rmannibucau <rm...@apache.org>
Committed: Mon Nov 14 10:59:47 2016 +0100

----------------------------------------------------------------------
 maven/tomee-embedded-maven-plugin/pom.xml | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/d8af7849/maven/tomee-embedded-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven/tomee-embedded-maven-plugin/pom.xml b/maven/tomee-embedded-maven-plugin/pom.xml
index 222ccc8..1dce186 100644
--- a/maven/tomee-embedded-maven-plugin/pom.xml
+++ b/maven/tomee-embedded-maven-plugin/pom.xml
@@ -45,12 +45,6 @@
       <groupId>org.apache.tomee</groupId>
       <artifactId>tomee-embedded</artifactId>
       <version>${project.version}</version>
-      <exclusions>
-        <exclusion>
-          <artifactId>commons-beanutils</artifactId>
-          <groupId>commons-beanutils</groupId>
-        </exclusion>
-      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.tomee.maven</groupId>