[jboss-maven2-commits] Repository SVN: r34645 - maven2/org/jboss/test-jsf/htmlunit-client/1.0.0.

jboss-maven2-commits at lists.jboss.org jboss-maven2-commits at lists.jboss.org
Thu Feb 25 17:50:30 EST 2010


Author: alexsmirnov
Date: 2010-02-25 17:50:30 -0500 (Thu, 25 Feb 2010)
New Revision: 34645

Added:
   maven2/org/jboss/test-jsf/htmlunit-client/1.0.0/htmlunit-client-1.0.0.pom
Log:
Autoversioning commit:  a non-deltaV client made a change to
/maven2/org/jboss/test-jsf/htmlunit-client/1.0.0/htmlunit-client-1.0.0.pom

Added: maven2/org/jboss/test-jsf/htmlunit-client/1.0.0/htmlunit-client-1.0.0.pom
===================================================================
--- maven2/org/jboss/test-jsf/htmlunit-client/1.0.0/htmlunit-client-1.0.0.pom	                        (rev 0)
+++ maven2/org/jboss/test-jsf/htmlunit-client/1.0.0/htmlunit-client-1.0.0.pom	2010-02-25 22:50:30 UTC (rev 34645)
@@ -0,0 +1,104 @@
+<?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">
+	<modelVersion>4.0.0</modelVersion>
+	<parent>
+		<artifactId>parent</artifactId>
+		<groupId>org.jboss.test-jsf</groupId>
+		<version>1.0.0</version>
+	</parent>
+	<groupId>org.jboss.test-jsf</groupId>
+	<artifactId>htmlunit-client</artifactId>
+	<version>1.0.0</version>
+	<name>jsf-test-htmlunit</name>
+	<url>http://maven.apache.org</url>
+	<dependencies>
+		<dependency>
+			<groupId>org.jboss.test-jsf</groupId>
+			<artifactId>jsf-test-stage</artifactId>
+			<version>1.0.0</version>
+		</dependency>
+        <dependency>
+            <groupId>com.sun.faces</groupId>
+            <artifactId>jsf-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>com.sun.faces</groupId>
+            <artifactId>jsf-impl</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>javax.el</groupId>
+            <artifactId>el-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>javax.el</groupId>
+            <artifactId>el-ri</artifactId>
+        </dependency>
+		<dependency>
+			<groupId>net.sourceforge.htmlunit</groupId>
+			<artifactId>htmlunit</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>commons-httpclient</groupId>
+			<artifactId>commons-httpclient</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>net.sourceforge.htmlunit</groupId>
+			<artifactId>htmlunit-core-js</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>net.sourceforge.cssparser</groupId>
+			<artifactId>cssparser</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>commons-io</groupId>
+			<artifactId>commons-io</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>commons-lang</groupId>
+			<artifactId>commons-lang</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>commons-collections</groupId>
+			<artifactId>commons-collections</artifactId>
+		</dependency>
+
+		<dependency>
+			<groupId>net.sourceforge.nekohtml</groupId>
+			<artifactId>nekohtml</artifactId>
+
+			<!-- TODO: move exclusions to VM? -->
+			<exclusions>
+				<exclusion>
+					<groupId>xml-apis</groupId>
+					<artifactId>xml-apis</artifactId>
+				</exclusion>
+				<!--
+					<exclusion> <groupId>xerces</groupId>
+					<artifactId>xercesImpl</artifactId> </exclusion>
+				-->
+			</exclusions>
+		</dependency>
+		<dependency>
+			<groupId>xalan</groupId>
+			<artifactId>xalan</artifactId>
+			<exclusions>
+				<exclusion>
+					<groupId>xml-apis</groupId>
+					<artifactId>xml-apis</artifactId>
+				</exclusion>
+			</exclusions>
+		</dependency>
+		<dependency>
+			<groupId>de.berlios.jsunit</groupId>
+			<artifactId>jsunit</artifactId>
+			<exclusions>
+				<exclusion>
+					<groupId>rhino</groupId>
+					<artifactId>js</artifactId>
+				</exclusion>
+			</exclusions>
+		</dependency>
+	</dependencies>
+</project>



More information about the jboss-maven2-commits mailing list