abc2bc
abc2bc
<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">
abc2bc
  <modelVersion>4.0.0</modelVersion>
abc2bc
  <groupId>biz.aQute.bnd</groupId>
abc2bc
  <artifactId>biz.aQute.bnd</artifactId>
abc2bc
  <version>4.3.0</version>
abc2bc
  <description>This command line utility is the Swiss army knife of OSGi. It provides you with a breadth of tools to understand and manage OSGi based systems. This project basically uses bndlib.</description>
abc2bc
  <name>biz.aQute.bnd</name>
abc2bc
  <url>https://bnd.bndtools.org/</url>
abc2bc
  <organization>
abc2bc
    <name>Bndtools</name>
abc2bc
    <url>https://bndtools.org/</url>
abc2bc
  </organization>
abc2bc
  <licenses>
abc2bc
    <license>
abc2bc
      <name>Apache-2.0</name>
abc2bc
      <url>https://opensource.org/licenses/Apache-2.0</url>
abc2bc
      <distribution>repo</distribution>
abc2bc
      <comments>Apache License, Version 2.0</comments>
abc2bc
    </license>
abc2bc
    <license>
abc2bc
      <name>EPL-2.0</name>
abc2bc
      <url>https://opensource.org/licenses/EPL-2.0</url>
abc2bc
      <distribution>repo</distribution>
abc2bc
      <comments>Eclipse Public License, Version 2.0</comments>
abc2bc
    </license>
abc2bc
  </licenses>
abc2bc
  <scm>
abc2bc
    <url>https://github.com/bndtools/bnd</url>
abc2bc
    <connection>scm:git:https://github.com/bndtools/bnd.git</connection>
abc2bc
    <developerConnection>scm:git:git@github.com:bndtools/bnd.git</developerConnection>
abc2bc
    <tag>4.3.0.REL</tag>
abc2bc
  </scm>
abc2bc
  <developers>
abc2bc
    <developer>
abc2bc
      <id>pkriens</id>
abc2bc
      <email>Peter.Kriens@aQute.biz</email>
abc2bc
      <name>Peter Kriens</name>
abc2bc
      <organization>Bndtools</organization>
abc2bc
      <organizationUrl>https://github.com/bndtools</organizationUrl>
abc2bc
      <roles>
abc2bc
        <role>architect</role>
abc2bc
        <role>developer</role>
abc2bc
      </roles>
abc2bc
      <timezone>1</timezone>
abc2bc
    </developer>
abc2bc
  </developers>
abc2bc
  <dependencies>
abc2bc
    <dependency>
abc2bc
      <groupId>biz.aQute.bnd</groupId>
abc2bc
      <artifactId>biz.aQute.bndlib</artifactId>
abc2bc
      <version>4.3.0</version>
abc2bc
      <scope>provided</scope>
abc2bc
    </dependency>
abc2bc
    <dependency>
abc2bc
      <groupId>biz.aQute.bnd</groupId>
abc2bc
      <artifactId>biz.aQute.resolve</artifactId>
abc2bc
      <version>4.3.0</version>
abc2bc
      <scope>provided</scope>
abc2bc
    </dependency>
abc2bc
    <dependency>
abc2bc
      <groupId>biz.aQute.bnd</groupId>
abc2bc
      <artifactId>biz.aQute.repository</artifactId>
abc2bc
      <version>4.3.0</version>
abc2bc
      <scope>provided</scope>
abc2bc
    </dependency>
abc2bc
    <dependency>
abc2bc
      <groupId>biz.aQute.bnd</groupId>
abc2bc
      <artifactId>biz.aQute.bnd.exporters</artifactId>
abc2bc
      <version>4.3.0</version>
abc2bc
      <scope>provided</scope>
abc2bc
    </dependency>
abc2bc
    <dependency>
abc2bc
      <groupId>biz.aQute.bnd</groupId>
abc2bc
      <artifactId>biz.aQute.bnd.reporter</artifactId>
abc2bc
      <version>4.3.0</version>
abc2bc
      <scope>provided</scope>
abc2bc
    </dependency>
abc2bc
    <dependency>
abc2bc
      <groupId>biz.aQute.bnd</groupId>
abc2bc
      <artifactId>biz.aQute.remote.api</artifactId>
abc2bc
      <version>4.3.0</version>
abc2bc
      <scope>provided</scope>
abc2bc
    </dependency>
abc2bc
    <dependency>
abc2bc
      <groupId>org.yaml</groupId>
abc2bc
      <artifactId>snakeyaml</artifactId>
abc2bc
      <version>1.15</version>
abc2bc
      <scope>provided</scope>
abc2bc
    </dependency>
abc2bc
    <dependency>
abc2bc
      <groupId>org.slf4j</groupId>
abc2bc
      <artifactId>slf4j-api</artifactId>
abc2bc
      <version>1.7.25</version>
abc2bc
      <scope>provided</scope>
abc2bc
    </dependency>
abc2bc
    <dependency>
abc2bc
      <groupId>org.slf4j</groupId>
abc2bc
      <artifactId>slf4j-simple</artifactId>
abc2bc
      <version>1.7.25</version>
abc2bc
      <scope>provided</scope>
abc2bc
    </dependency>
abc2bc
    <dependency>
abc2bc
      <groupId>jline</groupId>
abc2bc
      <artifactId>jline</artifactId>
abc2bc
      <version>2.14.6</version>
abc2bc
      <scope>provided</scope>
abc2bc
    </dependency>
abc2bc
  </dependencies>
abc2bc
</project>