You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by at...@apache.org on 2016/01/02 15:16:47 UTC

commons-scxml git commit: update groovy dependency to latest, drop no longer used commons-beanutils

Repository: commons-scxml
Updated Branches:
  refs/heads/master 251bf6b18 -> 7d68a7487


update groovy dependency to latest, drop no longer used commons-beanutils


Project: http://git-wip-us.apache.org/repos/asf/commons-scxml/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-scxml/commit/7d68a748
Tree: http://git-wip-us.apache.org/repos/asf/commons-scxml/tree/7d68a748
Diff: http://git-wip-us.apache.org/repos/asf/commons-scxml/diff/7d68a748

Branch: refs/heads/master
Commit: 7d68a7487896a7c5dc8f61969df5829a7ec34d62
Parents: 251bf6b
Author: Ate Douma <at...@apache.org>
Authored: Sat Jan 2 15:16:39 2016 +0100
Committer: Ate Douma <at...@apache.org>
Committed: Sat Jan 2 15:16:39 2016 +0100

----------------------------------------------------------------------
 pom.xml | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-scxml/blob/7d68a748/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 50f60e7..06d3a65 100644
--- a/pom.xml
+++ b/pom.xml
@@ -158,12 +158,6 @@
       <version>2.4</version>
     </dependency>
     <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>4.11</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-jexl</artifactId>
       <version>2.1.1</version>
@@ -172,13 +166,14 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.2.2</version>
+      <version>2.4.5</version>
       <optional>true</optional>
     </dependency>
     <dependency>
-      <groupId>commons-beanutils</groupId>
-      <artifactId>commons-beanutils</artifactId>
-      <version>1.9.2</version>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.11</version>
+      <scope>test</scope>
     </dependency>
   </dependencies>