Author: ndkhoiits
Date: 2010-11-15 06:28:27 -0500 (Mon, 15 Nov 2010)
New Revision: 5090
Modified:
portal/branches/branch-GTNPORTAL-1643/pom.xml
Log:
GTNPORTAL-1426 Update DB test maven profile with mysql
Modified: portal/branches/branch-GTNPORTAL-1643/pom.xml
===================================================================
--- portal/branches/branch-GTNPORTAL-1643/pom.xml 2010-11-15 11:19:09 UTC (rev 5089)
+++ portal/branches/branch-GTNPORTAL-1643/pom.xml 2010-11-15 11:28:27 UTC (rev 5090)
@@ -1336,6 +1336,12 @@
<version>5.1.6</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.14</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
<plugins>