Author: mes
Date: 2011-03-10 12:10:31 -0800 (Thu, 10 Mar 2011)
New Revision: 24381

Modified:
   core3/gui-distribution/trunk/splash-launcher/pom.xml
Log:
updated pom to work with maven 3

Modified: core3/gui-distribution/trunk/splash-launcher/pom.xml
===================================================================
--- core3/gui-distribution/trunk/splash-launcher/pom.xml        2011-03-10 
16:59:25 UTC (rev 24380)
+++ core3/gui-distribution/trunk/splash-launcher/pom.xml        2011-03-10 
20:10:31 UTC (rev 24381)
@@ -39,6 +39,22 @@
             </goals>
           </execution>
         </executions>
+        <!-- We need to specify this plugin dependency ONLY to exclude the 
+             FOP library, which pulls in a duplicate copy of some XML libs. -->
+        <dependencies>
+          <dependency>
+            <groupId>batik</groupId>
+            <artifactId>batik-rasterizer-ext</artifactId>
+            <version>1.6-1</version>
+            <scope>compile</scope>
+            <exclusions>
+               <exclusion>
+                 <artifactId>fop</artifactId>
+                 <groupId>fop</groupId>
+               </exclusion>
+            </exclusions>
+          </dependency>
+        </dependencies>
       </plugin>
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to