cq-wcm-mobile-qrcode
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.day.cq.wcm</groupId> <artifactId>cq-wcm-mobile-qrcode</artifactId> <version>5.6.2</version> </dependency>
<?xml version="1.0"?> <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 --> <!-- ======================================================================= --> <parent> <groupId>com.day.cq</groupId> <artifactId>parent</artifactId> <version>31</version> </parent> <!-- ======================================================================= --> <!-- P R O J E C T --> <!-- ======================================================================= --> <groupId>com.day.cq.wcm</groupId> <artifactId>cq-wcm-mobile-qrcode</artifactId> <version>5.6.2</version> <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> <name>Mobile QR Code Generator</name> <description> Adobe Mobile QR Code Components </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/wcm/mobile/src/qrcode</url> <tag>cq-wcm-mobile-qrcode-5.6.2</tag> </scm> <!-- ======================================================================= --> <!-- B U I L D --> <!-- ======================================================================= --> <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/wcm/mobile/install/</slingUrlSuffix> </configuration> </plugin> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <extensions>true</extensions> <configuration> <instructions> <Bundle-Category>cq5-wcm</Bundle-Category> <Export-Package> </Export-Package> <Private-Package> com.adobe.cq.wcm.mobile.qrcode.*, com.google.zxing.* </Private-Package> </instructions> </configuration> </plugin> </plugins> </build> <!-- ======================================================================= --> <!-- D E P E N D E N C I E S --> <!-- ======================================================================= --> <dependencies> <!-- JCR dependencies --> <dependency> <groupId>javax.jcr</groupId> <artifactId>jcr</artifactId> <version>2.0</version> </dependency> <!-- Felix dependencies --> <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.osgi.core</artifactId> <version>1.2.0</version> </dependency> <!-- Day/CQ dependencies --> <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> </dependency> <dependency> <groupId>com.day.cq</groupId> <artifactId>cq-commons</artifactId> <version>5.4.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.day.commons</groupId> <artifactId>day-commons-gfx</artifactId> <version>2.0.16</version> </dependency> <!-- Sling dependencies --> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.api</artifactId> <version>2.0.6</version> <scope>provided</scope> </dependency> <!-- Servlet api --> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> </dependency> </dependencies> </project>