Removed the dependence on JpaTemplate
[utils] / mythtv / monitor / pom.xml
index 52333044dfc63826303fcc45569362afdc177c3e..8dffe8a15eee84516436e421861a288397f21923 100644 (file)
          <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>
     </dependency>
     <dependency>
       <groupId>javaee</groupId>