<?xml version="1.0" encoding="utf-8"?>
<!--
 ~ Copyright (c) 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/maven-v4_0_0.xsd">

    <parent>
        <groupId>org.wso2.carbon</groupId>
        <artifactId>cassandra-feature</artifactId>
        <version>4.1.0</version>
<relativePath>../../pom.xml</relativePath>
    </parent>

    <modelVersion>4.0.0</modelVersion>
    <artifactId>org.wso2.carbon.cassandra.server.feature</artifactId>
    <version>4.1.2</version>
    <packaging>pom</packaging>
    <name>WSO2 Carbon - Cassandra Server Feature</name>
    <url>http://wso2.org</url>
    <description>This feature contains the bundles required for Cassandra server</description>

    <dependencies>
        <dependency>
            <groupId>org.wso2.carbon</groupId>
            <artifactId>org.wso2.carbon.cassandra.server</artifactId>
            <version>${carbon.platform.patch.version.412}</version>
        </dependency>
        <dependency>
            <groupId>org.apache.cassandra.wso2</groupId>
            <artifactId>apache-cassandra</artifactId>
            <version>1.1.3.wso2v3</version>
        </dependency>
        <!--<dependency>-->
            <!--<groupId>org.hectorclient.wso2</groupId>-->
            <!--<artifactId>hector-core</artifactId>-->
            <!--<version>1.1.0.wso2v1</version>-->
        <!--</dependency>-->
        <dependency>
            <groupId>libthrift.wso2</groupId>
            <artifactId>libthrift</artifactId>
            <version>0.7.0.wso2v2</version>
        </dependency>
        <dependency>
            <groupId>org.perf4j.wso2</groupId>
            <artifactId>perf4j</artifactId>
        </dependency>
        <dependency>
            <groupId>org.cliffc.high_scale_lib.wso2</groupId>
            <artifactId>high-scale-lib</artifactId>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-log4j12</artifactId>
        </dependency>
        <dependency>
            <groupId>org.wso2.carbon</groupId>
            <artifactId>org.wso2.carbon.identity.authentication</artifactId>
        </dependency>
        <!--<dependency>-->
            <!--<groupId>org.wso2.carbon</groupId>-->
            <!--<artifactId>org.wso2.carbon.user.api</artifactId>-->
        <!--</dependency>-->
        <dependency>
            <groupId>org.wso2.carbon</groupId>
            <artifactId>org.wso2.carbon.cassandra.mgt</artifactId>
        </dependency>
        <dependency>
            <groupId>org.yaml.wso2</groupId>
            <artifactId>snakeyaml</artifactId>
        </dependency>
        <dependency>
            <groupId>com.google.guava.wso2</groupId>
            <artifactId>guava</artifactId>
        </dependency>
        <dependency>
            <groupId>com.googlecode.concurrentlinkedhashmap</groupId>
            <artifactId>concurrentlinkedhashmap-lru</artifactId>
            <version>1.3</version>
        </dependency>
        <dependency>
            <groupId>org.apache.hadoop.wso2</groupId>
            <artifactId>avro</artifactId>
        </dependency>
        <dependency>
            <groupId>org.safehaus.jug.wso2</groupId>
            <artifactId>jug</artifactId>
        </dependency>
        <dependency>
            <groupId>com.googlecode.json-simple.wso2</groupId>
            <artifactId>json-simple</artifactId>
        </dependency>
        <!--dependency>
            <groupId>org.mortbay.jetty</groupId>
            <artifactId>jetty-util</artifactId>
        </dependency-->
        <dependency>
            <groupId>org.codehaus.jackson</groupId>
            <artifactId>jackson-core-asl</artifactId>
        </dependency>
        <dependency>
            <groupId>org.codehaus.jackson</groupId>
            <artifactId>jackson-mapper-asl</artifactId>
        </dependency>
        <dependency>
            <groupId>org.wso2.carbon</groupId>
            <artifactId>org.wso2.carbon.cassandra.sharedkey</artifactId>
            <version>${carbon.platform.version}</version>
        </dependency>
        <dependency>
            <groupId>org.github.wso2</groupId>
            <artifactId>jamm</artifactId>
        </dependency>
        <dependency>
            <groupId>antlr.wso2</groupId>
            <artifactId>antlr</artifactId>
        </dependency>
	<dependency>
            <groupId>org.antlr.wso2</groupId>
            <artifactId>antlr-runtime</artifactId>
        </dependency>
        <dependency>
            <groupId>snappy-java.wso2</groupId>
            <artifactId>snappy-java</artifactId>
        </dependency>
        <dependency>
            <groupId>snaptree.wso2</groupId>
            <artifactId>snaptree</artifactId>
        </dependency>
        <dependency>
            <groupId>metrics-core.wso2</groupId>
            <artifactId>metrics-core</artifactId>
        </dependency>
	<dependency>
		<groupId>com.ning</groupId>
		<artifactId>compress-lzf</artifactId>
	</dependency>
    </dependencies>

    <build>
        <plugins>
            <plugin>
                <artifactId>maven-resources-plugin</artifactId>
                <executions>
                    <execution>
                        <id>copy-resources</id>
                        <phase>generate-resources</phase>
                        <goals>
                            <goal>copy-resources</goal>
                        </goals>
                        <configuration>
                            <outputDirectory>src/main/resources</outputDirectory>
                            <resources>
                                <resource>
                                    <directory>resources</directory>
                                    <includes>
                                        <include>conf/cassandra.yaml</include>
                                        <include>conf/cassandra-topology.properties</include>
                                        <include>p2.inf</include>
                                        <include>build.properties</include>
                                    </includes>
                                </resource>
                            </resources>
                        </configuration>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <groupId>org.wso2.maven</groupId>
                <artifactId>carbon-p2-plugin</artifactId>
                <version>${carbon.p2.plugin.version}</version>
                <executions>
                    <execution>
                        <id>4-p2-feature-generation</id>
                        <phase>package</phase>
                        <goals>
                            <goal>p2-feature-gen</goal>
                        </goals>
                        <configuration>
                            <id>org.wso2.carbon.cassandra.server</id>
                            <propertiesFile>../../../etc/feature.properties</propertiesFile>
                            <adviceFile>
                                <properties>
                                    <propertyDef>org.wso2.carbon.p2.category.type:server</propertyDef>
                                    <propertyDef>org.eclipse.equinox.p2.type.group:false</propertyDef>
                                </properties>
                            </adviceFile>
                            <bundles>
                                <bundleDef>org.wso2.carbon:org.wso2.carbon.cassandra.server:${carbon.platform.patch.version.412}</bundleDef>
                                <bundleDef>org.wso2.carbon:org.wso2.carbon.cassandra.sharedkey:${carbon.platform.version}</bundleDef>
                                <bundleDef>org.wso2.carbon:org.wso2.carbon.identity.authentication:${carbon.platform.version}</bundleDef>
                                <bundleDef>org.apache.cassandra.wso2:apache-cassandra</bundleDef>
                                <bundleDef>libthrift.wso2:libthrift</bundleDef>
                                <bundleDef>org.perf4j.wso2:perf4j</bundleDef>
                                <bundleDef>org.cliffc.high_scale_lib.wso2:high-scale-lib</bundleDef>
                                <bundleDef>org.slf4j:slf4j-api</bundleDef>
                                <bundleDef>org.slf4j:slf4j-log4j12</bundleDef>
                                <bundleDef>org.yaml.wso2:snakeyaml</bundleDef>
                                <bundleDef>com.google.guava.wso2:guava</bundleDef>
                                <bundleDef>com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru
                                </bundleDef>
                                <bundleDef>org.apache.hadoop.wso2:avro</bundleDef>
                                <bundleDef>org.safehaus.jug.wso2:jug</bundleDef>
                                <bundleDef>com.googlecode.json-simple.wso2:json-simple</bundleDef>
                                <bundleDef>org.codehaus.jackson:jackson-core-asl</bundleDef>
                                <bundleDef>org.codehaus.jackson:jackson-mapper-asl</bundleDef>
                                <bundleDef>org.github.wso2:jamm</bundleDef>
                                <bundleDef>antlr.wso2:antlr</bundleDef>
                                <bundleDef>org.antlr.wso2:antlr-runtime</bundleDef>
                                <bundleDef>snappy-java.wso2:snappy-java</bundleDef>
                                <bundleDef>snaptree.wso2:snaptree</bundleDef>
                                <bundleDef>metrics-core.wso2:metrics-core</bundleDef>
				<bundleDef>com.ning:compress-lzf</bundleDef>
                            </bundles>
                            <importFeatures>
                                <importFeatureDef>org.wso2.carbon.core.server:${wso2carbon.version}</importFeatureDef>
                            </importFeatures>

                        </configuration>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-antrun-plugin</artifactId>
                <version>1.1</version>
                <executions>
                    <execution>
                        <id>clean resources</id>
                        <phase>install</phase>
                        <configuration>
                            <tasks>
                                <delete dir="src"/>
                            </tasks>
                        </configuration>
                        <goals>
                            <goal>run</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>

     <properties>
	<carbon.platform.patch.version.412>4.1.2</carbon.platform.patch.version.412>
    </properties>

</project>
