cpm-platform-replication-bundle
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.composum.platform</groupId> <artifactId>cpm-platform-replication-bundle</artifactId> <version>1.1.3</version> </dependency>
<?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 "> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.composum.platform</groupId> <artifactId>cpm-platform-replication</artifactId> <version>1.1.3</version> </parent> <artifactId>cpm-platform-replication-bundle</artifactId> <packaging>bundle</packaging> <name>Composum Platform Replication Bundle</name> <description>Composum Platform subproject for replicating content remotely to publish hosts Bundle</description> <properties> <bundle.name>com.composum.platform.replication</bundle.name> </properties> <build> <plugins> <plugin> <groupId>pl.project13.maven</groupId> <artifactId>git-commit-id-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <extensions>true</extensions> <configuration> <instructions> <Bundle-Category>${bundle.category}</Bundle-Category> <Bundle-SymbolicName>${bundle.name}</Bundle-SymbolicName> <Include-Resource>{maven-resources}</Include-Resource> <Export-Package>com.composum.platform.replication.*</Export-Package> <Import-Package> com.composum.sling.core.*;version="[2,5)", com.composum.sling.clientlibs.*;version="[2,5)", com.composum.sling.nodes.*;version="[2,5)", com.composum.sling.cpnl.*;version="[2,5)", org.apache.felix.shell;resolution:=optional, javax.annotation.*;version="[0,4)", * </Import-Package> <Embed-Dependency>*;scope=compile|runtime</Embed-Dependency> </instructions> </configuration> </plugin> </plugins> </build> <dependencies> <!-- Composum Platform --> <dependency> <groupId>com.composum.platform</groupId> <artifactId>composum-platform-staging-bundle</artifactId> </dependency> <dependency> <groupId>com.composum.platform</groupId> <artifactId>composum-platform-commons-bundle</artifactId> </dependency> <dependency> <groupId>com.composum.platform</groupId> <artifactId>composum-platform-security-bundle</artifactId> </dependency> <dependency> <groupId>com.composum.platform</groupId> <artifactId>composum-platform-testing-testutil</artifactId> </dependency> <!-- Composum Nodes (Core) --> <dependency> <groupId>com.composum.nodes</groupId> <artifactId>composum-nodes-commons</artifactId> </dependency> <dependency> <groupId>com.composum.nodes</groupId> <artifactId>composum-nodes-console</artifactId> </dependency> <!-- Apache Sling --> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.api</artifactId> </dependency> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.settings</artifactId> </dependency> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.commons.osgi</artifactId> </dependency> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.commons.threads</artifactId> </dependency> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.xss</artifactId> <!-- This is an evil JAR with several old versions of libraries as embedded dependencies that aren't exported and can conflict with your code. "Optional" at least means that that doesn't conflict with artifacts using a bundle that uses the sling.xss bundle. https://issues.apache.org/jira/browse/SLING-8404 --> <scope>provided</scope> <optional>true</optional> </dependency> <!-- JCR API, Jackrabbit, VLT --> <dependency> <groupId>javax.jcr</groupId> <artifactId>jcr</artifactId> </dependency> <dependency> <groupId>org.apache.jackrabbit</groupId> <artifactId>jackrabbit-api</artifactId> </dependency> <dependency> <groupId>org.apache.jackrabbit</groupId> <artifactId>jackrabbit-jcr-commons</artifactId> </dependency> <dependency> <groupId>org.apache.jackrabbit.vault</groupId> <artifactId>org.apache.jackrabbit.vault</artifactId> </dependency> <!-- JSON --> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> </dependency> <!-- Apache Commons --> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient-osgi</artifactId> </dependency> <!-- OSGi, Felix --> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.core</artifactId> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>osgi.cmpn</artifactId> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.annotation</artifactId> </dependency> <!-- Web Application API --> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> </dependency> <!-- Logging --> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> </dependency> <!-- Java Annotations --> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> </dependency> <!-- JUnit --> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.testing.sling-mock-oak</artifactId> </dependency> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.testing.sling-mock.junit4</artifactId> </dependency> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.testing.logging-mock</artifactId> </dependency> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.testing.hamcrest</artifactId> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> </dependency> </dependencies> <profiles> <profile> <id>installBundle</id> </profile> <profile> <id>installPackage</id> </profile> <profile> <id>installTestContent</id> </profile> </profiles> </project>