Author: mvdb
Date: Fri Mar 30 09:56:22 2007
New Revision: 524173
URL: http://svn.apache.org/viewvc?view=rev&rev=524173
Log:
Add log4j.
Modified:
db/ddlutils/trunk/pom.xml
Modified: db/ddlutils/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/db/ddlutils/trunk/pom.xml?view=diff&rev=524173&r1=524172&r2=524173
==============================================================================
--- db/ddlutils/trunk/pom.xml (original)
+++ db/ddlutils/trunk/pom.xml Fri Mar 30 09:56:22 2007
@@ -87,6 +87,12 @@
<email>[EMAIL PROTECTED]</email>
<organization>ASF</organization>
</developer>
+ <developer>
+ <id>mvdb</id>
+ <name>Martin van den Bemt</name>
+ <email>[EMAIL PROTECTED]</email>
+ <organization>ASF</organization>
+ </developer>
</developers>
<dependencies>
@@ -103,13 +109,9 @@
<optional>true</optional>
</dependency>
<dependency>
- <!-- TODO: Move to a released version of Betwixt
- Since version 0.8 doesn't exist yet, install 0.8-RC1 into the local
repo
- mvn install:install-file -DgroupId=commons-betwixt
-DartifactId=commons-betwixt -Dversion=0.8-RC1 -Dpackaging=jar
-Dfile=lib/commons-betwixt-0.8-RC1.jar -DgeneratePom=true
- -->
<groupId>commons-betwixt</groupId>
<artifactId>commons-betwixt</artifactId>
- <version>0.8-RC1</version>
+ <version>0.8</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
@@ -170,6 +172,13 @@
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.4</version>
+ </dependency>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.8</version>
+ <!-- Optional if you don't use the ant task. -->
+ <optional>true</optional>
</dependency>
<dependency>