The next steps towards making it deployable on the central maven repo.
[utils] / mythtv / monitor / pom.xml
index 72602923f587be0547498b0787a632f94bad9854..56013fe9ff3ca7fd59049f9f90d7cb769af54298 100644 (file)
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.wamblee</groupId>
   <artifactId>wamblee-mythtv-monitor</artifactId>
-  <packaging>war</packaging>
-  <name>wamblee.org mythtv directory monitor MONITOR</name>
+  <packaging>jar</packaging>
+  <name>/mythtv/monitor</name>
   <url>http://wamblee.org</url>
   
   <dependencies>
     <dependency>
         <groupId>org.wamblee</groupId>
-        <artifactId>wamblee-support</artifactId>
+        <artifactId>wamblee-support-general</artifactId>
+        <version>0.2-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+        <groupId>org.wamblee</groupId>
+        <artifactId>wamblee-support-spring</artifactId>
+        <version>0.2-SNAPSHOT</version>
     </dependency>
-       <dependency>
-         <groupId>quartz</groupId>
-         <artifactId>quartz</artifactId>
-       </dependency>
        <dependency>
          <groupId>javax.servlet</groupId>
          <artifactId>servlet-api</artifactId>
        </dependency>
     <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <scope>provided</scope>
+      <groupId>javax.persistence</groupId>
+      <artifactId>persistence-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.wamblee</groupId>
+      <artifactId>wamblee-hibernate-jpa</artifactId>
+      <version>0.2-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>javax</groupId>
+      <artifactId>javaee-api</artifactId>
     </dependency>
   </dependencies>