putting the hibernate-jpa dependencies in a separate project.
[utils] / mythtv / monitor / pom.xml
index 72602923f587be0547498b0787a632f94bad9854..03dd8fb88e7d2f312744e8b06230ce1e4883b304 100644 (file)
@@ -11,7 +11,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.wamblee</groupId>
   <artifactId>wamblee-mythtv-monitor</artifactId>
-  <packaging>war</packaging>
+  <packaging>jar</packaging>
   <name>wamblee.org mythtv directory monitor MONITOR</name>
   <url>http://wamblee.org</url>
   
         <groupId>org.wamblee</groupId>
         <artifactId>wamblee-support</artifactId>
     </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.springframework</groupId>
+      <artifactId>spring-jpa</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.wamblee</groupId>
+      <artifactId>wamblee-hibernate-jpa</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javaee</groupId>
+      <artifactId>javaee-api</artifactId>
     </dependency>
   </dependencies>