putting the hibernate-jpa dependencies in a separate project.
[utils] / mythtv / monitor / pom.xml
index 9c031a2fc82f4f78ab9ba78cc648be10a2d0d7ab..03dd8fb88e7d2f312744e8b06230ce1e4883b304 100644 (file)
       <artifactId>persistence-api</artifactId>
     </dependency>
     <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <scope>provided</scope>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-jpa</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.wamblee</groupId>
+      <artifactId>wamblee-hibernate-jpa</artifactId>
     </dependency>
     <dependency>
       <groupId>javaee</groupId>