You can download servicemix-common-2008.01.jar in this page.
Apache License
servicemix-common-2008.01.jar file has the following types.
META-INF/DEPENDENCIES META-INF/LICENSE META-INF/MANIFEST.MF META-INF/NOTICE META-INF/maven/org.apache.servicemix/servicemix-common/pom.properties META-INF/maven/org.apache.servicemix/servicemix-common/pom.xml org.apache.servicemix.common.AbstractDeployer.class org.apache.servicemix.common.AsyncBaseLifeCycle.class org.apache.servicemix.common.BaseBootstrap.class org.apache.servicemix.common.BaseComponent.class org.apache.servicemix.common.BaseLifeCycle.class org.apache.servicemix.common.BaseServiceUnitManager.class org.apache.servicemix.common.BasicWorkManager.class org.apache.servicemix.common.Container.class org.apache.servicemix.common.DefaultBootstrap.class org.apache.servicemix.common.DefaultComponent.class org.apache.servicemix.common.DefaultServiceUnit.class org.apache.servicemix.common.Deployer.class org.apache.servicemix.common.Endpoint.class org.apache.servicemix.common.EndpointComponentContext.class org.apache.servicemix.common.EndpointDeliveryChannel.class org.apache.servicemix.common.EndpointSupport.class org.apache.servicemix.common.ExchangeProcessor.class org.apache.servicemix.common.ExternalEndpoint.class org.apache.servicemix.common.JbiConstants.class org.apache.servicemix.common.ManagementSupport.class org.apache.servicemix.common.PersistentConfiguration.class org.apache.servicemix.common.Registry.class org.apache.servicemix.common.ResolvedEndpoint.class org.apache.servicemix.common.ServiceMixComponent.class org.apache.servicemix.common.ServiceUnit.class org.apache.servicemix.common.SyncLifeCycleWrapper.class org.apache.servicemix.common.endpoints.AbstractEndpoint.class org.apache.servicemix.common.endpoints.ConsumerEndpoint.class org.apache.servicemix.common.endpoints.PollingEndpoint.class org.apache.servicemix.common.endpoints.ProviderEndpoint.class org.apache.servicemix.common.endpoints.SimpleEndpoint.class org.apache.servicemix.common.locks.LockManager.class org.apache.servicemix.common.locks.impl.SimpleLock.class org.apache.servicemix.common.locks.impl.SimpleLockManager.class org.apache.servicemix.common.osgi.EndpointExporter.class org.apache.servicemix.common.osgi.EndpointTracker.class org.apache.servicemix.common.osgi.EndpointWrapper.class org.apache.servicemix.common.osgi.EndpointWrapperImpl.class org.apache.servicemix.common.packaging.Consumes.class org.apache.servicemix.common.packaging.Provides.class org.apache.servicemix.common.packaging.ServiceUnitAnalyzer.class org.apache.servicemix.common.scheduler.ScheduleIterator.class org.apache.servicemix.common.scheduler.Scheduler.class org.apache.servicemix.common.scheduler.SchedulerTask.class org.apache.servicemix.common.security.AuthenticationService.class org.apache.servicemix.common.security.KeystoreInstance.class org.apache.servicemix.common.security.KeystoreManager.class org.apache.servicemix.common.tools.wsdl.Schema.class org.apache.servicemix.common.tools.wsdl.SchemaCollection.class org.apache.servicemix.common.tools.wsdl.WSDLFlattener.class org.apache.servicemix.common.util.DOMUtil.class org.apache.servicemix.common.util.IntrospectionSupport.class org.apache.servicemix.common.util.MessageUtil.class org.apache.servicemix.common.util.URIResolver.class org.apache.servicemix.common.util.URISupport.class org.apache.servicemix.common.util.WSAddressingConstants.class org.apache.servicemix.common.wsdl1.AbstractWsdl1Deployer.class org.apache.servicemix.common.wsdl1.JbiEndpoint.class org.apache.servicemix.common.wsdl1.JbiEndpointDeserializer.class org.apache.servicemix.common.wsdl1.JbiEndpointSerializer.class org.apache.servicemix.common.wsdl1.JbiExtension.class org.apache.servicemix.common.xbean.AbstractXBeanDeployer.class org.apache.servicemix.common.xbean.AbstractXBeanServiceUnitAnalyzer.class org.apache.servicemix.common.xbean.BaseXBeanDeployer.class org.apache.servicemix.common.xbean.ClassLoaderXmlPreprocessor.class org.apache.servicemix.common.xbean.ParentBeanFactoryPostProcessor.class org.apache.servicemix.common.xbean.SimpleBeanFactory.class org.apache.servicemix.common.xbean.XBeanServiceUnit.class org.apache.servicemix.jbi.deployer.DeployedAssembly.class
servicemix-common-2008.01.pom file content.
<?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>2008.01</version> </parent> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix-common</artifactId> <version>2008.01</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, * </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>2.1</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>1.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-javamail_1.4_spec</artifactId> <version>1.3</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.apache.felix</groupId> <artifactId>org.osgi.core</artifactId> <version>1.0.0</version> <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework.osgi</groupId> <artifactId>spring-osgi-core</artifactId> <version>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>
<dependency> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix-common</artifactId> <version>2008.01</version> </dependency>
If you think the following servicemix-common-2008.01.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download servicemix-common-2008.01.jar file