Commit in lcsim on MAIN
pom.xml+6-51.225 -> 1.226
exclude conflicting Xerces library from the build; remove test exclusion as this should be covered by excluding aida-test jar

lcsim
pom.xml 1.225 -> 1.226
diff -u -r1.225 -r1.226
--- pom.xml	16 Apr 2013 23:38:40 -0000	1.225
+++ pom.xml	17 Apr 2013 00:16:26 -0000	1.226
@@ -270,11 +270,6 @@
                                     <mainClass>org.lcsim.job.JobControlManager</mainClass>
                                 </transformer>
                             </transformers>
-                            <artifactSet>
-                                <excludes>
-                                    <exclude>hep.testdata.aida:*</exclude>
-                                </excludes>
-                            </artifactSet>
                         </configuration>
                     </execution>
                 </executions>
@@ -336,6 +331,12 @@
             <groupId>org.freehep</groupId>
             <artifactId>jas-plotter</artifactId>
             <version>2.2.7</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>xerces</groupId>
+                    <artifactId>xercesImpl</artifactId>
+                </exclusion>
+             </exclusions>
         </dependency>
         <dependency>
             <groupId>org.freehep</groupId>
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