You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2015/02/17 12:37:24 UTC

[09/50] [abbrv] incubator-taverna-commandline git commit: newer dependencies

newer dependencies


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/commit/2a17db58
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/tree/2a17db58
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/diff/2a17db58

Branch: refs/heads/master
Commit: 2a17db58c896a027f61b1bffc12448cc488b71b4
Parents: 4b3d5ed
Author: Stian Soiland-Reyes <so...@cs.manchester.ac.uk>
Authored: Tue Oct 28 13:14:21 2014 +0000
Committer: Stian Soiland-Reyes <so...@cs.manchester.ac.uk>
Committed: Tue Oct 28 13:14:21 2014 +0000

----------------------------------------------------------------------
 pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/2a17db58/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6b1fffe..8393a90 100644
--- a/pom.xml
+++ b/pom.xml
@@ -248,6 +248,17 @@
 			<artifactId>commons-codec</artifactId>
 			<version>${commons.codec.version}</version>
 		</dependency>
+  <dependency>
+    <groupId>commons-configuration</groupId>
+    <artifactId>commons-configuration</artifactId>
+    <version>1.10</version>
+  </dependency>
+  <dependency>
+      <groupId>com.sun.xml.bind</groupId>
+      <artifactId>jaxb-impl</artifactId>
+      <version>2.2.11</version>
+  </dependency>
+
 
 		<!-- OSGi Enterprise Services -->
 		<dependency>