<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>OSS-EAI.server</groupId> <artifactId>parent</artifactId> <version>2.0.0-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> <artifactId>Core.CommonLib</artifactId> <packaging>jar</packaging> <name>OSS-EAI :: Server :: Core.CommonLib</name> <build> <extensions> <extension> <groupId>OSS-EAI.server</groupId> <artifactId>build-tools</artifactId> <version>1.0</version> </extension> </extensions> </build> <dependencies> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-core</artifactId> </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-spring</artifactId> </dependency> <dependency> <groupId>com.jcraft</groupId> <artifactId>jsch</artifactId> </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test</artifactId> </dependency> <dependency> <groupId>net.arnx</groupId> <artifactId>jsonic</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> </dependency> <!-- logging --> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-servlet_2.5_spec</artifactId> <scope>provided</scope> </dependency> </dependencies> </project>