cq-mcm-exacttarget-integration
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.day.cq.mcm</groupId> <artifactId>cq-mcm-exacttarget-integration</artifactId> <version>1.0.14</version> </dependency>
<?xml version="1.0"?> <!-- ************************************************************************ ADOBE CONFIDENTIAL ___________________ Copyright 2011 Adobe Systems Incorporated All Rights Reserved. NOTICE: All information contained herein is, and remains the property of Adobe Systems Incorporated and its suppliers, if any. The intellectual and technical concepts contained herein are proprietary to Adobe Systems Incorporated and its suppliers and are protected by trade secret or copyright law. Dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained from Adobe Systems Incorporated. ************************************************************************ --> <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>34</version> </parent> <!-- ====================================================================== --> <!-- P R O J E C T D E S C R I P T I O N --> <!-- ====================================================================== --> <groupId>com.day.cq.mcm</groupId> <artifactId>cq-mcm-exacttarget-integration</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>1.0.14</version> <name>Day Communique 5 MCM ExactTarget Integration</name> <description> External Email Provider Interface implementation for ExactTarget </description> <scm> <connection>scm:git:git@git.corp.adobe.com:CQ5/cq5.git</connection> <developerConnection>scm:git:git@git.corp.adobe.com:CQ5/cq5.git</developerConnection> <url>https://git.corp.adobe.com/CQ5/cq5/tree/master/content/jcr_root/libs/mcm/exacttarget/src/exacttarget-integration</url> <tag>cq-mcm-exacttarget-integration-1.0.14</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/mcm/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>cq-mcm-exacttarget-wsclient,wss4j,axis,jaxrpc-api,wsdl4j,xmlsec,commons-discovery,saaj-api</Embed-Dependency> <Export-Package> com.day.cq.mcm.exacttarget </Export-Package> <Import-Package> !com.sun.jimi.core.*,!com.sun.net.ssl.*,!javax.jms.*,!org.apache.axis.message.addressing.*,!org.apache.bsf.*,!org.apache.commons.net.pop3.*,!org.apache.commons.net.smtp.*,!org.apache.ws.policy.*,!org.apache.xml.dtm.*,!org.apache.xml.utils.*,!org.apache.xpath.*,!org.bouncycastle.asn1.*,!org.exolab.castor.xml.*,!org.opensaml.*,!sun.awt.image.codec.*,!sun.security.provider.*,!sun.security.util.*,* </Import-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>--> <!--</excludePackageNames>--> </configuration> </plugin> </plugins> </reporting> <!-- ====================================================================== --> <!-- D E P E N D E N C I E S --> <!-- ====================================================================== --> <dependencies> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.api</artifactId> <version>2.0.4-incubator</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.servlets.post</artifactId> <version>2.0.4-incubator</version> <scope>provided</scope> </dependency> <dependency> <groupId>javax.jcr</groupId> <artifactId>jcr</artifactId> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.compendium</artifactId> </dependency> <dependency> <groupId>org.apache.jackrabbit</groupId> <artifactId>jackrabbit-jcr-commons</artifactId> <version>2.2.0</version> <scope>provided</scope> </dependency> <!-- security stuff --> <dependency> <groupId>com.day.cq</groupId> <artifactId>cq-security-api</artifactId> <version>5.4.2</version> <scope>provided</scope> </dependency> <!-- Replication --> <!--dependency> <groupId>com.adobe.granite</groupId> <artifactId>com.adobe.granite.replication.core</artifactId> <version>5.5.10</version> <scope>provided</scope> </dependency--> <!-- MCM Core --> <dependency> <groupId>com.day.cq.mcm</groupId> <artifactId>cq-mcm-core</artifactId> <version>5.6.4</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.day.cq.mcm</groupId> <artifactId>cq-mcm-exacttarget-wsclient</artifactId> <version>1.0.2</version> </dependency> <dependency> <groupId>com.day.cq.mcm</groupId> <artifactId>cq-mcm-emailprovider</artifactId> <version>1.0.12</version> </dependency> <dependency> <groupId>com.day.cq</groupId> <artifactId>cq-mailer</artifactId> <version>5.6.2</version> </dependency> <!-- Apache Axis--> <dependency> <groupId>org.apache.axis</groupId> <artifactId>axis</artifactId> <version>1.4</version> </dependency> <dependency> <groupId>javax.xml</groupId> <artifactId>jaxrpc-api</artifactId> <version>1.1</version> </dependency> <dependency> <groupId>commons-discovery</groupId> <artifactId>commons-discovery</artifactId> <version>0.2</version> </dependency> <dependency> <groupId>commons-httpclient</groupId> <artifactId>commons-httpclient</artifactId> <version>3.1</version> </dependency> <dependency> <groupId>wsdl4j</groupId> <artifactId>wsdl4j</artifactId> <version>1.6.2</version> </dependency> <dependency> <groupId>xml-security</groupId> <artifactId>xmlsec</artifactId> <version>1.3.0</version> </dependency> <dependency> <groupId>wss4j</groupId> <artifactId>wss4j</artifactId> <version>1.5.1</version> </dependency> <dependency> <groupId>javax.xml.soap</groupId> <artifactId>saaj-api</artifactId> <version>1.3.3</version> </dependency> <dependency> <groupId>com.day.cq.wcm</groupId> <artifactId>cq-wcm-api</artifactId> <version>5.4.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.day.cq.wcm</groupId> <artifactId>cq-wcm-commons</artifactId> <version>5.4.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.day.cq.wcm</groupId> <artifactId>cq-wcm-foundation</artifactId> <version>5.6.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.day.cq</groupId> <artifactId>cq-commons</artifactId> <version>5.5.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>javax.xml.soap</groupId> <artifactId>saaj-api</artifactId> <version>1.3.3</version> </dependency> <!--dependency> <groupId>com.day.cq</groupId> <artifactId>cq-statistics</artifactId> <version>5.4.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.day.cq</groupId> <artifactId>cq-polling-importer</artifactId> <version>5.4.0</version> <scope>provided</scope> </dependency--> <dependency> <groupId>com.day.cq.wcm</groupId> <artifactId>cq-wcm-webservice-support</artifactId> <version>5.6.4</version> <scope>provided</scope> </dependency> <!-- =============================================================== --> <!-- T E S T D E P E N D E N C I E S --> <!-- =============================================================== --> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> </dependency> <dependency> <groupId>org.jmock</groupId> <artifactId>jmock-junit4</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> </dependencies> </project>