Author: raminder
Date: Mon Oct 28 15:57:22 2013
New Revision: 1536384
URL: http://svn.apache.org/r1536384
Log:
excluded the runtime logging dependency for Jboss logging.
Modified:
airavata/trunk/tools/gsissh/pom.xml
Modified: airavata/trunk/tools/gsissh/pom.xml
URL:
http://svn.apache.org/viewvc/airavata/trunk/tools/gsissh/pom.xml?rev=1536384&r1=1536383&r2=1536384&view=diff
==============================================================================
--- airavata/trunk/tools/gsissh/pom.xml (original)
+++ airavata/trunk/tools/gsissh/pom.xml Mon Oct 28 15:57:22 2013
@@ -81,6 +81,12 @@
<groupId>com.jcabi</groupId>
<artifactId>jcabi-aspects</artifactId>
<version>0.9</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>