Commit in lcsim-parent on MAIN
pom.xml+10-51.49 -> 1.50
add dep for new lcsim-math pkg

lcsim-parent
pom.xml 1.49 -> 1.50
diff -u -r1.49 -r1.50
--- pom.xml	24 Nov 2010 20:41:10 -0000	1.49
+++ pom.xml	30 Nov 2010 21:34:39 -0000	1.50
@@ -84,6 +84,16 @@
     </pluginRepositories>
     <dependencies>
         <dependency>
+            <groupId>org.lcsim</groupId>
+            <artifactId>lcsim-conditions</artifactId>
+            <version>1.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.lcsim</groupId>
+            <artifactId>lcsim-math</artifactId>
+            <version>1.0-SNAPSHOT</version>
+        </dependency>
+        <dependency>
             <groupId>org.jdom</groupId>
             <artifactId>jdom</artifactId>
             <version>1.1</version>
@@ -222,11 +232,6 @@
             <artifactId>freehep-graphicsio-swf</artifactId>
             <version>2.0</version>
         </dependency>
-        <dependency>
-            <groupId>org.lcsim</groupId>
-            <artifactId>lcsim-conditions</artifactId>
-            <version>1.0</version>
-        </dependency>
     </dependencies>
     <reporting>
         <plugins>
CVSspam 0.2.8