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/06/27 13:16:40 UTC

[2/3] incubator-taverna-workbench git commit: bouncycastle dependency

bouncycastle dependency


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

Branch: refs/heads/master
Commit: fec4a2689fe43663438d35b9afd5fc7974d96c51
Parents: 1835be0
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon Jun 27 13:54:57 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Jun 27 13:54:57 2016 +0100

----------------------------------------------------------------------
 taverna-credential-manager-ui/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/fec4a268/taverna-credential-manager-ui/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-credential-manager-ui/pom.xml b/taverna-credential-manager-ui/pom.xml
index d16cb5d..318acb8 100644
--- a/taverna-credential-manager-ui/pom.xml
+++ b/taverna-credential-manager-ui/pom.xml
@@ -65,5 +65,10 @@
 			<artifactId>commons-io</artifactId>
 			<version>${commons.io.version}</version>
 		</dependency>
+		<dependency>
+			<groupId>org.bouncycastle</groupId>
+			<artifactId>bcprov-jdk15on</artifactId>
+			<version>${bcprov.version}</version>
+		</dependency>		
 	</dependencies>
 </project>