cdi project in initial revision
[utils] / support / general / pom.xml
index 771d2cc144edde5abe237c619a7c6300b6baef2c..8354f98fd8b8165179d13efc89c2072c59613612 100644 (file)
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <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">
 
   <parent>
       <groupId>commons-beanutils</groupId>
       <artifactId>commons-beanutils</artifactId>
     </dependency>
-    <!-- should be possible to remove the dependence on log4j -->
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-    </dependency>
     <dependency>
       <groupId>dom4j</groupId>
       <artifactId>dom4j</artifactId>
@@ -65,7 +61,7 @@
   
   <distributionManagement>
     <site>
-      <id>test-enterprise-site</id>
+      <id>support-general</id>
       <url>file:${distrib}/support/general</url>
     </site>
   </distributionManagement>