Update of /var/cvs/speeltuin/mihxil/streams
In directory james.mmbase.org:/tmp/cvs-serv10949

Modified Files:
        pom.xml 
Log Message:
making jmf en fmj only compile time dependencies because not going to use it 
for now


See also: http://cvs.mmbase.org/viewcvs/speeltuin/mihxil/streams


Index: pom.xml
===================================================================
RCS file: /var/cvs/speeltuin/mihxil/streams/pom.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- pom.xml     16 Apr 2009 14:26:55 -0000      1.2
+++ pom.xml     17 Apr 2009 10:18:00 -0000      1.3
@@ -30,17 +30,26 @@
       <type>war</type>
     </dependency>
 
+
+    <!--
+        JMF is horribly complex, and it's quite hard to make a PlugIn.
+        There is some experimental code depending on it, but since that will 
not be actually used
+        the scope of the dependencies is 'provided'.
+    -->
     <dependency>
       <groupId>javax.media</groupId>
       <artifactId>jmf</artifactId>
       <version>2.1.1e</version>
+      <scope>provided</scope>
     </dependency>
 
     <dependency>
       <groupId>net.sf.fmj</groupId>
       <artifactId>fmj-nojmf</artifactId>
       <version>2009-04-16</version>
+      <scope>provided</scope>
     </dependency>
+
   </dependencies>
 
   <repositories>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to