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 2017/06/12 19:52:02 UTC

tomee git commit: using beanutils directly and not core which doesnt exist anymore

Repository: tomee
Updated Branches:
  refs/heads/master 76918ee42 -> 545a9ff08


using beanutils directly and not core which doesnt exist anymore


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

Branch: refs/heads/master
Commit: 545a9ff08b979ccb828df16a49a3316e62f36842
Parents: 76918ee
Author: rmannibucau <rm...@apache.org>
Authored: Mon Jun 12 21:51:49 2017 +0200
Committer: rmannibucau <rm...@apache.org>
Committed: Mon Jun 12 21:51:53 2017 +0200

----------------------------------------------------------------------
 tomee/tomee-webapp/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/545a9ff0/tomee/tomee-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/tomee/tomee-webapp/pom.xml b/tomee/tomee-webapp/pom.xml
index dc24cef..b251a36 100644
--- a/tomee/tomee-webapp/pom.xml
+++ b/tomee/tomee-webapp/pom.xml
@@ -163,7 +163,7 @@
     </dependency>
     <dependency> <!-- needed by myfaces -->
       <groupId>commons-beanutils</groupId>
-      <artifactId>commons-beanutils-core</artifactId>
+      <artifactId>commons-beanutils</artifactId>
       <version>${commons-beanutils.version}</version>
     </dependency>
     <dependency>