You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by pa...@apache.org on 2011/09/08 22:34:57 UTC

svn commit: r1166891 - /incubator/airavata/trunk/modules/gfac-core/pom.xml

Author: patanachai
Date: Thu Sep  8 20:34:56 2011
New Revision: 1166891

URL: http://svn.apache.org/viewvc?rev=1166891&view=rev
Log:
fix pom

Modified:
    incubator/airavata/trunk/modules/gfac-core/pom.xml

Modified: incubator/airavata/trunk/modules/gfac-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/modules/gfac-core/pom.xml?rev=1166891&r1=1166890&r2=1166891&view=diff
==============================================================================
--- incubator/airavata/trunk/modules/gfac-core/pom.xml (original)
+++ incubator/airavata/trunk/modules/gfac-core/pom.xml Thu Sep  8 20:34:56 2011
@@ -12,7 +12,7 @@
     language governing permissions and limitations under the License. -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
         <artifactId>airavata</artifactId>
         <groupId>airavata</groupId>
@@ -59,7 +59,6 @@
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
-            <version>1.5.11</version>
         </dependency>
 
         <!-- GFAC schemas -->
@@ -109,11 +108,10 @@
             <artifactId>junit</artifactId>
             <scope>test</scope>
         </dependency>
-        <!--using different slf4j version because plugin required 1.5.11-->
+        <!--using different slf4j version because plugin required 1.5.11 -->
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-simple</artifactId>
-            <version>1.5.11</version>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -136,24 +134,6 @@
                     <workingDirectory>${project.build.testOutputDirectory}</workingDirectory>
                 </configuration>
             </plugin>
-            <plugin>
-                <artifactId>maven-clean-plugin</artifactId>
-                <version>2.4.1</version>
-                <configuration>
-                    <filesets>
-                        <fileset>
-                            <directory>.</directory>
-                            <includes>
-                                <include>*.log</include>
-                            </includes>
-                        </fileset>
-		<fileset>
-                            <directory>jackrabbit</directory>
-                        </fileset>
-
-                    </filesets>
-                </configuration>
-            </plugin>
         </plugins>
     </build>
 </project>