Añade las dependencias al pom.xml
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -15,10 +15,10 @@
|
|||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.hibernate.tool</groupId>
|
<groupId>org.hibernate.tool</groupId>
|
||||||
<artifactId>hibernate-tools-maven</artifactId>
|
<artifactId>hibernate-tools-maven</artifactId>
|
||||||
<version>6.6.0.Final</version>
|
<version>6.6.4.Final</version>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.hibernate.tool</groupId>
|
<groupId>org.hibernate.tool</groupId>
|
||||||
@@ -41,8 +41,7 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<ejb3>true</ejb3>
|
<ejb3>true</ejb3>
|
||||||
<jdk5>true</jdk5>
|
<jdk5>true</jdk5>
|
||||||
<packageName>com.example.hibernate.model</packageName>
|
<packageName>com.example.hibernate.model</packageName>
|
||||||
|
|
||||||
<outputDirectory>src/main/java</outputDirectory>
|
<outputDirectory>src/main/java</outputDirectory>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
@@ -51,7 +50,6 @@
|
|||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
Reference in New Issue
Block a user