blob: 764de554af84a5ffaaf80bf2454eeee2723fdb31 [file] [log] [blame]
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0">
<parent>
<groupId>servicemix</groupId>
<artifactId>servicemix</artifactId>
<version>2.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>servicemix</groupId>
<artifactId>servicemix-common</artifactId>
<packaging>jar</packaging>
<name>ServiceMix :: Common</name>
<description>Common library for binding component and service engines</description>
<dependencies>
<dependency>
<groupId>servicemix</groupId>
<artifactId>servicemix-jbi</artifactId>
</dependency>
<dependency>
<groupId>geronimo-spec</groupId>
<artifactId>geronimo-spec-j2ee-connector</artifactId>
</dependency>
<dependency>
<groupId>geronimo-spec</groupId>
<artifactId>geronimo-spec-jta</artifactId>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</dependency>
<dependency>
<groupId>backport-util-concurrent</groupId>
<artifactId>backport-util-concurrent</artifactId>
</dependency>
<dependency>
<groupId>mx4j</groupId>
<artifactId>mx4j</artifactId>
</dependency>
<dependency>
<groupId>servicemix</groupId>
<artifactId>jaxp</artifactId>
</dependency>
<dependency>
<groupId>wsdl4j</groupId>
<artifactId>wsdl4j</artifactId>
</dependency>
<dependency>
<groupId>org.xbean</groupId>
<artifactId>xbean-spring</artifactId>
</dependency>
<dependency>
<groupId>org.xbean</groupId>
<artifactId>xbean-server</artifactId>
</dependency>
<dependency>
<groupId>org.xbean</groupId>
<artifactId>xbean-kernel</artifactId>
</dependency>
<dependency>
<groupId>springframework</groupId>
<artifactId>spring</artifactId>
</dependency>
</dependencies>
</project>