Download brooklyn-software-osgi-0.9.0.jar file

Introduction

You can download brooklyn-software-osgi-0.9.0.jar in this page.

License

Apache License

Type List

brooklyn-software-osgi-0.9.0.jar file has the following types.

META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/maven/org.apache.brooklyn/brooklyn-software-osgi/pom.properties
META-INF/maven/org.apache.brooklyn/brooklyn-software-osgi/pom.xml
karaf-logo.png
org.apache.brooklyn.entity.osgi.karaf.KarafContainer.class
org.apache.brooklyn.entity.osgi.karaf.KarafContainerImpl.class
org.apache.brooklyn.entity.osgi.karaf.KarafDriver.class
org.apache.brooklyn.entity.osgi.karaf.KarafSshDriver.class
org.osgi.jmx.Item.class
org.osgi.jmx.JmxConstants.class

Pom

brooklyn-software-osgi-0.9.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--
    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/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<packaging>jar</packaging>
    
	<artifactId>brooklyn-software-osgi</artifactId>
    
	<name>Brooklyn OSGi Software Entities</name>
	<description>
		Brooklyn entities for OSGi container software processes
	</description>
	<parent>
		<groupId>org.apache.brooklyn</groupId>
		<artifactId>brooklyn-library</artifactId>
		<version>0.9.0</version>  <!-- BROOKLYN_VERSION -->
		<relativePath>../../pom.xml</relativePath>
	</parent>

	<dependencies>
		<dependency>
			<groupId>org.apache.brooklyn</groupId>
			<artifactId>brooklyn-software-base</artifactId>
            <version>${project.version}</version>
		</dependency>
        <dependency>
            <groupId>org.apache.brooklyn</groupId>
            <artifactId>brooklyn-api</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.apache.brooklyn</groupId>
            <artifactId>brooklyn-core</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.apache.brooklyn</groupId>
            <artifactId>brooklyn-utils-common</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>com.google.guava</groupId>
            <artifactId>guava</artifactId>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.felix</groupId>
            <artifactId>org.apache.felix.framework</artifactId>
        </dependency>

        <dependency>
            <groupId>org.testng</groupId>
            <artifactId>testng</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.brooklyn</groupId>
            <artifactId>brooklyn-test-support</artifactId>
            <version>${project.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.brooklyn</groupId>
            <artifactId>brooklyn-core</artifactId>
            <version>${project.version}</version>
            <classifier>tests</classifier>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.brooklyn</groupId>
            <artifactId>brooklyn-software-base</artifactId>
            <version>${project.version}</version>
            <classifier>tests</classifier>
            <scope>test</scope>
        </dependency>
        <!-- bring in jclouds for testing -->
        <dependency>
            <groupId>org.apache.brooklyn</groupId>
            <artifactId>brooklyn-locations-jclouds</artifactId>
            <version>${project.version}</version>
            <scope>test</scope>
        </dependency>
	</dependencies>

    <build>
        <pluginManagement>
            <plugins>
                <plugin>
                    <groupId>org.apache.rat</groupId>
                    <artifactId>apache-rat-plugin</artifactId>
                    <configuration>
                        <excludes combine.children="append">
                            <!--
                                Java code that is copyright OSGi Alliance. It is included in NOTICE.
                                As the comment at the top of the Java files says:
                                "BROOKLYN NOTE: This is a verbatim copy of the original in org.osgi.enterprise-4.2.0, 
                                 reproduced here to avoid pulling in the rest of that bundle and its chain of dependencies.
                                 The only difference is this comment and the suppress warnings."
                            -->
                            <exclude>**/src/main/java/org/osgi/jmx/*</exclude>
                        </excludes>
                    </configuration>
                </plugin>
            </plugins>
        </pluginManagement>
    </build>
</project>

POM Entry

<dependency>
   <groupId>org.apache.brooklyn</groupId>
   <artifactId>brooklyn-software-osgi</artifactId>
   <version>0.9.0</version>
</dependency>

Download

If you think the following brooklyn-software-osgi-0.9.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download brooklyn-software-osgi-0.9.0.jar file




PreviousNext

Related