You are viewing a plain text version of this content. The canonical link for it is here.
Posted to portalapps-dev@portals.apache.org by vk...@apache.org on 2009/03/12 11:22:39 UTC

svn commit: r752827 - /portals/applications/webapp-logging/trunk/pom.xml

Author: vkumar
Date: Thu Mar 12 10:22:35 2009
New Revision: 752827

URL: http://svn.apache.org/viewvc?rev=752827&view=rev
Log:
Remvoing all jetspeed reference

Modified:
    portals/applications/webapp-logging/trunk/pom.xml

Modified: portals/applications/webapp-logging/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/applications/webapp-logging/trunk/pom.xml?rev=752827&r1=752826&r2=752827&view=diff
==============================================================================
--- portals/applications/webapp-logging/trunk/pom.xml (original)
+++ portals/applications/webapp-logging/trunk/pom.xml Thu Mar 12 10:22:35 2009
@@ -1,60 +1,58 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  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.
-  
-  $Id$
--->
+	<!--
+		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. $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>
-  <prerequisites>
-    <maven>2.0.9</maven>
-  </prerequisites>
-  
-  <artifactId>apa-webapp-logging</artifactId>
-  <name>Jetspeed-2 WebApp Logging</name>
-  <version>1.0-SNAPSHOT</version>
-  <description>
-    The Jetspeed-2 Web Application Logging Utils allow one to use jakarta commons-logging together with Log4J in a web application
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+	<modelVersion>4.0.0</modelVersion>
+	<prerequisites>
+		<maven>2.0.9</maven>
+	</prerequisites>
+
+	<artifactId>apa-webapp-logging</artifactId>
+	<name>Portal Application WebApp Logging</name>
+	<version>1.0-SNAPSHOT</version>
+	<description>Web Application Logging Utils allow one to use jakarta commons-logging together with Log4J in a web application
     isolated from other Log4J configurations of your App Server and/or other web applications.
   </description>
-  <parent>
-    <groupId>org.apache.portals.applications</groupId>
-    <artifactId>applications</artifactId>
-    <version>2.2-SNAPSHOT</version>
-  </parent>
-  <packaging>jar</packaging>
-  
-  <dependencies>
-    
-    <!-- Build Dependencies -->
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>velocity</groupId>
-      <artifactId>velocity</artifactId>
-      <optional>true</optional>
-    </dependency>    
-  </dependencies>
-  
+	<parent>
+		<groupId>org.apache.portals.applications</groupId>
+		<artifactId>applications</artifactId>
+		<version>2.2-SNAPSHOT</version>
+	</parent>
+	<packaging>jar</packaging>
+
+	<dependencies>
+
+		<!-- Build Dependencies -->
+		<dependency>
+			<groupId>log4j</groupId>
+			<artifactId>log4j</artifactId>
+			<version>1.2.14</version>
+		</dependency>
+		<dependency>
+			<groupId>commons-logging</groupId>
+			<artifactId>commons-logging</artifactId>
+			<version>1.1</version>
+		</dependency>
+		<dependency>
+			<groupId>velocity</groupId>
+			<artifactId>velocity</artifactId>
+			<optional>true</optional>
+			<version>1.5</version>
+		</dependency>
+	</dependencies>
 </project>