[seam-commits] Seam SVN: r10872 - modules/trunk/drools.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon May 11 19:08:36 EDT 2009


Author: shane.bryzak at jboss.com
Date: 2009-05-11 19:08:36 -0400 (Mon, 11 May 2009)
New Revision: 10872

Modified:
   modules/trunk/drools/pom.xml
Log:
clean up pom

Modified: modules/trunk/drools/pom.xml
===================================================================
--- modules/trunk/drools/pom.xml	2009-05-11 22:44:45 UTC (rev 10871)
+++ modules/trunk/drools/pom.xml	2009-05-11 23:08:36 UTC (rev 10872)
@@ -1,14 +1,14 @@
 <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">
+   <modelVersion>4.0.0</modelVersion>
+   
    <parent>
       <artifactId>seam-parent</artifactId>
       <groupId>org.jboss.seam</groupId>
       <version>3.0.0-SNAPSHOT</version>
    </parent>
 
-   <modelVersion>4.0.0</modelVersion>
-   <groupId>org.jboss.seam</groupId>
    <artifactId>seam-drools</artifactId>
    <packaging>jar</packaging>
    <version>3.0.0-SNAPSHOT</version>
@@ -28,15 +28,8 @@
          <scope>provided</scope>
       </dependency>
 
-      <!--
       <dependency>
          <groupId>${seam.groupId}</groupId>
-         <artifactId>seam-bpm</artifactId>
-      </dependency>
-      -->
-
-      <dependency>
-         <groupId>${seam.groupId}</groupId>
          <artifactId>seam-el</artifactId>
       </dependency>
 
@@ -57,13 +50,6 @@
          <scope>provided</scope>
       </dependency>
 
-      <!--
-      <dependency>
-         <groupId>org.jbpm</groupId>
-         <artifactId>jbpm-jpdl</artifactId>
-      </dependency>
-      -->
-
    </dependencies>
 
 </project>




More information about the seam-commits mailing list