forked from pool/aqute-bnd
66ef15b8c0
- Update to aqute-bnd 5.1.1 - Required for Tomcat 9.0.37 (separate submit request) OBS-URL: https://build.opensuse.org/request/show/925883 OBS-URL: https://build.opensuse.org/package/show/Java:packages/aqute-bnd?expand=0&rev=15
87 lines
3.0 KiB
XML
87 lines
3.0 KiB
XML
<?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>
|
|
<groupId>biz.aQute.bnd</groupId>
|
|
<artifactId>aQute.libg</artifactId>
|
|
<version>5.1.1</version>
|
|
<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>
|
|
<name>aQute.libg</name>
|
|
<url>https://bnd.bndtools.org/</url>
|
|
<organization>
|
|
<name>Bndtools</name>
|
|
<url>https://bndtools.org/</url>
|
|
</organization>
|
|
<licenses>
|
|
<license>
|
|
<name>(Apache-2.0 OR EPL-2.0)</name>
|
|
<url>https://opensource.org/licenses/Apache-2.0,https://opensource.org/licenses/EPL-2.0</url>
|
|
<distribution>repo</distribution>
|
|
<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>
|
|
</license>
|
|
</licenses>
|
|
<scm>
|
|
<url>https://github.com/bndtools/bnd</url>
|
|
<connection>scm:git:https://github.com/bndtools/bnd.git</connection>
|
|
<developerConnection>scm:git:git@github.com:bndtools/bnd.git</developerConnection>
|
|
<tag>5.1.1.REL</tag>
|
|
</scm>
|
|
<developers>
|
|
<developer>
|
|
<id>pkriens</id>
|
|
<email>Peter.Kriens@aQute.biz</email>
|
|
<name>Peter Kriens</name>
|
|
<organization>Bndtools</organization>
|
|
<organizationUrl>https://github.com/bndtools</organizationUrl>
|
|
<roles>
|
|
<role>architect</role>
|
|
<role>developer</role>
|
|
</roles>
|
|
<timezone>1</timezone>
|
|
</developer>
|
|
<developer>
|
|
<id>bjhargrave</id>
|
|
<name>BJ Hargrave</name>
|
|
<email>bj@bjhargrave.com</email>
|
|
<url>https://github.com/bjhargrave</url>
|
|
<organization>IBM</organization>
|
|
<organizationUrl>https://developer.ibm.com</organizationUrl>
|
|
<roles>
|
|
<role>developer</role>
|
|
</roles>
|
|
<timezone>America/New_York</timezone>
|
|
</developer>
|
|
</developers>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.osgi</groupId>
|
|
<artifactId>osgi.annotation</artifactId>
|
|
<version>7.0.0</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.slf4j</groupId>
|
|
<artifactId>slf4j-api</artifactId>
|
|
<version>1.7.25</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.osgi</groupId>
|
|
<artifactId>org.osgi.util.function</artifactId>
|
|
<version>1.1.0</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.osgi</groupId>
|
|
<artifactId>org.osgi.util.promise</artifactId>
|
|
<version>1.1.1</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.osgi</groupId>
|
|
<artifactId>osgi.core</artifactId>
|
|
<version>6.0.0</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|