Maven Repository - POM file for Cache org.apache.servicemix.bundles.ehcache 2.6.8_1 2.6.8_1

Summary

Apache ServiceMix :: Bundles :: ${pkgArtifactId}.

This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file..

Declaration

Here is the list of declaration for org.apache.servicemix.bundles.ehcache. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.apache.servicemix.bundles</groupId>
   <artifactId>org.apache.servicemix.bundles.ehcache</artifactId>
   <version>2.6.8_1</version>
</dependency>

If you think this Maven repository POM file listing for org.apache.servicemix.bundles.ehcache is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Apache License.

Plugin

The following plugins are used in the org.apache.servicemix.bundles.ehcache-2.6.8_1.jar

  1. maven-shade-plugin




Packages

The following packages are defined in the org.apache.servicemix.bundles.ehcache-2.6.8_1.jar

net.sf.ehcache
net.sf.ehcache.bootstrap
net.sf.ehcache.cluster
net.sf.ehcache.concurrent
net.sf.ehcache.config
net.sf.ehcache.config.generator
net.sf.ehcache.config.generator.model
net.sf.ehcache.config.generator.model.elements
net.sf.ehcache.constructs
net.sf.ehcache.constructs.blocking
net.sf.ehcache.constructs.classloader
net.sf.ehcache.constructs.nonstop
net.sf.ehcache.constructs.nonstop.concurrency
net.sf.ehcache.constructs.nonstop.store
net.sf.ehcache.constructs.nonstop.util
net.sf.ehcache.constructs.web
net.sf.ehcache.distribution
net.sf.ehcache.distribution.jms
net.sf.ehcache.event
net.sf.ehcache.exceptionhandler
net.sf.ehcache.extension
net.sf.ehcache.hibernate
net.sf.ehcache.hibernate.ccs
net.sf.ehcache.hibernate.management.api
net.sf.ehcache.hibernate.management.impl
net.sf.ehcache.hibernate.nonstop
net.sf.ehcache.hibernate.regions
net.sf.ehcache.hibernate.strategy
net.sf.ehcache.loader
net.sf.ehcache.management
net.sf.ehcache.management.provider
net.sf.ehcache.management.sampled
net.sf.ehcache.pool
net.sf.ehcache.pool.impl
net.sf.ehcache.pool.sizeof
net.sf.ehcache.pool.sizeof.annotations
net.sf.ehcache.pool.sizeof.filter
net.sf.ehcache.search
net.sf.ehcache.search.aggregator
net.sf.ehcache.search.attribute
net.sf.ehcache.search.expression
net.sf.ehcache.search.impl
net.sf.ehcache.statistics
net.sf.ehcache.statistics.sampled
net.sf.ehcache.store
net.sf.ehcache.store.chm
net.sf.ehcache.store.compound
net.sf.ehcache.store.disk
net.sf.ehcache.store.disk.ods
net.sf.ehcache.terracotta
net.sf.ehcache.transaction
net.sf.ehcache.transaction.local
net.sf.ehcache.transaction.manager
net.sf.ehcache.transaction.manager.selector
net.sf.ehcache.transaction.xa
net.sf.ehcache.transaction.xa.commands
net.sf.ehcache.transaction.xa.processor
net.sf.ehcache.util
net.sf.ehcache.util.counter
net.sf.ehcache.util.counter.sampled
net.sf.ehcache.util.lang
net.sf.ehcache.util.ratestatistics
net.sf.ehcache.writer
net.sf.ehcache.writer.writebehind
net.sf.ehcache.writer.writebehind.operations
net.sf.ehcache.writer.writethrough




POM File Source

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/xsd/maven-4.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.bundles</groupId>
        <artifactId>bundles-pom</artifactId>
        <version>11</version>
        <relativePath>../bundles-pom/pom.xml</relativePath>
    </parent>

    <groupId>org.apache.servicemix.bundles</groupId>
    <artifactId>org.apache.servicemix.bundles.ehcache</artifactId>
    <version>2.6.8_1</version>
    <packaging>bundle</packaging>
    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>

    <properties>
        <pkgGroupId>net.sf.ehcache</pkgGroupId>
        <pkgArtifactId>ehcache</pkgArtifactId>
        <pkgVersion>2.6.8</pkgVersion>
        <pkgJmsRepVersion>0.4</pkgJmsRepVersion>
        <servicemix.osgi.export.pkg>
            net.sf.ehcache
        </servicemix.osgi.export.pkg>
        <servicemix.osgi.import.pkg>
            javax.management*,
            javax.naming*,
            javax.xml.parsers,
            org.xml.sax*,
            javax.servlet;resolution:=optional,
            javax.transaction*;resolution:=optional,
            org.hibernate*;resolution:=optional,
            org.slf4j;resolution:=optional,
            javax.jms;resolution:=optional,
            sun.misc;resolution:=optional,
            *
        </servicemix.osgi.import.pkg>
    </properties>

    <dependencies>
        <dependency>
            <groupId>${pkgGroupId}</groupId>
            <artifactId>${pkgArtifactId}-core</artifactId>
            <version>${pkgVersion}</version>
        </dependency>
        <dependency>
            <groupId>${pkgGroupId}</groupId>
            <artifactId>${pkgArtifactId}-jmsreplication</artifactId>
            <version>${pkgJmsRepVersion}</version>
            <exclusions>
                <exclusion>
                    <groupId>net.sf.ehcache</groupId>
                    <artifactId>ehcache</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>net.sf.ehcache</groupId>
                    <artifactId>ehcache-core</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>net.sf.ehcache</groupId>
                    <artifactId>ehcache-terracota</artifactId>
                </exclusion>
            </exclusions>
        </dependency>

        <!-- sources -->
        <dependency>
            <groupId>${pkgGroupId}</groupId>
            <artifactId>${pkgArtifactId}-core</artifactId>
            <version>${pkgVersion}</version>
            <classifier>sources</classifier>
        </dependency>
        <dependency>
            <groupId>${pkgGroupId}</groupId>
            <artifactId>${pkgArtifactId}-jmsreplication</artifactId>
            <version>${pkgJmsRepVersion}</version>
            <classifier>sources</classifier>
            <exclusions>
                <exclusion>
                    <groupId>net.sf.ehcache</groupId>
                    <artifactId>ehcache</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>net.sf.ehcache</groupId>
                    <artifactId>ehcache-core</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>net.sf.ehcache</groupId>
                    <artifactId>ehcache-terracota</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
    </dependencies>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-shade-plugin</artifactId>
                <executions>
                    <execution>
                        <phase>package</phase>
                        <goals>
                            <goal>shade</goal>
                        </goals>
                        <configuration>
                            <transformers>
                                <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
                                    <manifestEntries>
                                        <DynamicImport-Package>*</DynamicImport-Package>
                                    </manifestEntries>
                                </transformer>
                            </transformers>
                            <artifactSet>
                                <includes>
                                    <include>${pkgGroupId}:${pkgArtifactId}-core</include>
                                </includes>
                            </artifactSet>
                            <filters>
                                <filter>
                                    <artifact>${pkgGroupId}:${pkgArtifactId}-core</artifact>
                                    <includes>
                                        <include>ehcache-failsafe.xml</include>
                                        <include>META-INF/services/net.sf.ehcache.EhcacheInit</include>
                                    </includes>
                                </filter>
                            </filters>
                            <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
                            <createDependencyReducedPom>false</createDependencyReducedPom>
                        </configuration>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>

  <scm>
    <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.ehcache-2.6.8_1</connection>
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.ehcache-2.6.8_1</developerConnection>
    <url>http://svn.apache.org/viewvc/servicemix/smx4/bundles/tags/org.apache.servicemix.bundles.ehcache-2.6.8_1</url>
  </scm>
</project>