[jbpm-commits] JBoss JBPM SVN: r4220 - jbpm4/branches/ainze/modules/pvm.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Mar 10 15:24:36 EDT 2009


Author: ainze
Date: 2009-03-10 15:24:36 -0400 (Tue, 10 Mar 2009)
New Revision: 4220

Modified:
   jbpm4/branches/ainze/modules/pvm/pom.xml
Log:
added commons-lang

Modified: jbpm4/branches/ainze/modules/pvm/pom.xml
===================================================================
--- jbpm4/branches/ainze/modules/pvm/pom.xml	2009-03-10 17:53:32 UTC (rev 4219)
+++ jbpm4/branches/ainze/modules/pvm/pom.xml	2009-03-10 19:24:36 UTC (rev 4220)
@@ -1,148 +1,153 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<!-- ====================================================================== -->
-<!--                                                                        -->
-<!--  JBoss, the OpenSource J2EE webOS                                      -->
-<!--                                                                        -->
-<!--  Distributable under LGPL license.                                     -->
-<!--  See terms of license at http://www.gnu.org.                           -->
-<!--                                                                        -->
-<!-- ====================================================================== -->
+	<!-- ====================================================================== -->
+	<!--                                                                        -->
+	<!--  JBoss, the OpenSource J2EE webOS                                      -->
+	<!--                                                                        -->
+	<!--  Distributable under LGPL license.                                     -->
+	<!--  See terms of license at http://www.gnu.org.                           -->
+	<!--                                                                        -->
+	<!-- ====================================================================== -->
 
-<!-- $Id$ -->
+	<!-- $Id$ -->
 
 <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>
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
 
-  <name>jBPM 4 - PVM</name>
-  <groupId>org.jbpm.jbpm4</groupId>
-  <artifactId>jbpm-pvm</artifactId>
-  <packaging>jar</packaging>
+	<name>jBPM 4 - PVM</name>
+	<groupId>org.jbpm.jbpm4</groupId>
+	<artifactId>jbpm-pvm</artifactId>
+	<packaging>jar</packaging>
 
-  <!-- Parent -->
-  <parent>
-    <groupId>org.jbpm.jbpm4</groupId>
-    <artifactId>jbpm</artifactId>
-    <version>4.0.0-SNAPSHOT</version>
-    <relativePath>../../pom.xml</relativePath>
-  </parent>
+	<!-- Parent -->
+	<parent>
+		<groupId>org.jbpm.jbpm4</groupId>
+		<artifactId>jbpm</artifactId>
+		<version>4.0.0-SNAPSHOT</version>
+		<relativePath>../../pom.xml</relativePath>
+	</parent>
 
-  <!-- Properties -->
-  <properties>
-    <table.prefix>JBPM_</table.prefix>
-    <!--test.resources.directory>${project.build.directory}/test-resources</test.resources.directory-->
-  </properties>
+	<!-- Properties -->
+	<properties>
+		<table.prefix>JBPM_</table.prefix>
+		<!--test.resources.directory>${project.build.directory}/test-resources</test.resources.directory-->
+	</properties>
 
-  <!-- Dependencies -->
-  <dependencies>
-    <dependency>
-      <groupId>org.jbpm.jbpm4</groupId>
-      <artifactId>jbpm-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jbpm.jbpm4</groupId>
-      <artifactId>jbpm-log</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jbpm.jbpm4</groupId>
-      <artifactId>jbpm-test-base</artifactId>
-    </dependency>
+	<!-- Dependencies -->
+	<dependencies>
+		<dependency>
+			<groupId>org.jbpm.jbpm4</groupId>
+			<artifactId>jbpm-api</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.jbpm.jbpm4</groupId>
+			<artifactId>jbpm-log</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.jbpm.jbpm4</groupId>
+			<artifactId>jbpm-test-base</artifactId>
+		</dependency>
 
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>juel</groupId>
-      <artifactId>juel</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>juel</groupId>
-      <artifactId>juel-impl</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>juel</groupId>
-      <artifactId>juel-engine</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.hibernate</groupId>
-      <artifactId>hibernate</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.hibernate</groupId>
-      <artifactId>hibernate-annotations</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.identity</groupId>
-      <artifactId>idm</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>hsqldb</groupId>
-      <artifactId>hsqldb</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>jboss</groupId>
-      <artifactId>jboss-j2ee</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.livetribe</groupId>
-      <artifactId>livetribe-jsr223</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>servlet-api</artifactId>
-      <scope>provided</scope>
-    </dependency>
-  </dependencies>
 
-  <!-- Plugins -->
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <showDeprecation>false</showDeprecation>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <excludes>
-            <exclude>**/*TestCase.java</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
+		<dependency>
+			<groupId>commons-lang</groupId>
+			<artifactId>commons-lang</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>log4j</groupId>
+			<artifactId>log4j</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>juel</groupId>
+			<artifactId>juel</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>juel</groupId>
+			<artifactId>juel-impl</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>juel</groupId>
+			<artifactId>juel-engine</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.hibernate</groupId>
+			<artifactId>hibernate</artifactId>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.hibernate</groupId>
+			<artifactId>hibernate-annotations</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.jboss.identity</groupId>
+			<artifactId>idm</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>hsqldb</groupId>
+			<artifactId>hsqldb</artifactId>
+			<scope>test</scope>
+		</dependency>
+		<dependency>
+			<groupId>jboss</groupId>
+			<artifactId>jboss-j2ee</artifactId>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.livetribe</groupId>
+			<artifactId>livetribe-jsr223</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.springframework</groupId>
+			<artifactId>spring</artifactId>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>javax.servlet</groupId>
+			<artifactId>servlet-api</artifactId>
+			<scope>provided</scope>
+		</dependency>
+	</dependencies>
 
-  <!-- Profiles -->
-  <profiles>
-  </profiles>
+	<!-- Plugins -->
+	<build>
+		<plugins>
+			<plugin>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<configuration>
+					<showDeprecation>false</showDeprecation>
+				</configuration>
+			</plugin>
+			<plugin>
+				<artifactId>maven-surefire-plugin</artifactId>
+				<configuration>
+					<excludes>
+						<exclude>**/*TestCase.java</exclude>
+					</excludes>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
 
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <configuration>
-          <quiet>true</quiet>
-          <source>1.5</source>
-          <verbose>false</verbose>
-          <noqualifier>all</noqualifier>
-          <excludePackageNames>*.internal:*.test</excludePackageNames>
-        </configuration>
-      </plugin>
+	<!-- Profiles -->
+	<profiles>
+	</profiles>
 
-    </plugins>
-  </reporting>
+	<reporting>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-javadoc-plugin</artifactId>
+				<configuration>
+					<quiet>true</quiet>
+					<source>1.5</source>
+					<verbose>false</verbose>
+					<noqualifier>all</noqualifier>
+					<excludePackageNames>*.internal:*.test</excludePackageNames>
+				</configuration>
+			</plugin>
 
+		</plugins>
+	</reporting>
+
 </project>
\ No newline at end of file




More information about the jbpm-commits mailing list