Added tutorials of the hibernate-release 5.3.9.Final
[hibernate4-maven-plugin] / pom.xml
diff --git a/pom.xml b/pom.xml
index 8a570fd..a75909c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <!-- Zeichensatz -->
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <!-- Verwendete Versionen -->
-    <hibernate.version>5.2.4.Final</hibernate.version>
-    <hibernate-validator.version>5.3.1.Final</hibernate-validator.version>
-    <el-api.version>3.0.0</el-api.version>
-    <maven.version>3.3.3</maven.version>
+    <hibernate.version>5.2.18.Final</hibernate.version>
+    <el-api.version>3.0.1-b06</el-api.version>
+    <maven.version>3.6.0</maven.version>
     <maven-plugin-log4j.version>1.0.1</maven-plugin-log4j.version>
     <scannotation.version>1.0.4</scannotation.version>
   </properties>
       <artifactId>hibernate-envers</artifactId>
       <version>${hibernate.version}</version>
     </dependency>
-    <dependency>
-      <groupId>org.hibernate</groupId>
-      <artifactId>hibernate-validator</artifactId>
-      <version>${hibernate-validator.version}</version>
-    </dependency>
     <dependency>
       <groupId>javax.el</groupId>
       <artifactId>javax.el-api</artifactId>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
-          <source>1.6</source>
-          <target>1.6</target>
+          <source>1.8</source>
+          <target>1.8</target>
           <encoding>utf8</encoding>
           <showWarnings>true</showWarnings>
         </configuration>
             <dependency><!-- add support for ssh/scp -->
               <groupId>org.apache.maven.wagon</groupId>
               <artifactId>wagon-ssh-external</artifactId>
-              <version>2.12</version>
+              <version>3.3.2</version>
             </dependency>
           </dependencies>
         </plugin>