Now using JPA with a container managed entity manager.
[utils] / mythtv / monitor / pom.xml
index 9c031a2fc82f4f78ab9ba78cc648be10a2d0d7ab..03fa2edda744c186143deaba3a753a439c4ae6db 100644 (file)
       <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>