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/12/03 16:38:13 UTC

[47/50] tomee git commit: beanutils is no more there by default

beanutils is no more there by default


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

Branch: refs/heads/tomee-1.7.x
Commit: 8381fdbc37557a633a5e0b8246052eb4fa2cb299
Parents: f1eacc3
Author: rmannibucau <rm...@apache.org>
Authored: Thu Oct 27 23:40:26 2016 +0200
Committer: rmannibucau <rm...@apache.org>
Committed: Thu Oct 27 23:40:26 2016 +0200

----------------------------------------------------------------------
 examples/deltaspike-fullstack/pom.xml | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/8381fdbc/examples/deltaspike-fullstack/pom.xml
----------------------------------------------------------------------
diff --git a/examples/deltaspike-fullstack/pom.xml b/examples/deltaspike-fullstack/pom.xml
index fb95228..5116ec8 100644
--- a/examples/deltaspike-fullstack/pom.xml
+++ b/examples/deltaspike-fullstack/pom.xml
@@ -294,10 +294,6 @@
           <artifactId>commons-logging</artifactId>
           <groupId>commons-logging</groupId>
         </exclusion>
-        <exclusion>
-          <artifactId>commons-beanutils</artifactId>
-          <groupId>commons-beanutils</groupId>
-        </exclusion>
       </exclusions>
     </dependency>
     <dependency>