[jboss-svn-commits] JBL Code SVN: r37345 - labs/jbossesb/branches/JBESB_4_10_CP/product/services/soapui-client.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Aug 3 11:57:09 EDT 2011


Author: tcunning
Date: 2011-08-03 11:57:09 -0400 (Wed, 03 Aug 2011)
New Revision: 37345

Removed:
   labs/jbossesb/branches/JBESB_4_10_CP/product/services/soapui-client/pom.xml
Log:
JBESB-3656
Remove extraneous pom.xml.


Deleted: labs/jbossesb/branches/JBESB_4_10_CP/product/services/soapui-client/pom.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_10_CP/product/services/soapui-client/pom.xml	2011-08-03 15:47:42 UTC (rev 37344)
+++ labs/jbossesb/branches/JBESB_4_10_CP/product/services/soapui-client/pom.xml	2011-08-03 15:57:09 UTC (rev 37345)
@@ -1,182 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project>
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.jboss.soa.esb</groupId>
-    <artifactId>soapui-client</artifactId>
-    <version>4.2.MR2</version>
-    <name>SOAPUI Client ESB Service</name>
-    <description>SOAPUI Client Service</description>
-
-    <dependencies>
-        <dependency>
-            <groupId>wsdl4j</groupId>
-            <artifactId>wsdl4j</artifactId>
-            <version>1.6.2</version>
-            <systemPath>${basedir}/src/lib/wsdl4j-1.6.2.jar</systemPath>
-            <scope>system</scope>
-        </dependency>
-        <dependency>
-            <groupId>eviware</groupId>
-            <artifactId>soapui</artifactId>
-            <version>1.7</version>
-        </dependency>
-        <dependency>
-            <groupId>eviware</groupId>
-            <artifactId>soapui-xmlbeans</artifactId>
-            <version>1.7</version>
-        </dependency>
-        <dependency>
-            <groupId>xmlbeans</groupId>
-            <artifactId>xbean</artifactId>
-            <version>2.2.0</version>
-        </dependency>
-        <dependency>
-            <groupId>xmlbeans</groupId>
-            <artifactId>jsr173_1.0_api-xmlbeans</artifactId>
-            <version>1.0</version>
-            <systemPath>${basedir}/src/lib/jsr173_1.0_api-xmlbeans-2.2.0.jar</systemPath>
-            <scope>system</scope>
-        </dependency>
-        <dependency>
-            <groupId>com.jgoodies</groupId>
-            <artifactId>looks</artifactId>
-            <version>2.1.2</version>
-        </dependency>
-        <dependency>
-            <groupId>jboss</groupId>
-            <artifactId>jbossesb-rosetta</artifactId>
-            <version>4.0.x</version>
-            <systemPath>${basedir}/../../build/jbossesb/lib/jbossesb-rosetta.jar</systemPath>
-            <scope>system</scope>
-        </dependency>
-        <dependency>
-            <groupId>jboss</groupId>
-            <artifactId>jboss-system</artifactId>
-            <version>4.0.x</version>
-            <systemPath>${basedir}/src/lib/jboss-system.jar</systemPath>
-            <scope>system</scope>
-        </dependency>
-        <dependency>
-            <groupId>jboss</groupId>
-            <artifactId>jboss-system-client</artifactId>
-            <version>4.0.x</version>
-            <systemPath>${basedir}/src/lib/jboss-system-client.jar</systemPath>
-            <scope>system</scope>
-        </dependency>
-        <dependency>
-            <groupId>jboss</groupId>
-            <artifactId>jbossall-client</artifactId>
-            <version>4.0.x</version>
-            <systemPath>${basedir}/../../lib/ext/jbossall-client.jar</systemPath>
-            <scope>system</scope>
-        </dependency>
-        <dependency>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-            <version>1.0.4</version>
-        </dependency>
-        <dependency>
-            <groupId>commons-httpclient</groupId>
-            <artifactId>commons-httpclient</artifactId>
-            <version>3.0.1</version>
-        </dependency>
-        <dependency>
-            <groupId>milyn</groupId>
-            <artifactId>milyn-commons</artifactId>
-            <version>0.9-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>ognl</groupId>
-            <artifactId>ognl</artifactId>
-            <version>2.6.9</version>
-        </dependency>
-        <dependency>
-            <groupId>xalan</groupId>
-            <artifactId>xalan</artifactId>
-            <version>2.7.0</version>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>4.1</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-            <version>1.2.8</version>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <defaultGoal>jboss-packaging:sar</defaultGoal>
-        <plugins>
-            <plugin>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>1.5</source>
-                    <target>1.5</target>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>jboss-packaging-maven-plugin</artifactId>
-                <version>2.0-SNAPSHOT</version>
-                <configuration>
-                    <!-- Required config - doesn't seem to pick it up from here by default. -->
-                    <deploymentDescriptorFile>${basedir}/src/main/resources/META-INF/jboss-service.xml
-                    </deploymentDescriptorFile>
-                </configuration>
-            </plugin>
-        </plugins>
-        <resources>
-            <resource>
-                <directory>src/main/java</directory>
-                <excludes>
-                    <exclude>**/*.java</exclude>
-                </excludes>
-            </resource>
-            <resource>
-                <directory>src/main/resources</directory>
-            </resource>
-        </resources>
-        <testResources>
-            <testResource>
-                <directory>src/test/java</directory>
-                <excludes>
-                    <exclude>**/*.java</exclude>
-                </excludes>
-            </testResource>
-            <testResource>
-                <directory>src/test/resources</directory>
-            </testResource>
-        </testResources>
-    </build>
-
-    <repositories>
-        <repository>
-            <id>JBoss Repo</id>
-            <url>http://repository.jboss.com/maven2/</url>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-        </repository>
-        <repository>
-            <id>SOAP UI Repo</id>
-            <url>http://www.eviware.com/repository/maven2/</url>
-        </repository>
-    </repositories>
-    <pluginRepositories>
-        <pluginRepository>
-            <id>Codehaus Snapshots</id>
-            <url>http://snapshots.repository.codehaus.org/</url>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-        </pluginRepository>
-    </pluginRepositories>
-</project>
\ No newline at end of file



More information about the jboss-svn-commits mailing list