<?xml version="1.0"?><project>
  <parent>
    <artifactId>hyperjaxb2</artifactId>
    <groupId>org.jvnet.hyperjaxb2</groupId>
    <version>0.6.2.1</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>hyperjaxb2-shared</artifactId>
  <name>Hyperjaxb2 Shared</name>
  <version>0.6.2.1</version>
  <url>https://hyperjaxb2.dev.java.net/nonav/hyperjaxb2/hyperjaxb2-shared</url>
  <build>
    <defaultGoal>install</defaultGoal>
  </build>
  <dependencies>
    <dependency>
      <groupId>org.hibernate</groupId>
      <artifactId>hibernate</artifactId>
    </dependency>
    <dependency>
      <groupId>cglib</groupId>
      <artifactId>cglib</artifactId>
    </dependency>
    <dependency>
      <groupId>asm</groupId>
      <artifactId>asm</artifactId>
    </dependency>
    <dependency>
      <groupId>asm</groupId>
      <artifactId>asm-attrs</artifactId>
    </dependency>
    <dependency>
      <groupId>com.sun.xml.bind</groupId>
      <artifactId>jaxb-impl</artifactId>
    </dependency>
  </dependencies>
  <distributionManagement>
    <status>deployed</status>
  </distributionManagement>
</project>