Author: sgoeschl
Date: Tue Jul 22 01:39:36 2008
New Revision: 678676

URL: http://svn.apache.org/viewvc?rev=678676&view=rev
Log:
Fixed M1 build

Modified:
    turbine/fulcrum/trunk/yaafi/project.xml

Modified: turbine/fulcrum/trunk/yaafi/project.xml
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/yaafi/project.xml?rev=678676&r1=678675&r2=678676&view=diff
==============================================================================
--- turbine/fulcrum/trunk/yaafi/project.xml (original)
+++ turbine/fulcrum/trunk/yaafi/project.xml Tue Jul 22 01:39:36 2008
@@ -41,7 +41,18 @@
   </versions>
 
   <dependencies>
-   <!-- compile time dependency on JAMon for interceptors -->
+   <!-- run time dependency on decryption of transparent configuration files 
-->
+   <dependency>
+      <groupId>fulcrum</groupId>
+      <artifactId>fulcrum-yaafi-crypto</artifactId>
+      <version>1.0.6-dev</version>
+      <url>http://turbine.apache.org/fulcrum/yaafi-crypto</url>
+      <properties>
+        <war.bundle>true</war.bundle>
+        <ear.bundle>true</ear.bundle>
+      </properties>
+    </dependency>
+  <!-- compile time dependency on JAMon for interceptors -->
    <dependency>
       <groupId>com.jamonapi</groupId>
       <artifactId>jamon</artifactId>


Reply via email to