[jboss-maven2-commits] Repository SVN: r31999 - maven2/org/exoplatform/portal/exo.portal.gadgets-server/3.0.0-Beta03.

jboss-maven2-commits at lists.jboss.org jboss-maven2-commits at lists.jboss.org
Fri Nov 27 19:19:01 EST 2009


Author: thomas.heute at jboss.com
Date: 2009-11-27 19:19:01 -0500 (Fri, 27 Nov 2009)
New Revision: 31999

Added:
   maven2/org/exoplatform/portal/exo.portal.gadgets-server/3.0.0-Beta03/exo.portal.gadgets-server-3.0.0-Beta03.pom
Log:
Wagon: Adding exo.portal.gadgets-server-3.0.0-Beta03.pom to repository

Added: maven2/org/exoplatform/portal/exo.portal.gadgets-server/3.0.0-Beta03/exo.portal.gadgets-server-3.0.0-Beta03.pom
===================================================================
--- maven2/org/exoplatform/portal/exo.portal.gadgets-server/3.0.0-Beta03/exo.portal.gadgets-server-3.0.0-Beta03.pom	                        (rev 0)
+++ maven2/org/exoplatform/portal/exo.portal.gadgets-server/3.0.0-Beta03/exo.portal.gadgets-server-3.0.0-Beta03.pom	2009-11-28 00:19:01 UTC (rev 31999)
@@ -0,0 +1,167 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright (C) 2009 eXo Platform SAS.
+    
+    This is free software; you can redistribute it and/or modify it
+    under the terms of the GNU Lesser General Public License as
+    published by the Free Software Foundation; either version 2.1 of
+    the License, or (at your option) any later version.
+    
+    This software is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+    Lesser General Public License for more details.
+    
+    You should have received a copy of the GNU Lesser General Public
+    License along with this software; if not, write to the Free
+    Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+    02110-1301 USA, or see the FSF site: http://www.fsf.org.
+
+-->
+
+<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>
+        <groupId>org.exoplatform.portal</groupId>
+        <artifactId>exo.portal.gadgets</artifactId>
+        <version>3.0.0-Beta03</version>
+    </parent>
+
+    <artifactId>exo.portal.gadgets-server</artifactId>
+    <packaging>war</packaging>
+    <name>GateIn Portal eXo Gadgets Server</name>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-war-plugin</artifactId>
+                <!-- <version>2.0</version> -->
+                <configuration>
+                    <dependentWarExcludes>gadgets/**</dependentWarExcludes>
+                    <dependentWarExcludes>WEB-INF/web**</dependentWarExcludes>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+    <dependencies>
+        <!-- project dependencies -->
+        <dependency>
+            <groupId>org.apache.shindig</groupId>
+            <artifactId>shindig-server</artifactId>
+            <version>${org.shindig.version}</version>
+            <type>war</type>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.shindig</groupId>
+            <version>${org.shindig.version}</version>
+            <artifactId>shindig-features</artifactId>
+            <scope>provided</scope>
+        </dependency>
+				<dependency>
+            <groupId>org.apache.shindig</groupId>
+            <version>${org.shindig.version}</version>
+            <artifactId>shindig-social-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <!-- external dependencies -->
+
+        <dependency>
+            <groupId>org.json</groupId>
+            <artifactId>json</artifactId>
+            <version>20070829</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>caja</groupId>
+            <artifactId>caja</artifactId>
+            <version>r3375</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>caja</groupId>
+            <artifactId>json_simple</artifactId>
+            <version>r1</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>net.oauth</groupId>
+            <artifactId>core</artifactId>
+            <version>20080621</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+					<groupId>com.google.collections</groupId>
+			 		<artifactId>google-collections</artifactId>
+			 		<version>1.0-rc2</version>
+					<scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>com.google.code.guice</groupId>
+            <artifactId>guice</artifactId>
+            <version>2.0</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>commons-lang</groupId>
+            <artifactId>commons-lang</artifactId>
+            <version>2.4</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>rome</groupId>
+            <artifactId>rome</artifactId>
+            <version>0.9</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>com.ibm.icu</groupId>
+            <artifactId>icu4j</artifactId>
+            <version>3.8</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>net.sourceforge.nekohtml</groupId>
+            <artifactId>nekohtml</artifactId>
+            <version>1.9.9</version>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>xerces</groupId>
+            <artifactId>xercesImpl</artifactId>
+            <version>2.9.1</version>
+            <scope>provided</scope>
+        </dependency>
+
+	    <dependency>
+	        <groupId>jaxen</groupId>
+	        <artifactId>jaxen</artifactId>
+	        <version>1.1.1</version>
+	        <scope>provided</scope>
+	    </dependency>
+	
+	<dependency>
+        <groupId>nu.validator.htmlparser</groupId>
+        <artifactId>htmlparser</artifactId>
+        <version>1.0.7</version>
+        <scope>provided</scope>
+    </dependency>
+
+	<dependency>
+        <groupId>commons-digester</groupId>
+        <artifactId>commons-digester</artifactId>
+        <version>1.7</version>
+        <scope>provided</scope>
+    </dependency>
+        <!--dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+            <version>1.4</version>
+            <type>jar</type>
+        </dependency-->
+    </dependencies>
+</project>



More information about the jboss-maven2-commits mailing list