
<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.reactive-microservice.bundle</groupId>
    <artifactId>reactive-microservice-bundle-modules</artifactId>
    <version>0.1-0</version>
    <relativePath>../reactive-microservice-bundle-modules/frozen.pom.xml</relativePath>
  </parent>
  <artifactId>reactive-microservice-bundle-api</artifactId>
  <version>0.1-2</version>
  <packaging>jar</packaging>
  <name>reactive-microservice-bundle-api</name>
  <description>Contract exposed by the reactive microservice bundle.</description>
  <dependencies>
    <dependency>
      <groupId>io.reactivex</groupId>
      <artifactId>rxjava</artifactId>
    </dependency>
  </dependencies>
</project>