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 2016/01/18 18:37:34 UTC

incubator-taverna-common-activities git commit: TAVERNA-883 ensure wss4j version 1.6.18

Repository: incubator-taverna-common-activities
Updated Branches:
  refs/heads/master 9ed93151c -> 64ca37050


TAVERNA-883 ensure wss4j version 1.6.18

.. not 1.5.12 as taverna-parent suggested


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/commit/64ca3705
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/tree/64ca3705
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/diff/64ca3705

Branch: refs/heads/master
Commit: 64ca370504b66b2668f5f2c9175b0ca88e08762f
Parents: 9ed9315
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon Jan 18 17:37:12 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Jan 18 17:37:12 2016 +0000

----------------------------------------------------------------------
 pom.xml                      | 1 +
 taverna-wsdl-generic/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/64ca3705/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 791bb90..beb5110 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,6 +15,7 @@
     <taverna.language.version>0.15.0-incubating</taverna.language.version>
     <taverna.osgi.version>0.2.1-incubating-SNAPSHOT</taverna.osgi.version>
     <taverna.engine.version>3.1.0-incubating-SNAPSHOT</taverna.engine.version>
+    <wss4j.version>1.6.18</wss4j.version>
   </properties>
 	<modules>
     <module>taverna-beanshell-activity</module>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/64ca3705/taverna-wsdl-generic/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-wsdl-generic/pom.xml b/taverna-wsdl-generic/pom.xml
index b511474..5a0288c 100644
--- a/taverna-wsdl-generic/pom.xml
+++ b/taverna-wsdl-generic/pom.xml
@@ -88,7 +88,7 @@
                 <dependency>
                         <groupId>org.apache.ws.security</groupId>
                         <artifactId>wss4j</artifactId>
-                        <version>1.6.18</version>
+                        <version>${wss4j.version}</version>
                 </dependency>
 		<dependency>
 			<groupId>junit</groupId>