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 <[email protected]> Authored: Sat Jan 2 15:16:39 2016 +0100 Committer: Ate Douma <[email protected]> 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>
