cq-dam-handler
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.day.cq.dam</groupId> <artifactId>cq-dam-handler</artifactId> <version>5.7.8</version> </dependency>
<?xml version="1.0"?><!-- Copyright 1997-2009 Day Management AG Barfuesserplatz 6, 4001 Basel, Switzerland All Rights Reserved. This software is the confidential and proprietary information of Day Management AG, ("Confidential Information"). You shall not disclose such Confidential Information and shall use it only in accordance with the terms of the license agreement you entered into with Day. --> <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> <!-- ====================================================================== --> <!-- P A R E N T P R O J E C T D E S C R I P T I O N --> <!-- ====================================================================== --> <parent> <groupId>com.day.cq</groupId> <artifactId>parent</artifactId> <version>36</version> </parent> <!-- ====================================================================== --> <!-- P R O J E C T D E S C R I P T I O N --> <!-- ====================================================================== --> <groupId>com.day.cq.dam</groupId> <artifactId>cq-dam-handler</artifactId> <packaging>bundle</packaging> <url>https://adobe.com</url> <licenses> <license> <name>License Agreement</name> <url>http://adobe.com/go/terms</url> <distribution>repo</distribution> </license> </licenses> <organization> <name>Adobe</name> <url>http://www.adobe.com/</url> </organization> <developers> <developer> <name>Adobe</name> <email>repo@adobe.com</email> <organization>Adobe</organization> <organizationUrl>http://www.adobe.com</organizationUrl> </developer> </developers> <version>5.7.8</version> <name>Day Communique 5 DAM Asset Handler Implementation</name> <description> Bundle providing most common asset handlers </description> <properties> <gibson.version>3.0.526742</gibson.version> <afe.version>1.0.1326433.2</afe.version> <agl.version>1.0.698416.2</agl.version> <rideau.version>3.0.1349992</rideau.version> <xmpcore.version>5.0.20</xmpcore.version> <poi.version>3.8</poi.version> </properties> <scm> <connection>scm:git:git@git.corp.adobe.com:CQ/dam.git</connection> <developerConnection>scm:git:git@git.corp.adobe.com:CQ/dam.git</developerConnection> <url>https://git.corp.adobe.com/CQ/dam/tree/master/bundles/handler</url> <tag>cq-dam-handler-5.7.8</tag> </scm> <!-- ====================================================================== --> <!-- B U I L D D E F I N I T I O N --> <!-- ====================================================================== --> <build> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-scr-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.sling</groupId> <artifactId>maven-sling-plugin</artifactId> <configuration> <slingUrlSuffix>/libs/dam/install/</slingUrlSuffix> </configuration> </plugin> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <extensions>true</extensions> <configuration> <instructions> <Bundle-Category>cq5</Bundle-Category> <Embed-Dependency>*;scope=!provided|test</Embed-Dependency> <Embed-Transitive>false</Embed-Transitive> <Import-Package> junit.samples.money;resolution:=optional, junit.tests;resolution:=optional, org.jempbox.xmp;resolution:=optional, org.apache.jempbox.xmp;resolution:=optional, magick.*;resolution:=optional, org.openxmlformats.schemas.officeDocument.x2006.main;resolution:=optional, org.openxmlformats.schemas.officeDocument.x2006.math;resolution:=optional, org.openxmlformats.schemas.schemaLibrary.x2006.main;resolution:=optional, schemasMicrosoftComOfficePowerpoint;resolution:=optional, schemasMicrosoftComOfficeWord;resolution:=optional, * </Import-Package> <Private-Package> com.day.cq.dam.handler.impl.* , com.day.cq.dam.handler.gibson.fontmanager.impl, com.day.cq.dam.handler.standard.*, com.twelvemonkeys.imageio.plugins.psd.* </Private-Package> <DynamicImport-Package> org.bouncycastle, org.bouncycastle.* </DynamicImport-Package> </instructions> </configuration> </plugin> </plugins> </build> <!-- ====================================================================== --> <!-- R E P O R T I N G --> <!-- ====================================================================== --> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <excludePackageNames> com.day.cq.dam.core.impl:com.day.cq.dam.core.impl.* </excludePackageNames> </configuration> </plugin> </plugins> </reporting> <!-- ====================================================================== --> <!-- D E P E N D E N C I E S --> <!-- ====================================================================== --> <dependencies> <dependency> <groupId>com.day.cq.dam</groupId> <artifactId>cq-dam-api</artifactId> <version>5.7.16</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.day.cq.dam</groupId> <artifactId>cq-dam-commons</artifactId> <version>5.7.18</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.core</artifactId> </dependency> <dependency> <groupId>com.day.cq.dam</groupId> <artifactId>cq-dam-core</artifactId> <version>5.5.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.day.cq</groupId> <artifactId>cq-commons</artifactId> <version>5.6.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.adobe.granite</groupId> <artifactId>com.adobe.granite.asset.api</artifactId> <version>1.6</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.day.cq.dam</groupId> <artifactId>adobe-xmp</artifactId> <version>5.6.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>javax.jcr</groupId> <artifactId>jcr</artifactId> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.compendium</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.4</version> <scope>provided</scope> </dependency> <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> <version>3.2.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>1.4</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.day.commons</groupId> <artifactId>day-commons-gfx</artifactId> <version>2.0.20</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.day.commons</groupId> <artifactId>day-commons-text</artifactId> <version>1.1.5</version> <scope>provided</scope> </dependency> <!-- Gibson dependencies --> <dependency> <groupId>com.adobe.pdf</groupId> <artifactId>rideau</artifactId> <version>${rideau.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.adobe.pdf</groupId> <artifactId>aglj40</artifactId> <version>${agl.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.adobe.pdf</groupId> <artifactId>afe</artifactId> <version>${afe.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.adobe.pdf</groupId> <artifactId>pdfcore</artifactId> <version>${gibson.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.adobe.pdf</groupId> <artifactId>pdfencryption_high</artifactId> <version>${gibson.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.adobe.pdf</groupId> <artifactId>pdfservices_extraction</artifactId> <version>${gibson.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.adobe.pdf</groupId> <artifactId>pdfservices_manipulation</artifactId> <version>${gibson.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.adobe.xmp</groupId> <artifactId>xmpcore</artifactId> <version>${xmpcore.version}</version> <scope>provided</scope> </dependency> <!-- mp3 --> <dependency> <groupId>de.vdheide</groupId> <artifactId>java_mp3</artifactId> <version>0.4</version> </dependency> <!-- pict --> <dependency> <groupId>pictdraw</groupId> <artifactId>jqd</artifactId> <version>1.0</version> </dependency> <!-- psd --> <dependency> <groupId>com.twelvemonkeys</groupId> <artifactId>twelvemonkeys-core</artifactId> <version>2.2</version> </dependency> <dependency> <groupId>com.twelvemonkeys.imageio</groupId> <artifactId>twelvemonkeys-imageio-core</artifactId> <version>2.2</version> </dependency> <!-- Apache POI / MSOffice 2004 --> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>${poi.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-scratchpad</artifactId> <version>${poi.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-ooxml</artifactId> <version>${poi.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-ooxml-schemas</artifactId> <version>${poi.version}</version> <scope>provided</scope> </dependency> <!-- Workflow Processes --> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.api</artifactId> <version>2.2.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.jcr.resource</artifactId> <version>2.0.6</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.day.cq.workflow</groupId> <artifactId>cq-workflow-api</artifactId> <version>5.4.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.commons.mime</artifactId> <version>2.0.2-incubator</version> <scope>provided</scope> </dependency> <!-- Testing --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> </dependency> <dependency> <groupId>com.day.cq.workflow</groupId> <artifactId>cq-workflow-impl</artifactId> <version>5.4.0</version> <scope>test</scope> <classifier>tests</classifier> </dependency> <dependency> <groupId>com.adobe.granite</groupId> <artifactId>com.adobe.granite.test.tooling</artifactId> <version>0.0.10</version> <scope>test</scope> <exclusions> <exclusion> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.jcr.base</artifactId> </exclusion> </exclusions> </dependency> <!-- explicit version 2 to overwrite transitve vrsion 1.4 --> <dependency> <groupId>org.apache.jackrabbit</groupId> <artifactId>jackrabbit-jcr-commons</artifactId> <version>2.3.3</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.commons.testing</artifactId> <version>2.0.8</version> <scope>test</scope> <exclusions> <!-- exclude the 1.4 version--> <exclusion> <groupId>org.apache.jackrabbit</groupId> <artifactId>jackrabbit-api</artifactId> </exclusion> <exclusion> <groupId>org.apache.jackrabbit</groupId> <artifactId>jackrabbit-core</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.day.cq</groupId> <artifactId>cq-testing</artifactId> <version>5.3.0</version> <scope>test</scope> </dependency> </dependencies> </project>