Repository: apex-core
Updated Branches:
  refs/heads/master 388bb3877 -> fdfba966f


Upgraded beanutils version


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

Branch: refs/heads/master
Commit: fdfba966f6652722fb0371cbb8259969a44d7b2e
Parents: 388bb38
Author: Pramod Immaneni <pra...@datatorrent.com>
Authored: Sat Sep 17 07:36:40 2016 -0700
Committer: Pramod Immaneni <pra...@datatorrent.com>
Committed: Sun Sep 18 08:10:58 2016 -0700

----------------------------------------------------------------------
 engine/pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/apex-core/blob/fdfba966/engine/pom.xml
----------------------------------------------------------------------
diff --git a/engine/pom.xml b/engine/pom.xml
index b82cb29..59c096e 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -297,8 +297,14 @@
     <dependency>
       <groupId>commons-beanutils</groupId>
       <artifactId>commons-beanutils</artifactId>
-      <version>1.8.3</version>
+      <version>1.9.2</version>
       <type>jar</type>
+      <exclusions>
+        <exclusion>
+          <artifactId>commons-collections</artifactId>
+          <groupId>commons-collections</groupId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <!-- We need this direct dependency because without this, it throws 
method not found exception on Amazon EMR version of hadoop 2.4.

Reply via email to