Print

Print


Author: [log in to unmask]
Date: Tue Feb 24 15:59:51 2015
New Revision: 2189

Log:
Add empty monitoring-util module.

Added:
    java/trunk/monitoring-util/
    java/trunk/monitoring-util/pom.xml

Added: java/trunk/monitoring-util/pom.xml
 =============================================================================
--- java/trunk/monitoring-util/pom.xml	(added)
+++ java/trunk/monitoring-util/pom.xml	Tue Feb 24 15:59:51 2015
@@ -0,0 +1,43 @@
+<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-monitoring-util</artifactId>
+    <name>monitoring-util</name>
+    <description>utility packages for online data monitoring</description>
+    <parent>
+        <groupId>org.hps</groupId>
+        <artifactId>hps-parent</artifactId>
+        <relativePath>../parent/pom.xml</relativePath>
+        <version>3.2-SNAPSHOT</version>
+    </parent>
+    <scm>
+        <url>http://java.freehep.org/svn/repos/hps/list/java/trunk/monitoring-util/</url>
+        <connection>scm:svn:svn://svn.freehep.org/hps/java/trunk/monitoring-util/</connection>
+        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/trunk/monitoring-util/</developerConnection>
+    </scm>
+    <build>
+    <dependencies>
+        <dependency>
+            <groupId>org.hps</groupId>
+            <artifactId>hps-record-util</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.hps</groupId>
+            <artifactId>hps-evio</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>jfreechart-aida-experimental</groupId>
+            <artifactId>jfreechart-aida-experimental</artifactId>
+            <version>1.5</version>
+            <exclusions>
+                <exclusion>  
+                    <groupId>jdom</groupId>
+                    <artifactId>jdom</artifactId>
+                </exclusion>
+                <exclusion>  
+                    <groupId>commons-math</groupId>
+                    <artifactId>commons-math</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+    </dependencies>
+</project>