c5bd88
c5bd88
<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">
c5bd88
  <modelVersion>4.0.0</modelVersion>
c5bd88
  <groupId>biz.aQute.bnd</groupId>
c5bd88
  <artifactId>aQute.libg</artifactId>
c5bd88
  <version>5.2.0</version>
c5bd88
  <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>
c5bd88
  <name>aQute.libg</name>
c5bd88
  <url>https://bnd.bndtools.org/</url>
c5bd88
  <organization>
c5bd88
    <name>Bndtools</name>
c5bd88
    <url>https://bndtools.org/</url>
c5bd88
  </organization>
c5bd88
  <licenses>
c5bd88
    <license>
c5bd88
      <name>(Apache-2.0 OR EPL-2.0)</name>
c5bd88
      <url>https://opensource.org/licenses/Apache-2.0,https://opensource.org/licenses/EPL-2.0</url>
c5bd88
      <distribution>repo</distribution>
c5bd88
      <comments>This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0, or the Eclipse Public License 2.0.</comments>
c5bd88
    </license>
c5bd88
  </licenses>
c5bd88
  <scm>
c5bd88
    <url>https://github.com/bndtools/bnd</url>
c5bd88
    <connection>scm:git:https://github.com/bndtools/bnd.git</connection>
c5bd88
    <developerConnection>scm:git:git@github.com:bndtools/bnd.git</developerConnection>
c5bd88
    <tag>5.2.0.REL</tag>
c5bd88
  </scm>
c5bd88
  <developers>
c5bd88
    <developer>
c5bd88
      <id>pkriens</id>
c5bd88
      <email>Peter.Kriens@aQute.biz</email>
c5bd88
      <name>Peter Kriens</name>
c5bd88
      <organization>Bndtools</organization>
c5bd88
      <organizationUrl>https://github.com/bndtools</organizationUrl>
c5bd88
      <roles>
c5bd88
        <role>architect</role>
c5bd88
        <role>developer</role>
c5bd88
      </roles>
c5bd88
      <timezone>1</timezone>
c5bd88
    </developer>
c5bd88
    <developer>
c5bd88
      <id>bjhargrave</id>
c5bd88
      <name>BJ Hargrave</name>
c5bd88
      <email>bj@bjhargrave.com</email>
c5bd88
      <url>https://github.com/bjhargrave</url>
c5bd88
      <organization>IBM</organization>
c5bd88
      <organizationUrl>https://developer.ibm.com</organizationUrl>
c5bd88
      <roles>
c5bd88
        <role>developer</role>
c5bd88
      </roles>
c5bd88
      <timezone>America/New_York</timezone>
c5bd88
    </developer>
c5bd88
    <developer>
c5bd88
      <id>rotty3000</id>
c5bd88
      <name>Ray Augé</name>
c5bd88
      <email>raymond.auge@liferay.com</email>
c5bd88
      <url>https://rotty3000.github.io</url>
c5bd88
      <organization>Liferay Inc.</organization>
c5bd88
      <organizationUrl>https://www.liferay.com</organizationUrl>
c5bd88
      <roles>
c5bd88
        <role>developer</role>
c5bd88
      </roles>
c5bd88
      <timezone>America/New_York</timezone>
c5bd88
    </developer>
c5bd88
  </developers>
c5bd88
  <dependencies>
c5bd88
    <dependency>
c5bd88
      <groupId>org.osgi</groupId>
c5bd88
      <artifactId>osgi.annotation</artifactId>
c5bd88
      <version>7.0.0</version>
c5bd88
      <scope>provided</scope>
c5bd88
    </dependency>
c5bd88
    <dependency>
c5bd88
      <groupId>org.slf4j</groupId>
c5bd88
      <artifactId>slf4j-api</artifactId>
c5bd88
      <version>1.7.25</version>
c5bd88
      <scope>compile</scope>
c5bd88
    </dependency>
c5bd88
    <dependency>
c5bd88
      <groupId>org.osgi</groupId>
c5bd88
      <artifactId>org.osgi.util.function</artifactId>
c5bd88
      <version>1.1.0</version>
c5bd88
      <scope>compile</scope>
c5bd88
    </dependency>
c5bd88
    <dependency>
c5bd88
      <groupId>org.osgi</groupId>
c5bd88
      <artifactId>org.osgi.util.promise</artifactId>
c5bd88
      <version>1.1.1</version>
c5bd88
      <scope>compile</scope>
c5bd88
    </dependency>
c5bd88
    <dependency>
c5bd88
      <groupId>org.osgi</groupId>
c5bd88
      <artifactId>osgi.core</artifactId>
c5bd88
      <version>6.0.0</version>
c5bd88
      <scope>compile</scope>
c5bd88
    </dependency>
c5bd88
  </dependencies>
c5bd88
</project>