diff --git a/distribution/pom.xml b/distribution/pom.xml index e81b7cb222..c90dbb84ac 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -107,6 +107,21 @@ hibernate-proxool ${project.version} + + ${project.groupId} + hibernate-annotations + ${project.version} + + + ${project.groupId} + hibernate-entitymanager + ${project.version} + + + ${project.groupId} + hibernate-envers + ${project.version} + diff --git a/distribution/src/assembly/dist.xml b/distribution/src/assembly/dist.xml index 4947b2be7a..a4aa439fd9 100644 --- a/distribution/src/assembly/dist.xml +++ b/distribution/src/assembly/dist.xml @@ -24,9 +24,9 @@ ~ Boston, MA 02110-1301 USA --> - + xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd"> - + xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">