[teiid-commits] teiid SVN: r4643 - in branches/mvnTest: documentation/javadocs and 2 other directories.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Wed May 28 14:52:05 EDT 2014


Author: jolee
Date: 2014-05-28 14:52:04 -0400 (Wed, 28 May 2014)
New Revision: 4643

Modified:
   branches/mvnTest/connectors/connector-infinispan/pom.xml
   branches/mvnTest/documentation/javadocs/pom.xml
   branches/mvnTest/jboss-integration/pom.xml
   branches/mvnTest/metadata/pom.xml
Log:
Maven dependency changes for a successful local build

Modified: branches/mvnTest/connectors/connector-infinispan/pom.xml
===================================================================
--- branches/mvnTest/connectors/connector-infinispan/pom.xml	2014-05-28 18:48:10 UTC (rev 4642)
+++ branches/mvnTest/connectors/connector-infinispan/pom.xml	2014-05-28 18:52:04 UTC (rev 4643)
@@ -154,6 +154,7 @@
 							<artifactId>commons-pool</artifactId>
 							<bundleDir>connector-infinispan.rar</bundleDir>
 						</javaModule>
+						<!--
 						<jarModule>
 							<groupId>antlr</groupId>
 							<artifactId>antlr</artifactId>
@@ -165,11 +166,13 @@
 							<artifactId>antlr</artifactId>
 							<excluded>true</excluded>
 						</jarModule>
+						-->
 						<jarModule>
 							<groupId>org.hibernate</groupId>
 							<artifactId>hibernate-search</artifactId>
 							<excluded>true</excluded>
 						</jarModule>
+						<!--
 						<jarModule>
 							<groupId>org.hibernate</groupId>
 							<artifactId>hibernate-commons-annotations</artifactId>
@@ -185,6 +188,7 @@
 							<artifactId>hibernate-core </artifactId>
 							<excluded>true</excluded>
 						</jarModule>
+						-->
 						<jarModule>
 							<groupId>org.codehaus.woodstox</groupId>
 							<artifactId>woodstox-core-asl</artifactId>
@@ -195,21 +199,25 @@
 							<artifactId>stax2-api </artifactId>
 							<excluded>true</excluded>
 						</jarModule>
+						<!--
 						<jarModule>
 							<groupId>commons-collections</groupId>
 							<artifactId>commons-collections</artifactId>
 							<excluded>true</excluded>
 						</jarModule>
+						
 						<jarModule>
 							<groupId>dom4j</groupId>
 							<artifactId>dom4j</artifactId>
 							<excluded>true</excluded>
 						</jarModule>
+						
 						<jarModule>
 							<groupId>xml-apis</groupId>
 							<artifactId>xml-apis</artifactId>
 							<excluded>true</excluded>
 						</jarModule>
+						
 						<jarModule>
 							<groupId>org.apache.lucene</groupId>
 							<artifactId>lucene-core</artifactId>
@@ -225,6 +233,7 @@
 							<artifactId>hsqldb</artifactId>
 							<excluded>true</excluded>
 						</jarModule>
+						-->
 						<jarModule>
 							<groupId>org.jgroups</groupId>
 							<artifactId>jgroups</artifactId>

Modified: branches/mvnTest/documentation/javadocs/pom.xml
===================================================================
--- branches/mvnTest/documentation/javadocs/pom.xml	2014-05-28 18:48:10 UTC (rev 4642)
+++ branches/mvnTest/documentation/javadocs/pom.xml	2014-05-28 18:52:04 UTC (rev 4643)
@@ -365,6 +365,12 @@
       <groupId>org.jboss.jbossas</groupId>
       <artifactId>jboss-as-server</artifactId>
       <version>5.1.0.GA</version>
+      <exclusions>
+      	<exclusion>
+        	<groupId>org.jboss.javaee</groupId>
+            <artifactId>jboss-ejb-api-3.0_spec</artifactId>
+        </exclusion>
+      </exclusions>                    
     </dependency>
     <dependency>
       <groupId>org.jboss.jbossas</groupId>

Modified: branches/mvnTest/jboss-integration/pom.xml
===================================================================
--- branches/mvnTest/jboss-integration/pom.xml	2014-05-28 18:48:10 UTC (rev 4642)
+++ branches/mvnTest/jboss-integration/pom.xml	2014-05-28 18:52:04 UTC (rev 4643)
@@ -132,6 +132,12 @@
         <artifactId>jboss-as-server</artifactId>
         <version>5.1.0.GA</version>
         <scope>test</scope>
+        <exclusions>
+                    <exclusion>
+                      <groupId>org.jboss.javaee</groupId>
+                      <artifactId>jboss-ejb-api-3.0_spec</artifactId>
+                    </exclusion>
+        </exclusions>
     </dependency>    
     
     <dependency>            

Modified: branches/mvnTest/metadata/pom.xml
===================================================================
--- branches/mvnTest/metadata/pom.xml	2014-05-28 18:48:10 UTC (rev 4642)
+++ branches/mvnTest/metadata/pom.xml	2014-05-28 18:52:04 UTC (rev 4643)
@@ -63,6 +63,12 @@
 		<groupId>org.jboss.man</groupId>
 		<artifactId>jboss-managed</artifactId>
 	</dependency>
+		
+	<dependency>
+		<groupId>org.jboss</groupId>
+        <artifactId>jboss-common-core</artifactId>
+        <version>2.2.13.GA</version>
+	</dependency>
   
   </dependencies>
   



More information about the teiid-commits mailing list