<?xml version="1.0" encoding="UTF-8"?>
<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>
    <artifactId>messaging-parent</artifactId>
    <groupId>org.coosproject.messaging</groupId>
    <version>1.3.1</version>
  </parent>

  <properties>
    <bundle.symbolicName>org.coosproject.api</bundle.symbolicName>
    <bundle.namespace>org.coos.api</bundle.namespace>
  </properties>

  <groupId>org.coosproject.api</groupId>
  <artifactId>coos-api</artifactId>
  <name>Coos api</name>
  <version>1.3.1</version>

  <packaging>bundle</packaging>

  <dependencies>
    <dependency>
      <groupId>org.coosproject.messaging</groupId>
      <artifactId>messaging-lib</artifactId>
    </dependency>
    <dependency>
      <groupId>org.coosproject.messaging</groupId>
      <artifactId>actorframe-container</artifactId>
    </dependency>
  </dependencies>
</project>
