Scarab commit: svn commit: r11308 - branches/SCB3100_Turbine4.0-M1/pom.xml
[email protected] Mon, 13 Aug 2012 02:31:36 -0700 (PDT)
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: jhoech
Date: 2012-08-13 02:31:34-0700
New Revision: 11308
Modified:
branches/SCB3100_Turbine4.0-M1/pom.xml
Log:
FIX - Use fulcrum-3.0-b1 during compilation.
Modified: branches/SCB3100_Turbine4.0-M1/pom.xml
Url: http://scarab.tigris.org/source/browse/scarab/branches/SCB3100_Turbine4.0-M1/pom.xml?view=diff&pathrev=11308&r1=11307&r2=11308
==============================================================================
--- branches/SCB3100_Turbine4.0-M1/pom.xml (original)
+++ branches/SCB3100_Turbine4.0-M1/pom.xml 2012-08-13 02:31:34-0700
@@ -795,7 +795,14 @@
<artifactId>fulcrum-testcontainer</artifactId>
<version>1.0.4</version>
</dependency>
-
+ <dependency>
+ <groupId>fulcrum</groupId>
+ <artifactId>fulcrum</artifactId>
+ <version>3.0-b1</version>
+ <scope>provided</scope><!-- for compilation only -->
+ </dependency>
+
+
<!-- hack to provide other velocity version during runtime as transitive depends say -->
<dependency>
<groupId>velocity</groupId>
------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2998161