[jboss-svn-commits] JBL Code SVN: r31648 - labs/jbossrules/trunk/osgi-bundles.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Feb 12 17:56:23 EST 2010
Author: mark.proctor at jboss.com
Date: 2010-02-12 17:56:23 -0500 (Fri, 12 Feb 2010)
New Revision: 31648
Modified:
labs/jbossrules/trunk/osgi-bundles/pom.xml
Log:
JBRULES-2351 OSGi Ready
-refactoring project names, to prevent clashes
-removed osgi-bundles while I try and figure out why ecipse:eclipse is adding mvel
Modified: labs/jbossrules/trunk/osgi-bundles/pom.xml
===================================================================
--- labs/jbossrules/trunk/osgi-bundles/pom.xml 2010-02-12 22:56:01 UTC (rev 31647)
+++ labs/jbossrules/trunk/osgi-bundles/pom.xml 2010-02-12 22:56:23 UTC (rev 31648)
@@ -30,9 +30,9 @@
</properties>
<modules>
- <module>jxls/jxls-reader</module>
- <module>org.milyn/milyn-smooks-javabean</module>
- <module>org.mvel/mvel2</module>
+ <module>jxls/org.drools.osgi.wrapper.jxls-reader</module>
+ <module>org.milyn/org.drools.osgi.wrapper.milyn-smooks-javabean</module>
+ <module>org.mvel/org.drools.osgi.wrapper.mvel2</module>
<module>org.drools.osgi.test</module>
</modules>
<build>
@@ -272,14 +272,29 @@
<artifactId>com.springsource.com.sun.tools.xjc</artifactId>
<version>2.1.7</version>
</dependency>
+ <dependency>
+ <groupId>org.dom4j</groupId>
+ <artifactId>com.springsource.org.dom4j</artifactId>
+ <version>1.6.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.xmlpull</groupId>
+ <artifactId>com.springsource.org.xmlpull</artifactId>
+ <version>1.1.4.c</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml</groupId>
+ <artifactId>com.springsource.com.sun.xml.fastinfoset</artifactId>
+ <version>1.2.2</version>
+ </dependency>
<!-- Logging -->
- <!--dependency>
+ <dependency>
<groupId>org.slf4j</groupId>
<artifactId>com.springsource.slf4j.org.apache.commons.logging</artifactId>
<version>${slf4j.version}</version>
<scope>provided</scope>
- </dependency-->
+ </dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>com.springsource.slf4j.api</artifactId>
@@ -290,6 +305,11 @@
<artifactId>com.springsource.slf4j.log4j</artifactId>
<version>1.5.3</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>com.springsource.org.apache.commons.logging</artifactId>
+ <version>1.1.1</version>
+ </dependency>
<!--dependency>
<groupId>org.slf4j</groupId>
<artifactId>com.springsource.slf4j.juli</artifactId>
@@ -385,7 +405,40 @@
<artifactId>hook</artifactId>
<version>1.0.0-200905031323</version>
</dependency>
+
+ <!-- Persistence -->
+ <dependency>
+ <groupId>javax.persistence</groupId>
+ <artifactId>com.springsource.javax.persistence</artifactId>
+ <version>2.0.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>com.springsource.org.hibernate.ejb</artifactId>
+ <version>3.4.0.GA</version>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>com.springsource.org.hibernate.annotations</artifactId>
+ <version>3.4.0.GA</version>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>com.springsource.org.hibernate.annotations.common</artifactId>
+ <version>3.3.0.ga</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.util</groupId>
+ <artifactId>com.springsource.org.jboss.util</artifactId>
+ <version>2.2.13.GA</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>com.springsource.org.jboss.logging</artifactId>
+ <version>2.0.5.GA</version>
+ </dependency>
+
<!-- Test Scoped -->
<!-- Equinox OSGi platform -->
<dependency>
More information about the jboss-svn-commits
mailing list