Print

Print


Commit in lcsim on MAIN
pom.xml+20-41.224 -> 1.225
exclude some transitive dependencies that are not needed; update trf version to current snapshot

lcsim
pom.xml 1.224 -> 1.225
diff -u -r1.224 -r1.225
--- pom.xml	16 Apr 2013 20:18:47 -0000	1.224
+++ pom.xml	16 Apr 2013 23:38:40 -0000	1.225
@@ -313,8 +313,12 @@
             <version>3.4.4-SNAPSHOT</version>
             <exclusions>
                 <exclusion>
-                <artifactId>javahelp</artifactId>
-                <groupId>javax.help</groupId>
+                    <groupId>javax.help</groupId>
+                    <artifactId>javahelp</artifactId>                  
+                </exclusion>
+                <exclusion>
+                	<groupId>hep.aida</groupId>
+                    <artifactId>aida-test</artifactId>                	
                 </exclusion>
             </exclusions>            
         </dependency>
@@ -337,11 +341,23 @@
             <groupId>org.freehep</groupId>
             <artifactId>freehep-graphicsio</artifactId>
             <version>2.2.1</version>
-        </dependency>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.freehep</groupId>
+                    <artifactId>freehep-graphicsio-tests</artifactId>
+                </exclusion>
+             </exclusions>
+        </dependency>                       
         <dependency>
             <groupId>org.freehep</groupId>
             <artifactId>freehep-graphicsio-pdf</artifactId>
             <version>2.2.1</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.freehep</groupId>
+                    <artifactId>freehep-graphicsio-tests</artifactId>
+                </exclusion>
+             </exclusions>
         </dependency>
         <dependency>
             <groupId>org.freehep</groupId>
@@ -366,7 +382,7 @@
         <dependency>
             <groupId>org.lcsim</groupId>
             <artifactId>trf</artifactId>
-            <version>1.1</version>
+            <version>1.2-SNAPSHOT</version>
         </dependency>
         <!--
         <dependency>
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1