This is an automated email from the ASF dual-hosted git repository.
dimuthuupe pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/develop by this push:
new ef15e2f Removing conflicting dependencies
ef15e2f is described below
commit ef15e2fd5d60c04c0936cfcf58ae26d03406793f
Author: Dimuthu Wannipurage <dimuthu.upeksha2@gmail.com>
AuthorDate: Thu Jan 24 15:01:57 2019 -0500
Removing conflicting dependencies
---
modules/airavata-helix/helix-spectator/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/modules/airavata-helix/helix-spectator/pom.xml b/modules/airavata-helix/helix-spectator/pom.xml
index 9874581..2b2cbb9 100644
--- a/modules/airavata-helix/helix-spectator/pom.xml
+++ b/modules/airavata-helix/helix-spectator/pom.xml
@@ -39,6 +39,12 @@
<groupId>org.apache.airavata</groupId>
<artifactId>task-core</artifactId>
<version>0.17-SNAPSHOT</version>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.apache.airavata</groupId>
|