[teiid-commits] teiid SVN: r471 - in trunk/connectors: connector-xml and 1 other directories.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Mon Feb 16 12:02:02 EST 2009


Author: tejones
Date: 2009-02-16 12:02:02 -0500 (Mon, 16 Feb 2009)
New Revision: 471

Modified:
   trunk/connectors/connector-xml/pom.xml
   trunk/connectors/pom.xml
   trunk/connectors/salesforce-api/pom.xml
Log:
TEIID-133: Re-factored common dependencies from XML Connector. 

Modified: trunk/connectors/connector-xml/pom.xml
===================================================================
--- trunk/connectors/connector-xml/pom.xml	2009-02-16 16:59:17 UTC (rev 470)
+++ trunk/connectors/connector-xml/pom.xml	2009-02-16 17:02:02 UTC (rev 471)
@@ -3,7 +3,7 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <parent>
-    <artifactId>teiid-connectors</artifactId>
+    <artifactId>connector-xml-common</artifactId>
     <groupId>org.jboss.teiid.connectors</groupId>
     <version>6.0.0-SNAPSHOT</version>
   </parent>
@@ -13,106 +13,15 @@
   <description>This connector produces the XML documents from Web
     service and transforms the document into a relational structure.</description>
   <dependencies>
-    <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>servlet-api</artifactId>
-      <version>2.5</version>
-    </dependency>
-    <dependency>
-      <groupId>apache-httpclient</groupId>
-      <artifactId>commons-httpclient</artifactId>
-      <version>3.0.1</version>
-    </dependency>
-    <dependency>
-      <groupId>apache-codec</groupId>
-      <artifactId>commons-codec</artifactId>
-      <version>1.2</version>
-    </dependency>
-    <dependency>
-      <groupId>jaxen</groupId>
-      <artifactId>jaxen</artifactId>
-      <version>1.1.1</version>
-      <exclusions>
-        <exclusion>
-          <groupId>xerces</groupId>
-          <artifactId>xercesImpl</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>jdom</groupId>
-      <artifactId>jdom</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>javax.jms</groupId>
-      <artifactId>jms</artifactId>
-      <version>1.1</version>
-    </dependency>
-    <dependency>
-      <groupId>axis</groupId>
-      <artifactId>axis</artifactId>
-      <version>1.3</version>
-    </dependency>
-    <dependency>
-      <groupId>wss4j</groupId>
-      <artifactId>wss4j</artifactId>
-      <version>1.5.0</version>
-    </dependency>
-    <dependency>
-      <groupId>axis</groupId>
-      <artifactId>axis-jaxrpc</artifactId>
-      <version>1.2</version>
-    </dependency>
-    <dependency>
-      <groupId>axis</groupId>
-      <artifactId>axis-saaj</artifactId>
-      <version>1.2</version>
-    </dependency>
-    <dependency>
-      <groupId>axis</groupId>
-      <artifactId>axis-wsdl4j</artifactId>
-      <version>1.5.1</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>axis</groupId>
-      <artifactId>axis-schema</artifactId>
-      <version>1.3</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>opensaml</groupId>
-      <artifactId>opensaml</artifactId>
-      <version>1.1b</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>apache-xmlsec</groupId>
-      <artifactId>xmlsec</artifactId>
-      <version>1.3.0</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>apache-discovery</groupId>
-      <artifactId>commons-discovery</artifactId>
-      <version>0.2</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>xalan</groupId>
-      <artifactId>xalan</artifactId>
-      <version>2.7.0</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-    	<groupId>commons-logging</groupId>
-    	<artifactId>commons-logging</artifactId>
-    	<scope>compile</scope>
-    </dependency>
+  	<dependency>
+  		<groupId>org.jboss.teiid.connectors</groupId>
+  		<artifactId>connector-xml-common</artifactId>
+  		<version>6.0.0-SNAPSHOT</version>
+  		<type>pom</type>
+  	</dependency>
   </dependencies>
+  <dependencyManagement>
+  	<dependencies>
+  	</dependencies>
+  </dependencyManagement>
 </project>
\ No newline at end of file

Modified: trunk/connectors/pom.xml
===================================================================
--- trunk/connectors/pom.xml	2009-02-16 16:59:17 UTC (rev 470)
+++ trunk/connectors/pom.xml	2009-02-16 17:02:02 UTC (rev 471)
@@ -121,5 +121,6 @@
     <module>connector-salesforce</module>
     <module>salesforce-api</module>
     <module>connector-ldap</module>
+    <module>connector-xml-common</module>
   </modules>
 </project>
\ No newline at end of file

Modified: trunk/connectors/salesforce-api/pom.xml
===================================================================
--- trunk/connectors/salesforce-api/pom.xml	2009-02-16 16:59:17 UTC (rev 470)
+++ trunk/connectors/salesforce-api/pom.xml	2009-02-16 17:02:02 UTC (rev 471)
@@ -1,6 +1,6 @@
 <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/maven-v4_0_0.xsd">
   <parent>
-    <artifactId>teiid-connectors</artifactId>
+    <artifactId>connector-xml-common</artifactId>
     <groupId>org.jboss.teiid.connectors</groupId>
     <version>6.0.0-SNAPSHOT</version>
   </parent>
@@ -9,37 +9,11 @@
   <name>Salesforce API</name>
   <description>The java API for the Salesforce.com partner web service API</description>
     <dependencies>
-    <dependency>
-      <groupId>axis</groupId>
-      <artifactId>axis</artifactId>
-      <version>1.3</version>
-    </dependency>
-    <dependency>
-      <groupId>wss4j</groupId>
-      <artifactId>wss4j</artifactId>
-      <version>1.5.0</version>
-    </dependency>
-    <dependency>
-      <groupId>axis</groupId>
-      <artifactId>axis-jaxrpc</artifactId>
-      <version>1.2</version>
-    </dependency>
-    <dependency>
-      <groupId>axis</groupId>
-      <artifactId>axis-saaj</artifactId>
-      <version>1.2</version>
-    </dependency>
-    <dependency>
-      <groupId>axis</groupId>
-      <artifactId>axis-wsdl4j</artifactId>
-      <version>1.5.1</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>axis</groupId>
-      <artifactId>axis-schema</artifactId>
-      <version>1.3</version>
-      <scope>runtime</scope>
-    </dependency>
+    	<dependency>
+    		<groupId>org.jboss.teiid.connectors</groupId>
+    		<artifactId>connector-xml-common</artifactId>
+    		<version>6.0.0-SNAPSHOT</version>
+    		<type>pom</type>
+    	</dependency>
   </dependencies>
 </project>
\ No newline at end of file




More information about the teiid-commits mailing list