ServiceMix :: Common.
Common library for binding component and service engines.
Here is the list of declaration for servicemix-common. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix-common</artifactId> <version>2009.02</version> </dependency>
If you think this Maven repository POM file listing for servicemix-common is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Apache License.
The servicemix-common-2009.02 has 7 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
OSGi | org.osgi.core 4.2.0 POM was created by Sonatype Nexus | 197 |
The following plugins are used in the servicemix-common-2009.02.jar
Here is the content of the POM file.
<?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"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You 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. --> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.servicemix</groupId> <artifactId>shared-libraries-pom</artifactId> <version>2009.02</version> </parent> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix-common</artifactId> <version>2009.02</version> <packaging>jar</packaging> <name>ServiceMix :: Common</name> <description>Common library for binding component and service engines</description> <properties> <servicemix.osgi.import> com.ibm.wsdl*;resolution:=optional, javax.resource.spi.work;resolution:=optional, org.apache.servicemix;resolution:=optional, org.apache.servicemix.jbi*;resolution:=optional, org.apache.servicemix.components*;resolution:=optional, org.apache.servicemix.jbi.deployer;resolution:=optional, org.apache.servicemix.executors;resolution:=optional, org.apache.servicemix.executors.impl;resolution:=optional, * </servicemix.osgi.import> <servicemix.osgi.export.pkg> org.apache.servicemix.common </servicemix.osgi.export.pkg> <servicemix.osgi.private> org.apache.servicemix.jbi.deployer </servicemix.osgi.private> </properties> <dependencies> <dependency> <groupId>org.apache.servicemix.specs</groupId> <artifactId>org.apache.servicemix.specs.jbi-api-1.0</artifactId> <version>${servicemix-specs-version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix-utils</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix-core</artifactId> <version>${servicemix-version}</version> <scope>provided</scope> <optional>true</optional> <exclusions> <exclusion> <groupId>org.springframework</groupId> <artifactId>spring-jmx</artifactId> </exclusion> <exclusion> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix-jbi</artifactId> </exclusion> <exclusion> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix-services</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.jencks</groupId> <artifactId>jencks</artifactId> <version>${jencks.version}</version> <scope>test</scope> <exclusions> <exclusion> <groupId>org.springframework</groupId> <artifactId>spring-jmx</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.xbean</groupId> <artifactId>xbean-spring</artifactId> <version>3.4.3</version> </dependency> <dependency> <groupId>org.apache.xbean</groupId> <artifactId>xbean-classloader</artifactId> <version>3.4.3</version> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> </dependency> <dependency> <groupId>wsdl4j</groupId> <artifactId>wsdl4j</artifactId> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jta_1.1_spec</artifactId> <version>1.1.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId> <version>2.0.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-javamail_1.4_spec</artifactId> <version>1.5</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-ra</artifactId> <version>${activemq-version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-core</artifactId> <version>${activemq-version}</version> <scope>test</scope> <exclusions> <exclusion> <groupId>org.apache.camel</groupId> <artifactId>camel-core</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.core</artifactId> <version>4.2.0</version> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework.osgi</groupId> <artifactId>spring-osgi-core</artifactId> <version>1.1.0</version> <scope>provided</scope> <optional>true</optional> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <workingDirectory>${basedir}</workingDirectory> <includes> <include>**/*Test.*</include> </includes> <excludes> <!-- exclude abstract test cases --> <exclude>**/Abstract*.*</exclude> <exclude>**/TransactionsTest.*</exclude> <!-- Too long to run --> <exclude>**/NewTransactionsTest.*</exclude> <!-- Requires smx-core >= 3.3 --> </excludes> </configuration> </plugin> <!-- include maven source plugin on non-release builds to get documentation generated on SNAPSHOTs --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <executions> <execution> <id>attach-sources</id> <phase>verify</phase> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>