Author: sgoeschl
Date: Fri Jun 27 05:42:44 2008
New Revision: 672258
URL: http://svn.apache.org/viewvc?rev=672258&view=rev
Log:
Using jamon-2.4 found in the M2 repos and set the dependency to optional
Modified:
turbine/fulcrum/trunk/yaafi/pom.xml
Modified: turbine/fulcrum/trunk/yaafi/pom.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/yaafi/pom.xml?rev=672258&r1=672257&r2=672258&view=diff
==============================================================================
--- turbine/fulcrum/trunk/yaafi/pom.xml (original)
+++ turbine/fulcrum/trunk/yaafi/pom.xml Fri Jun 27 05:42:44 2008
@@ -67,10 +67,10 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>jamon</groupId>
+ <groupId>com.jamonapi</groupId>
<artifactId>jamon</artifactId>
- <version>2.7.0</version>
- <scope>provided</scope>
+ <version>2.4</version>
+ <optional>true</optional>
</dependency>
<dependency>
<groupId>avalon-framework</groupId>