You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kalumet-commits@incubator.apache.org by ol...@apache.org on 2011/12/02 13:20:22 UTC

svn commit: r1209456 [2/2] - in /incubator/kalumet/trunk: ./ agent/ assembly/ common/ console/ controller/ controller/core/ controller/jboss/ controller/weblogic/ controller/websphere/ utils/

Modified: incubator/kalumet/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kalumet/trunk/pom.xml?rev=1209456&r1=1209455&r2=1209456&view=diff
==============================================================================
--- incubator/kalumet/trunk/pom.xml (original)
+++ incubator/kalumet/trunk/pom.xml Fri Dec  2 13:20:21 2011
@@ -1,442 +1,443 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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/xsd/maven-4.0.0.xsd">
+<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/xsd/maven-4.0.0.xsd">
 
-    <!--
+  <!--
 
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache</groupId>
-        <artifactId>apache</artifactId>
-        <version>9</version>
-    </parent>
-
-    <groupId>org.apache.kalumet</groupId>
-    <artifactId>kalumet</artifactId>
-    <packaging>pom</packaging>
-    <version>0.6-incubating</version>
-    <name>Apache Kalumet</name>
-    <inceptionYear>2011</inceptionYear>
-
-    <modules>
-        <module>common</module>
-        <module>utils</module>
-        <module>controller</module>
-        <module>agent</module>
-        <module>console</module>
-        <module>assembly</module>
-    </modules>
-
-    <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/kalumet/trunk</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/kalumet/trunk</developerConnection>
-        <url>http://svn.apache.org/viewvc/incubator/kalumet/trunk</url>
-    </scm>
-
-    <issueManagement>
-        <system>jira</system>
-        <url>https://issues.apache.org/jira/browse/KALUMET</url>
-    </issueManagement>
-
-    <mailingLists>
-        <mailingList>
-            <name>Kalumet Dev</name>
-            <subscribe>kalumet-dev-subscribe@incubator.apache.org</subscribe>
-            <unsubscribe>kalumet-dev-unsubscribe@incubator.apache.org</unsubscribe>
-            <post>-</post>
-            <archive>http://www.mail-archive.com/kalumet-dev%40incubator.apache.org</archive>
-        </mailingList>
-        <mailingList>
-            <name>Kalumet User</name>
-            <subscribe>kalumet-user-subscribe@incubator.apache.org</subscribe>
-            <unsubscribe>kalumet-user-unsubscribe@incubator.apache.org</unsubscribe>
-            <post>-</post>
-            <archive>http://www.mail-archive.com/kalumet-user%40incubator.apache.org</archive>
-        </mailingList>
-        <mailingList>
-            <name>Kalumet Commits</name>
-            <subscribe>kalumet-commits-subscribe@incubator.apache.org</subscribe>
-            <unsubscribe>kalumet-commits-unsubscribe@incubator.apache.org</unsubscribe>
-            <post>-</post>
-            <archive>http://www.mail-archive.com/kalumet-commits%40incubator.apache.org</archive>
-        </mailingList>
-        <mailingList>
-            <name>Kalumet Issues</name>
-            <subscribe>kalumet-issues-subscribe@incubator.apache.org</subscribe>
-            <unsubscribe>kalumet-issues-unsubscribe@incubator.apache.org</unsubscribe>
-            <post>-</post>
-            <archive>http://www.mail-archive.com/kalumet-issues%40incubator.apache.org</archive>
-        </mailingList>
-    </mailingLists>
-
-    <developers>
-        <developer>
-            <id>jbonofre</id>
-            <name>Jean-Baptiste Onofré</name>
-            <email>jbonofre@apache.org</email>
-        </developer>
-        <developer>
-            <id>olamy</id>
-            <name>Olivier Lamy</name>
-            <email>olamy@apache.org</email>
-        </developer>
-        <developer>
-            <id>imod</id>
-            <name>Dominik Bartholdi</name>
-            <email>domi@fortysix.ch</email>
-        </developer>
-        <developer>
-            <id>mduffy</id>
-            <name>Mike Duffy</name>
-            <email>micduffy@gmail.com</email>
-        </developer>
-        <developer>
-            <id>iocanel</id>
-            <name>Ioannis Canellos</name>
-            <email>iocanel@apache.org</email>
-        </developer>
-        <developer>
-            <id>pieber</id>
-            <name>Andreas Pieber</name>
-            <email>pieber@apache.org</email>
-        </developer>
-        <developer>
-            <id>anierbeck</id>
-            <name>Achim Nierbeck</name>
-            <email>anierbeck@apache.org</email>
-        </developer>
-        <developer>
-            <id>jgoodyear</id>
-            <name>Jamie Goodyear</name>
-            <email>jgoodyear@apache.org</email>
-        </developer>
-        <developer>
-            <id>yly</id>
-            <name>Youhort Ly</name>
-            <email>youhort@gmail.com</email>
-        </developer>
-        <developer>
-            <id>trimmer</id>
-            <name>Terri-Lynn Rimmer</name>
-            <email>one.pro.grammer@gmail.com</email>
-        </developer>
-        <developer>
-            <id>mikevan</id>
-            <name>Mike Ven Geertruy</name>
-            <email>mvangeertruy@comcast.net</email>
-        </developer>
-    </developers>
-
-    <prerequisites>
-        <maven>3.0.3</maven>
-    </prerequisites>
-
-    <properties>
-        <axis.version>1.4</axis.version>
-        <axis-wsdl4j.version>1.5.1</axis-wsdl4j.version>
-        <classworlds.version>1.1</classworlds.version>
-        <concurrent.version>1.3.4</concurrent.version>
-        <commons-beanutils.version>1.8.3</commons-beanutils.version>
-        <commons-cli.version>1.2</commons-cli.version>
-        <commons-codec.version>1.5</commons-codec.version>
-        <commons-collections.version>3.2.1</commons-collections.version>
-        <commons-compress.version>20050911</commons-compress.version>
-        <commons-digester.version>1.8.1</commons-digester.version>
-        <commons-discovery.version>0.5</commons-discovery.version>
-        <commons-email.version>1.1</commons-email.version>
-        <commons-httpclient.version>3.1</commons-httpclient.version>
-        <commons-io.version>2.1</commons-io.version>
-        <commons-lang.version>2.6</commons-lang.version>
-        <commons-net.version>3.0.1</commons-net.version>
-        <commons-vfs.version>1.0</commons-vfs.version>
-        <echo2.version>2.1.1</echo2.version>
-        <echo2.extras.version>2.1.0</echo2.extras.version>
-        <junit.version>4.9</junit.version>
-        <jta.version>1.1.1</jta.version>
-        <log4j.version>1.2.16</log4j.version>
-        <oro.version>2.0.8</oro.version>
-        <quartz.version>1.6.3</quartz.version>
-        <slf4j.version>1.6.3</slf4j.version>
-        <xalan.version>2.7.1</xalan.version>
-        <xerces.version>2.9.1</xerces.version>
-        <xml-apis.version>2.0.2</xml-apis.version>
-    </properties>
-
-    <repositories>
-        <repository>
-            <id>kalumet.m2</id>
-            <name>Kalumet M2 repo</name>
-            <url>https://svn.apache.org/repos/asf/incubator/kalumet/m2-repo</url>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-        </repository>
-    </repositories>
-
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>axis</groupId>
-                <artifactId>axis</artifactId>
-                <version>${axis.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>axis</groupId>
-                <artifactId>axis-jaxrpc</artifactId>
-                <version>${axis.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>axis</groupId>
-                <artifactId>axis-saaj</artifactId>
-                <version>${axis.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>axis</groupId>
-                <artifactId>axis-wsdl4j</artifactId>
-                <version>${axis-wsdl4j.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>classworlds</groupId>
-                <artifactId>classworlds</artifactId>
-                <version>${classworlds.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>concurrent</groupId>
-                <artifactId>concurrent</artifactId>
-                <version>${concurrent.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-beanutils</groupId>
-                <artifactId>commons-beanutils</artifactId>
-                <version>${commons-beanutils.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-cli</groupId>
-                <artifactId>commons-cli</artifactId>
-                <version>${commons-cli.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-codec</groupId>
-                <artifactId>commons-codec</artifactId>
-                <version>${commons-codec.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-collections</groupId>
-                <artifactId>commons-collections</artifactId>
-                <version>${commons-collections.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-compress</groupId>
-                <artifactId>commons-compress</artifactId>
-                <version>${commons-compress.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-digester</groupId>
-                <artifactId>commons-digester</artifactId>
-                <version>${commons-digester.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-discovery</groupId>
-                <artifactId>commons-discovery</artifactId>
-                <version>${commons-discovery.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.commons</groupId>
-                <artifactId>commons-email</artifactId>
-                <version>${commons-email.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-httpclient</groupId>
-                <artifactId>commons-httpclient</artifactId>
-                <version>${commons-httpclient.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-io</groupId>
-                <artifactId>commons-io</artifactId>
-                <version>${commons-io.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-lang</groupId>
-                <artifactId>commons-lang</artifactId>
-                <version>${commons-lang.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-net</groupId>
-                <artifactId>commons-net</artifactId>
-                <version>${commons-net.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-vfs</groupId>
-                <artifactId>commons-vfs</artifactId>
-                <version>${commons-vfs.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>com.nextapp.echo</groupId>
-                <artifactId>app</artifactId>
-                <version>${echo2.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>com.nextapp.echo</groupId>
-                <artifactId>webcontainer</artifactId>
-                <version>${echo2.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>com.nextapp.echo</groupId>
-                <artifactId>webrender</artifactId>
-                <version>${echo2.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>com.nextapp.echo.extras</groupId>
-                <artifactId>app</artifactId>
-                <version>${echo2.extras.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>com.nextapp.echo.extras</groupId>
-                <artifactId>webcontainer</artifactId>
-                <version>${echo2.extras.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>junit</groupId>
-                <artifactId>junit</artifactId>
-                <version>${junit.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>log4j</groupId>
-                <artifactId>log4j</artifactId>
-                <version>${log4j.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>opensymphony</groupId>
-                <artifactId>quartz</artifactId>
-                <version>${quartz.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>oro</groupId>
-                <artifactId>oro</artifactId>
-                <version>${oro.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.geronimo.specs</groupId>
-                <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
-                <version>${jta.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.kalumet</groupId>
-                <artifactId>org.apache.kalumet.agent</artifactId>
-                <version>${project.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.kalumet</groupId>
-                <artifactId>org.apache.kalumet.common</artifactId>
-                <version>${project.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.kalumet.controller</groupId>
-                <artifactId>org.apache.kalumet.controller.core</artifactId>
-                <version>${project.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.kalumet</groupId>
-                <artifactId>org.apache.kalumet.utils</artifactId>
-                <version>${project.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.slf4j</groupId>
-                <artifactId>slf4j-api</artifactId>
-                <version>${slf4j.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.slf4j</groupId>
-                <artifactId>slf4j-log4j12</artifactId>
-                <version>${slf4j.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>xalan</groupId>
-                <artifactId>serializer</artifactId>
-                <version>${xalan.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>xalan</groupId>
-                <artifactId>xalan</artifactId>
-                <version>${xalan.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>xerces</groupId>
-                <artifactId>xercesImpl</artifactId>
-                <version>${xerces.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>xml-apis</groupId>
-                <artifactId>xml-apis</artifactId>
-                <version>${xml-apis.version}</version>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
+      Licensed to the Apache Software Foundation (ASF) under one or more
+      contributor license agreements.  See the NOTICE file distributed with
+      this work for additional information regarding copyright ownership.
+      The ASF licenses this file to You under the Apache License, Version 2.0
+      (the "License"); you may not use this file except in compliance with
+      the License.  You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+      Unless required by applicable law or agreed to in writing, software
+      distributed under the License is distributed on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+      See the License for the specific language governing permissions and
+      limitations under the License.
+  -->
+
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>9</version>
+  </parent>
+
+  <groupId>org.apache.kalumet</groupId>
+  <artifactId>kalumet</artifactId>
+  <packaging>pom</packaging>
+  <version>0.6-incubating</version>
+  <name>Apache Kalumet</name>
+  <inceptionYear>2011</inceptionYear>
+
+  <modules>
+    <module>common</module>
+    <module>utils</module>
+    <module>controller</module>
+    <module>agent</module>
+    <module>console</module>
+    <module>assembly</module>
+  </modules>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/kalumet/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/kalumet/trunk</developerConnection>
+    <url>http://svn.apache.org/viewvc/incubator/kalumet/trunk</url>
+  </scm>
+
+  <issueManagement>
+    <system>jira</system>
+    <url>https://issues.apache.org/jira/browse/KALUMET</url>
+  </issueManagement>
+
+  <mailingLists>
+    <mailingList>
+      <name>Kalumet Dev</name>
+      <subscribe>kalumet-dev-subscribe@incubator.apache.org</subscribe>
+      <unsubscribe>kalumet-dev-unsubscribe@incubator.apache.org</unsubscribe>
+      <post>-</post>
+      <archive>http://www.mail-archive.com/kalumet-dev%40incubator.apache.org</archive>
+    </mailingList>
+    <mailingList>
+      <name>Kalumet User</name>
+      <subscribe>kalumet-user-subscribe@incubator.apache.org</subscribe>
+      <unsubscribe>kalumet-user-unsubscribe@incubator.apache.org</unsubscribe>
+      <post>-</post>
+      <archive>http://www.mail-archive.com/kalumet-user%40incubator.apache.org</archive>
+    </mailingList>
+    <mailingList>
+      <name>Kalumet Commits</name>
+      <subscribe>kalumet-commits-subscribe@incubator.apache.org</subscribe>
+      <unsubscribe>kalumet-commits-unsubscribe@incubator.apache.org</unsubscribe>
+      <post>-</post>
+      <archive>http://www.mail-archive.com/kalumet-commits%40incubator.apache.org</archive>
+    </mailingList>
+    <mailingList>
+      <name>Kalumet Issues</name>
+      <subscribe>kalumet-issues-subscribe@incubator.apache.org</subscribe>
+      <unsubscribe>kalumet-issues-unsubscribe@incubator.apache.org</unsubscribe>
+      <post>-</post>
+      <archive>http://www.mail-archive.com/kalumet-issues%40incubator.apache.org</archive>
+    </mailingList>
+  </mailingLists>
+
+  <developers>
+    <developer>
+      <id>jbonofre</id>
+      <name>Jean-Baptiste Onofré</name>
+      <email>jbonofre@apache.org</email>
+    </developer>
+    <developer>
+      <id>olamy</id>
+      <name>Olivier Lamy</name>
+      <email>olamy@apache.org</email>
+    </developer>
+    <developer>
+      <id>imod</id>
+      <name>Dominik Bartholdi</name>
+      <email>domi@fortysix.ch</email>
+    </developer>
+    <developer>
+      <id>mduffy</id>
+      <name>Mike Duffy</name>
+      <email>micduffy@gmail.com</email>
+    </developer>
+    <developer>
+      <id>iocanel</id>
+      <name>Ioannis Canellos</name>
+      <email>iocanel@apache.org</email>
+    </developer>
+    <developer>
+      <id>pieber</id>
+      <name>Andreas Pieber</name>
+      <email>pieber@apache.org</email>
+    </developer>
+    <developer>
+      <id>anierbeck</id>
+      <name>Achim Nierbeck</name>
+      <email>anierbeck@apache.org</email>
+    </developer>
+    <developer>
+      <id>jgoodyear</id>
+      <name>Jamie Goodyear</name>
+      <email>jgoodyear@apache.org</email>
+    </developer>
+    <developer>
+      <id>yly</id>
+      <name>Youhort Ly</name>
+      <email>youhort@gmail.com</email>
+    </developer>
+    <developer>
+      <id>trimmer</id>
+      <name>Terri-Lynn Rimmer</name>
+      <email>one.pro.grammer@gmail.com</email>
+    </developer>
+    <developer>
+      <id>mikevan</id>
+      <name>Mike Ven Geertruy</name>
+      <email>mvangeertruy@comcast.net</email>
+    </developer>
+  </developers>
+
+  <prerequisites>
+    <maven>3.0.3</maven>
+  </prerequisites>
+
+  <properties>
+    <axis.version>1.4</axis.version>
+    <axis-wsdl4j.version>1.5.1</axis-wsdl4j.version>
+    <classworlds.version>1.1</classworlds.version>
+    <concurrent.version>1.3.4</concurrent.version>
+    <commons-beanutils.version>1.8.3</commons-beanutils.version>
+    <commons-cli.version>1.2</commons-cli.version>
+    <commons-codec.version>1.5</commons-codec.version>
+    <commons-collections.version>3.2.1</commons-collections.version>
+    <commons-compress.version>20050911</commons-compress.version>
+    <commons-digester.version>1.8.1</commons-digester.version>
+    <commons-discovery.version>0.5</commons-discovery.version>
+    <commons-email.version>1.1</commons-email.version>
+    <commons-httpclient.version>3.1</commons-httpclient.version>
+    <commons-io.version>2.1</commons-io.version>
+    <commons-lang.version>2.6</commons-lang.version>
+    <commons-net.version>3.0.1</commons-net.version>
+    <commons-vfs.version>1.0</commons-vfs.version>
+    <echo2.version>2.1.1</echo2.version>
+    <echo2.extras.version>2.1.0</echo2.extras.version>
+    <junit.version>4.9</junit.version>
+    <jta.version>1.1.1</jta.version>
+    <log4j.version>1.2.16</log4j.version>
+    <oro.version>2.0.8</oro.version>
+    <quartz.version>1.6.3</quartz.version>
+    <slf4j.version>1.6.3</slf4j.version>
+    <xalan.version>2.7.1</xalan.version>
+    <xerces.version>2.9.1</xerces.version>
+    <xml-apis.version>2.0.2</xml-apis.version>
+  </properties>
+
+  <repositories>
+    <repository>
+      <id>kalumet.m2</id>
+      <name>Kalumet M2 repo</name>
+      <url>https://svn.apache.org/repos/asf/incubator/kalumet/m2-repo</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
 
+  <dependencyManagement>
     <dependencies>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
+      <dependency>
+        <groupId>axis</groupId>
+        <artifactId>axis</artifactId>
+        <version>${axis.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>axis</groupId>
+        <artifactId>axis-jaxrpc</artifactId>
+        <version>${axis.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>axis</groupId>
+        <artifactId>axis-saaj</artifactId>
+        <version>${axis.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>axis</groupId>
+        <artifactId>axis-wsdl4j</artifactId>
+        <version>${axis-wsdl4j.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>classworlds</groupId>
+        <artifactId>classworlds</artifactId>
+        <version>${classworlds.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>concurrent</groupId>
+        <artifactId>concurrent</artifactId>
+        <version>${concurrent.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-beanutils</groupId>
+        <artifactId>commons-beanutils</artifactId>
+        <version>${commons-beanutils.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-cli</groupId>
+        <artifactId>commons-cli</artifactId>
+        <version>${commons-cli.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-codec</groupId>
+        <artifactId>commons-codec</artifactId>
+        <version>${commons-codec.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-collections</groupId>
+        <artifactId>commons-collections</artifactId>
+        <version>${commons-collections.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-compress</groupId>
+        <artifactId>commons-compress</artifactId>
+        <version>${commons-compress.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-digester</groupId>
+        <artifactId>commons-digester</artifactId>
+        <version>${commons-digester.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-discovery</groupId>
+        <artifactId>commons-discovery</artifactId>
+        <version>${commons-discovery.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-email</artifactId>
+        <version>${commons-email.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-httpclient</groupId>
+        <artifactId>commons-httpclient</artifactId>
+        <version>${commons-httpclient.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-io</groupId>
+        <artifactId>commons-io</artifactId>
+        <version>${commons-io.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-lang</groupId>
+        <artifactId>commons-lang</artifactId>
+        <version>${commons-lang.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-net</groupId>
+        <artifactId>commons-net</artifactId>
+        <version>${commons-net.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-vfs</groupId>
+        <artifactId>commons-vfs</artifactId>
+        <version>${commons-vfs.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.nextapp.echo</groupId>
+        <artifactId>app</artifactId>
+        <version>${echo2.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.nextapp.echo</groupId>
+        <artifactId>webcontainer</artifactId>
+        <version>${echo2.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.nextapp.echo</groupId>
+        <artifactId>webrender</artifactId>
+        <version>${echo2.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.nextapp.echo.extras</groupId>
+        <artifactId>app</artifactId>
+        <version>${echo2.extras.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.nextapp.echo.extras</groupId>
+        <artifactId>webcontainer</artifactId>
+        <version>${echo2.extras.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>${junit.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>log4j</groupId>
+        <artifactId>log4j</artifactId>
+        <version>${log4j.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>opensymphony</groupId>
+        <artifactId>quartz</artifactId>
+        <version>${quartz.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>oro</groupId>
+        <artifactId>oro</artifactId>
+        <version>${oro.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.geronimo.specs</groupId>
+        <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
+        <version>${jta.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.kalumet</groupId>
+        <artifactId>org.apache.kalumet.agent</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.kalumet</groupId>
+        <artifactId>org.apache.kalumet.common</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.kalumet.controller</groupId>
+        <artifactId>org.apache.kalumet.controller.core</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.kalumet</groupId>
+        <artifactId>org.apache.kalumet.utils</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-api</artifactId>
+        <version>${slf4j.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-log4j12</artifactId>
+        <version>${slf4j.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>xalan</groupId>
+        <artifactId>serializer</artifactId>
+        <version>${xalan.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>xalan</groupId>
+        <artifactId>xalan</artifactId>
+        <version>${xalan.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>xerces</groupId>
+        <artifactId>xercesImpl</artifactId>
+        <version>${xerces.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>xml-apis</groupId>
+        <artifactId>xml-apis</artifactId>
+        <version>${xml-apis.version}</version>
+      </dependency>
     </dependencies>
+  </dependencyManagement>
 
-    <build>
-        <pluginManagement>
-            <plugins>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-assembly-plugin</artifactId>
-                    <version>2.2.1</version>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-war-plugin</artifactId>
-                    <version>2.1.1</version>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>1.5</source>
-                    <target>1.5</target>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jar-plugin</artifactId>
-                <configuration>
-                    <archive>
-                        <manifest>
-                            <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
-                            <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
-                        </manifest>
-                    </archive>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-assembly-plugin</artifactId>
+          <version>2.2.1</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-war-plugin</artifactId>
+          <version>2.1.1</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+            <manifest>
+              <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+              <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+            </manifest>
+          </archive>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 
 </project>

Modified: incubator/kalumet/trunk/utils/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kalumet/trunk/utils/pom.xml?rev=1209456&r1=1209455&r2=1209456&view=diff
==============================================================================
--- incubator/kalumet/trunk/utils/pom.xml (original)
+++ incubator/kalumet/trunk/utils/pom.xml Fri Dec  2 13:20:21 2011
@@ -1,54 +1,55 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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/xsd/maven-4.0.0.xsd">
+<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/xsd/maven-4.0.0.xsd">
 
-    <!--
+  <!--
 
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.kalumet</groupId>
-        <artifactId>kalumet</artifactId>
-        <version>0.6-incubating</version>
-        <relativePath>../pom.xml</relativePath>
-    </parent>
-
-    <artifactId>org.apache.kalumet.utils</artifactId>
-    <packaging>jar</packaging>
-    <name>Apache Kalumet :: Utils</name>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-email</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>commons-httpclient</groupId>
-            <artifactId>commons-httpclient</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.kalumet</groupId>
-            <artifactId>org.apache.kalumet.common</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
-        </dependency>
-    </dependencies>
+      Licensed to the Apache Software Foundation (ASF) under one or more
+      contributor license agreements.  See the NOTICE file distributed with
+      this work for additional information regarding copyright ownership.
+      The ASF licenses this file to You under the Apache License, Version 2.0
+      (the "License"); you may not use this file except in compliance with
+      the License.  You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+      Unless required by applicable law or agreed to in writing, software
+      distributed under the License is distributed on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+      See the License for the specific language governing permissions and
+      limitations under the License.
+  -->
+
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache.kalumet</groupId>
+    <artifactId>kalumet</artifactId>
+    <version>0.6-incubating</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+
+  <artifactId>org.apache.kalumet.utils</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache Kalumet :: Utils</name>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-email</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-httpclient</groupId>
+      <artifactId>commons-httpclient</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.kalumet</groupId>
+      <artifactId>org.apache.kalumet.common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+  </dependencies>
 
 </project>
\ No newline at end of file