Download org.wso2.carbon.event.processor.common-2.0.9.jar file

Introduction

You can download org.wso2.carbon.event.processor.common-2.0.9.jar in this page.

License

Open Source License

Type List

org.wso2.carbon.event.processor.common-2.0.9.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.event-processing/org.wso2.carbon.event.processor.common/pom.properties
META-INF/maven/org.wso2.carbon.event-processing/org.wso2.carbon.event.processor.common/pom.xml
org.wso2.carbon.event.processor.common.storm.component.EventPublisherBolt.class
org.wso2.carbon.event.processor.common.storm.component.EventReceiverSpout.class
org.wso2.carbon.event.processor.common.storm.component.SiddhiBolt.class
org.wso2.carbon.event.processor.common.storm.event.Event.class
org.wso2.carbon.event.processor.common.storm.manager.service.StormManagerService.class
org.wso2.carbon.event.processor.common.storm.manager.service.exception.EndpointNotFoundException.class
org.wso2.carbon.event.processor.common.storm.manager.service.exception.NotStormCoordinatorException.class
org.wso2.carbon.event.processor.common.util.AsyncEventPublisher.class
org.wso2.carbon.event.processor.common.util.AsynchronousEventBuffer.class
org.wso2.carbon.event.processor.common.util.ThroughputProbe.class

Pom

org.wso2.carbon.event.processor.common-2.0.9.pom file content.

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

    <modelVersion>4.0.0</modelVersion>
    <artifactId>org.wso2.carbon.event.processor.common</artifactId>
    <name>WSO2 Carbon - Storm Common Modules</name>
    <packaging>bundle</packaging>

    <dependencies>
        <dependency>
            <groupId>org.wso2.orbit.org.apache.storm</groupId>
            <artifactId>storm-core</artifactId>
            <version>${storm.orbit.version}</version>
        </dependency>
        <dependency>
            <groupId>org.wso2.siddhi</groupId>
            <artifactId>siddhi-core</artifactId>
            <version>${siddhi.version}</version>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.wso2.carbon</groupId>
            <artifactId>org.wso2.carbon.utils</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.wso2.orbit.com.lmax</groupId>
            <artifactId>disruptor</artifactId>
            <version>${disruptor.orbit.version}</version>
        </dependency>
        <!--<dependency>-->
            <!--<groupId>slf4j.wso2</groupId>-->
            <!--<artifactId>slf4j</artifactId>-->
        <!--</dependency>-->
        <dependency>
            <groupId>libthrift.wso2</groupId>
            <artifactId>libthrift</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.ws.commons.axiom.wso2</groupId>
            <artifactId>axiom</artifactId>
        </dependency>
        <dependency>
            <groupId>org.wso2.siddhi</groupId>
            <artifactId>siddhi-query-api</artifactId>
        </dependency>
        <dependency>
            <groupId>org.wso2.carbon.analytics-common</groupId>
            <artifactId>org.wso2.carbon.event.processor.manager.commons</artifactId>
        </dependency>
        <dependency>
            <groupId>org.wso2.carbon.analytics-common</groupId>
            <artifactId>org.wso2.carbon.event.processor.manager.core</artifactId>
        </dependency>
    </dependencies>

    <build>
        <plugins>

            <plugin>
                <groupId>org.apache.felix</groupId>
                <artifactId>maven-scr-plugin</artifactId>
                <executions>
                    <execution>
                        <id>generate-scr-scrdescriptor</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.common.*
                        </Export-Package>
                        <Import-Package>
                            !javax.xml.namespace,
                            javax.xml.namespace; version=0.0.0,
                            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.event-processing</groupId>
   <artifactId>org.wso2.carbon.event.processor.common</artifactId>
   <version>2.0.9</version>
</dependency>

Download

If you think the following org.wso2.carbon.event.processor.common-2.0.9.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.common-2.0.9.jar file




PreviousNext

Related