5bd197
5bd197
<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">
5bd197
  <modelVersion>4.0.0</modelVersion>
5bd197
  <groupId>biz.aQute.bnd</groupId>
5bd197
  <artifactId>aQute.libg</artifactId>
5bd197
  <version>4.3.0</version>
5bd197
  <description>A library to be statically linked. Contains many small utilities. This bundle should not be installed in a framework, it is compile only.</description>
5bd197
  <name>aQute.libg</name>
5bd197
  <url>https://bnd.bndtools.org/</url>
5bd197
  <organization>
5bd197
    <name>Bndtools</name>
5bd197
    <url>https://bndtools.org/</url>
5bd197
  </organization>
5bd197
  <licenses>
5bd197
    <license>
5bd197
      <name>Apache-2.0</name>
5bd197
      <url>https://opensource.org/licenses/Apache-2.0</url>
5bd197
      <distribution>repo</distribution>
5bd197
      <comments>Apache License, Version 2.0</comments>
5bd197
    </license>
5bd197
    <license>
5bd197
      <name>EPL-2.0</name>
5bd197
      <url>https://opensource.org/licenses/EPL-2.0</url>
5bd197
      <distribution>repo</distribution>
5bd197
      <comments>Eclipse Public License, Version 2.0</comments>
5bd197
    </license>
5bd197
  </licenses>
5bd197
  <scm>
5bd197
    <url>https://github.com/bndtools/bnd</url>
5bd197
    <connection>scm:git:https://github.com/bndtools/bnd.git</connection>
5bd197
    <developerConnection>scm:git:git@github.com:bndtools/bnd.git</developerConnection>
5bd197
    <tag>4.3.0.REL</tag>
5bd197
  </scm>
5bd197
  <developers>
5bd197
    <developer>
5bd197
      <id>pkriens</id>
5bd197
      <email>Peter.Kriens@aQute.biz</email>
5bd197
      <name>Peter Kriens</name>
5bd197
      <organization>Bndtools</organization>
5bd197
      <organizationUrl>https://github.com/bndtools</organizationUrl>
5bd197
      <roles>
5bd197
        <role>architect</role>
5bd197
        <role>developer</role>
5bd197
      </roles>
5bd197
      <timezone>1</timezone>
5bd197
    </developer>
5bd197
  </developers>
5bd197
  <dependencies>
5bd197
    <dependency>
5bd197
      <groupId>org.osgi</groupId>
5bd197
      <artifactId>osgi.annotation</artifactId>
5bd197
      <version>7.0.0</version>
5bd197
      <scope>provided</scope>
5bd197
    </dependency>
5bd197
    <dependency>
5bd197
      <groupId>org.slf4j</groupId>
5bd197
      <artifactId>slf4j-api</artifactId>
5bd197
      <version>1.7.25</version>
5bd197
      <scope>compile</scope>
5bd197
    </dependency>
5bd197
    <dependency>
5bd197
      <groupId>org.osgi</groupId>
5bd197
      <artifactId>org.osgi.util.function</artifactId>
5bd197
      <version>1.1.0</version>
5bd197
      <scope>compile</scope>
5bd197
    </dependency>
5bd197
    <dependency>
5bd197
      <groupId>org.osgi</groupId>
5bd197
      <artifactId>org.osgi.util.promise</artifactId>
5bd197
      <version>1.1.1</version>
5bd197
      <scope>compile</scope>
5bd197
    </dependency>
5bd197
  </dependencies>
5bd197
</project>