Print

Print


Author: [log in to unmask]
Date: Tue Jan 12 17:27:52 2016
New Revision: 4118

Log:
fix dep and some formatting

Modified:
    java/branches/gbl-standalone-branch/tracking/pom.xml

Modified: java/branches/gbl-standalone-branch/tracking/pom.xml
 =============================================================================
--- java/branches/gbl-standalone-branch/tracking/pom.xml	(original)
+++ java/branches/gbl-standalone-branch/tracking/pom.xml	Tue Jan 12 17:27:52 2016
@@ -1,55 +1,54 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>hps-tracking</artifactId>
-    <name>tracking</name>
-    <description>tracking reconstruction algorithms</description>
-    <parent>
-        <groupId>org.hps</groupId>
-        <artifactId>hps-parent</artifactId>
-        <relativePath>../parent/pom.xml</relativePath>
-        <version>3.5-SNAPSHOT</version>
-    </parent>
-    <scm>
-        <url>http://java.freehep.org/svn/repos/hps/list/java/trunk/tracking/</url>
-        <connection>scm:svn:svn://svn.freehep.org/hps/java/trunk/tracking/</connection>
-        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/trunk/tracking/</developerConnection>
-    </scm>
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <configuration>
-                    <excludes>
-                        <exclude>org/hps/recon/tracking/**/**.java</exclude>
-                        <!-- Test input LCIO file is missing for next two. -->
-                        <!--
-                        <exclude>org/hps/recon/tracking/TestRunTrackReconTest.java</exclude>
-                        <exclude>org/hps/recon/tracking/HelicalTrackHitDriverTest.java</exclude>
-                        -->
-                    </excludes>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-    <dependencies>
-        <dependency>
-            <groupId>org.hps</groupId>
-            <artifactId>hps-detector-model</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.hps</groupId>
-            <artifactId>hps-ecal-readout-sim</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-math3</artifactId>
-        </dependency>
-        <dependency>
-        	<groupId>org.hps.gbl</groupId>
-        	<artifactId>gbl</artifactId>
-        	<version>1.0-SNAPSHOT</version>
-        </dependency>
-    </dependencies>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<artifactId>hps-tracking</artifactId>
+	<name>tracking</name>
+	<description>tracking reconstruction algorithms</description>
+	<parent>
+		<groupId>org.hps</groupId>
+		<artifactId>hps-parent</artifactId>
+		<relativePath>../parent/pom.xml</relativePath>
+		<version>3.5-SNAPSHOT</version>
+	</parent>
+	<scm>
+		<url>http://java.freehep.org/svn/repos/hps/list/java/trunk/tracking/</url>
+		<connection>scm:svn:svn://svn.freehep.org/hps/java/trunk/tracking/</connection>
+		<developerConnection>scm:svn:svn://svn.freehep.org/hps/java/trunk/tracking/</developerConnection>
+	</scm>
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-surefire-plugin</artifactId>
+				<configuration>
+					<excludes>
+						<exclude>org/hps/recon/tracking/**/**.java</exclude>
+						<!-- Test input LCIO file is missing for next two. -->
+						<!-- <exclude>org/hps/recon/tracking/TestRunTrackReconTest.java</exclude> 
+							<exclude>org/hps/recon/tracking/HelicalTrackHitDriverTest.java</exclude> -->
+					</excludes>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+	<dependencies>
+		<dependency>
+			<groupId>org.hps</groupId>
+			<artifactId>hps-detector-model</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.hps</groupId>
+			<artifactId>hps-ecal-readout-sim</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.commons</groupId>
+			<artifactId>commons-math3</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.hps.gbl</groupId>
+			<artifactId>gbl</artifactId>
+		</dependency>
+
+	</dependencies>
 </project>