<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <parent>
    <groupId>org.beangle.webui</groupId>
    <artifactId>beangle-webui-app-parent_2.11</artifactId>
    <version>0.0.3</version>
  </parent>
  <artifactId>beangle-webui-app-hibernate_2.11</artifactId>
  <packaging>jar</packaging>
  <modelVersion>4.0.0</modelVersion>
  <name>Beangle WebUI App - Hibernate Config Browser</name>

  <properties>
    <hibernate.version>4.3.1.Final</hibernate.version>
    <bundle.symbolicName>org.beangle.webui.app.hibernate</bundle.symbolicName>
    <bundle.namespace>org.beangle.webui.app.hibernate</bundle.namespace>
  </properties>

  <dependencies>
    <dependency>
      <groupId>org.beangle.data</groupId>
      <artifactId>beangle-data-hibernate_2.11</artifactId>
    </dependency>
    <dependency>
      <groupId>org.beangle.webmvc</groupId>
      <artifactId>beangle-webmvc-view_2.11</artifactId>
    </dependency>
  </dependencies>
</project>
