
<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/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>be.fluid-it.microservice.bundle</groupId>
    <artifactId>microservice-bundle-modules</artifactId>
    <version>0.1-2</version>
    <relativePath>../microservice-bundle-modules/frozen.pom.xml</relativePath>
  </parent>
  <artifactId>microservice-bundle-api</artifactId>
  <version>0.1-2</version>
  <packaging>jar</packaging>
  <name>microservice-bundle-api</name>
  <description>Contract exposed by the microservice bundle.</description>
  <dependencies>
    <dependency>
      <groupId>com.google.inject</groupId>
      <artifactId>guice</artifactId>
    </dependency>
  </dependencies>
</project>