Author: vhalbert(a)redhat.com
Date: 2010-04-06 16:16:46 -0400 (Tue, 06 Apr 2010)
New Revision: 2029
Modified:
trunk/pom.xml
Log:
Teiid-773 - db integration test requires log4j, therefore, need to remove the scope of
'provided' for the jar dependency in order for the test project to obtain it.
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-04-06 19:57:18 UTC (rev 2028)
+++ trunk/pom.xml 2010-04-06 20:16:46 UTC (rev 2029)
@@ -339,7 +339,6 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.14</version>
- <scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
Show replies by date