Maven Repository - POM file for OSGi org.osgi.service.obr 1.0.2 1.0.2

Summary

OSGi OBR Service API.

Declaration

Here is the list of declaration for org.osgi.service.obr. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.apache.felix</groupId>
   <artifactId>org.osgi.service.obr</artifactId>
   <version>1.0.2</version>
</dependency>

If you think this Maven repository POM file listing for org.osgi.service.obr is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Apache License.

Depends on

The org.osgi.service.obr-1.0.2 has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
OSGiorg.osgi.core 1.0.1
OSGi Service Platform Release 4 Core Interfaces and Classes.
16




Depended by

The following table lists the most popular artifacts which are depending on org.osgi.service.obr-1.0.2. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Consoleorg.apache.felix.webconsole 3.0.0
Web Based Management Console for OSGi Frameworks. See http://felix.apache.org/site/apache-felix-web-console.html for more information on this bundle.
6

Plugin

The following plugins are used in the org.osgi.service.obr-1.0.2.jar

  1. maven-bundle-plugin

Packages

The following packages are defined in the org.osgi.service.obr-1.0.2.jar

org.osgi.service.obr

POM File Source

Here is the content of the POM file.

<!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
 distributed with this work for additional information
 regarding copyright ownership.  The ASF licenses this file
 to you under the Apache License, Version 2.0 (the
 "License"); you may not use this file except in compliance
 with the License.  You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing,
 software distributed under the License is distributed on an
 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-->
<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">
  <parent>
    <groupId>org.apache.felix</groupId>
    <artifactId>felix</artifactId>
    <version>1.0.2</version>
    <relativePath>../pom/pom.xml</relativePath>
  </parent>
  <organization>
    <name>OSGi Alliance</name>
    <url>http://www.osgi.org/</url>
  </organization>
  <modelVersion>4.0.0</modelVersion>
  <name>OSGi OBR Service API</name>
  <description>OSGi OBR Service API</description>
  <artifactId>org.osgi.service.obr</artifactId>
  <version>1.0.2</version>
  <packaging>bundle</packaging>
  <dependencies>
    <dependency>
      <groupId>org.apache.felix</groupId>
      <artifactId>org.osgi.core</artifactId>
      <version>1.0.1</version>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-bundle-plugin</artifactId>
        <version>1.4.0</version>
        <extensions>true</extensions>
        <configuration>
          <instructions>
            <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
            <Export-Package>${pom.artifactId}</Export-Package>
            <Bundle-Version>1</Bundle-Version>
            <Bundle-Copyright>Copyright (c) OSGi Alliance (2000, 2008). All Rights Reserved.</Bundle-Copyright>
            <Bundle-Category>osgi</Bundle-Category>
          </instructions>
        </configuration>
      </plugin>
    </plugins>
  </build>

  <scm>
    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.osgi.service.obr-1.0.2</connection>
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.osgi.service.obr-1.0.2</developerConnection>
    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.osgi.service.obr-1.0.2</url>
  </scm>
</project>