Download org.wso2.carbon.event.processor.manager.commons-5.0.6.jar file

Introduction

You can download org.wso2.carbon.event.processor.manager.commons-5.0.6.jar in this page.

License

Open Source License

Type List

org.wso2.carbon.event.processor.manager.commons-5.0.6.jar file has the following types.

META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/maven/org.wso2.carbon.analytics-common/org.wso2.carbon.event.processor.manager.commons/pom.properties
META-INF/maven/org.wso2.carbon.analytics-common/org.wso2.carbon.event.processor.manager.commons/pom.xml
org.wso2.carbon.event.processor.manager.commons.transport.client.ConnectionFailureHandler.class
org.wso2.carbon.event.processor.manager.commons.transport.client.TCPEventPublisher.class
org.wso2.carbon.event.processor.manager.commons.transport.client.TCPEventPublisherConfig.class
org.wso2.carbon.event.processor.manager.commons.transport.common.EventServerUtils.class
org.wso2.carbon.event.processor.manager.commons.transport.common.StreamRuntimeInfo.class
org.wso2.carbon.event.processor.manager.commons.transport.server.ConnectionCallback.class
org.wso2.carbon.event.processor.manager.commons.transport.server.StreamCallback.class
org.wso2.carbon.event.processor.manager.commons.transport.server.TCPEventServer.class
org.wso2.carbon.event.processor.manager.commons.transport.server.TCPEventServerConfig.class
org.wso2.carbon.event.processor.manager.commons.utils.ByteSerializer.class
org.wso2.carbon.event.processor.manager.commons.utils.HostAndPort.class
org.wso2.carbon.event.processor.manager.commons.utils.Utils.class

Pom

org.wso2.carbon.event.processor.manager.commons-5.0.6.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
  ~
  ~ WSO2 Inc. 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">
    <parent>
        <artifactId>event-processor-manager</artifactId>
        <groupId>org.wso2.carbon.analytics-common</groupId>
        <version>5.0.6</version>
    </parent>


    <modelVersion>4.0.0</modelVersion>
    <artifactId>org.wso2.carbon.event.processor.manager.commons</artifactId>
    <packaging>bundle</packaging>
    <name>WSO2 Carbon - Event Processor Manager Commons</name>
    <description>Provide management functionalities for different processing modes</description>

    <dependencies>
        <dependency>
            <groupId>org.wso2.carbon</groupId>
            <artifactId>org.wso2.carbon.utils</artifactId>
        </dependency>
        <dependency>
            <groupId>org.wso2.orbit.com.lmax</groupId>
            <artifactId>disruptor</artifactId>
        </dependency>
        <dependency>
            <groupId>org.wso2.siddhi</groupId>
            <artifactId>siddhi-query-api</artifactId>
        </dependency>
    </dependencies>

    <build>
        <plugins>

            <plugin>
                <groupId>org.apache.felix</groupId>
                <artifactId>maven-scr-plugin</artifactId>
                <executions>
                    <execution>
                        <id>generate-scr-descriptor</id>
                        <goals>
                            <goal>scr</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-plugin</artifactId>
            </plugin>
            <plugin>
                <groupId>org.apache.felix</groupId>
                <artifactId>maven-bundle-plugin</artifactId>
                <extensions>true</extensions>
                <configuration>
                    <instructions>
                        <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
                        <Bundle-Name>${project.artifactId}</Bundle-Name>
                        <Export-Package>
                            org.wso2.carbon.event.processor.manager.commons.*
                        </Export-Package>
                        <Import-Package>
                            !javax.xml.namespace,
                            javax.xml.namespace; version=0.0.0,
                            org.apache.axis2,
                            com.lmax.disruptor.*;version="${disruptor.version.range}",
                            *;resolution:=optional
                        </Import-Package>
                        <DynamicImport-Package>*</DynamicImport-Package>
                    </instructions>
                </configuration>
            </plugin>
        </plugins>
    </build>

</project>

POM Entry

<dependency>
   <groupId>org.wso2.carbon.analytics-common</groupId>
   <artifactId>org.wso2.carbon.event.processor.manager.commons</artifactId>
   <version>5.0.6</version>
</dependency>

Download

If you think the following org.wso2.carbon.event.processor.manager.commons-5.0.6.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download org.wso2.carbon.event.processor.manager.commons-5.0.6.jar file




PreviousNext

Related