Now using JPA with a container managed entity manager.
[utils] / mythtv / monitor / pom.xml
index 658d67240a9fec7f220184ad1ac01944f0d7c7c1..03fa2edda744c186143deaba3a753a439c4ae6db 100644 (file)
         <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>javax.persistence</groupId>
+      <artifactId>persistence-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-jpa</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>concurrent</groupId>
+      <artifactId>concurrent</artifactId>
+    </dependency>
     <dependency>
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
       <scope>provided</scope>
     </dependency>
+    <dependency>
+      <groupId>javaee</groupId>
+      <artifactId>javaee-api</artifactId>
+    </dependency>
   </dependencies>
 
 </project>