<?xml version="1.0" encoding="UTF-8"?>
<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">
    
    <modelVersion>4.0.0</modelVersion>
    
    <parent>
        <artifactId>jcc-camel-provider</artifactId>
        <groupId>org.mobicents.resources</groupId>
        <version>1.2.7.GA</version>
    </parent>
    
    <artifactId>jcc-camel</artifactId>
    <groupId>org.mobicents.resources</groupId>
    
    <name>Mobicents :: Resources :: ${pom.artifactId}</name>
    
    <dependencies>
        <dependency>
            <groupId>concurrent</groupId>
            <artifactId>concurrent</artifactId>
            <scope>provided</scope>
            <version>1.3.4</version>
        </dependency>
        <dependency>
            <groupId>log4j</groupId>
            <artifactId>log4j</artifactId>
            <version>1.2.14</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>javax.csapi.cc</groupId>
            <artifactId>jcc</artifactId>
            <version>1.1</version>
        </dependency>
        <dependency>
            <groupId>org.mobicents.core</groupId>
            <artifactId>mobicents-core-jar</artifactId>
            <version>${pom.version}</version>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>3.8.2</version>
        </dependency>
    </dependencies>
    
    <build>
        <plugins>
            <plugin>
                <artifactId>maven-compiler-plugin</artifactId>
                <version>2.0.2</version>
                <configuration>
                    <source>1.5</source>
                    <target>1.5</target>
                </configuration>
            </plugin>
        </plugins>
    </build>
    
</project>
