Fixed example-code for hibernate-bug HHH-9615
[hibernate4-maven-plugin] / src / it / hibernate-lob-converter-bug / pom.xml
index b2a76e7..3d1eefd 100644 (file)
         <dependency>
             <groupId>org.hibernate</groupId>
             <artifactId>hibernate-entitymanager</artifactId>
-            <version>5.0.0-SNAPSHOT</version>
+            <version>5.1.0.Final</version>
         </dependency>
 
     </dependencies>
 
 
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.0.2</version>
+        <configuration>
+          <source>1.7</source>
+          <target>1.7</target>
+          <encoding>utf8</encoding>
+          <showWarnings>true</showWarnings>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 
-</project>
\ No newline at end of file
+</project>