<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>ch.sourcepond</groupId>
    <artifactId>bundle-test</artifactId>
    <version>0.4.15</version>
    <relativePath></relativePath>
  </parent>
  <groupId>ch.sourcepond.utils</groupId>
  <artifactId>mdcwrapper-test</artifactId>
  <version>0.1.3</version>
  <description>OSGi integration test for bundle mdcwrapper-impl.</description>
  <url>https://sourcepond.github.io/${repo.project}</url>
  <inceptionYear>2015</inceptionYear>
  <scm>
    <connection>scm:git:${project.scm.url}.git</connection>
    <developerConnection>scm:git:ssh://${repo.domain}/${repo.path}.git</developerConnection>
    <url>https://${repo.domain}/${repo.path}</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>ch.sourcepond.utils</groupId>
      <artifactId>mdcwrapper-impl</artifactId>
      <version>0.1.3</version>
    </dependency>
    <dependency>
      <groupId>ch.sourcepond.utils</groupId>
      <artifactId>mdcwrapper-impl</artifactId>
      <version>0.1.3</version>
      <type>test-jar</type>
    </dependency>
  </dependencies>
</project>
