dxa-tridion-2013sp1-provider
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.sdl.dxa</groupId> <artifactId>dxa-tridion-2013sp1-provider</artifactId> <version>1.6.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>dxa-framework</artifactId> <groupId>com.sdl.dxa</groupId> <version>1.6.0</version> <relativePath>../../dxa-framework</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>dxa-tridion-2013sp1-provider</artifactId> <name>DXA - 2013SP1 Tridion provider</name> <description>DXA Providers functionality specific for Tridion 2013SP1</description> <properties> <java-version>1.7</java-version> <dxa-bom-2013sp1.version>${project.version}</dxa-bom-2013sp1.version> </properties> <dependencyManagement> <dependencies> <dependency> <groupId>com.sdl.dxa</groupId> <artifactId>dxa-bom</artifactId> <version>${dxa-bom.version}</version> </dependency> <dependency> <groupId>com.sdl.dxa</groupId> <artifactId>dxa-bom-2013sp1</artifactId> <version>${dxa-bom-2013sp1.version}</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>net.sf.ehcache</groupId> <artifactId>ehcache</artifactId> <version>2.8.2</version> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>com.sdl.dxa</groupId> <artifactId>dxa-common-api</artifactId> </dependency> <dependency> <groupId>com.sdl.dxa</groupId> <artifactId>dxa-tridion-provider</artifactId> </dependency> <dependency> <groupId>com.tridion</groupId> <artifactId>cd_broker</artifactId> </dependency> <dependency> <groupId>com.tridion</groupId> <artifactId>cd_core</artifactId> </dependency> <dependency> <groupId>com.tridion</groupId> <artifactId>cd_dynamic</artifactId> </dependency> <dependency> <groupId>com.tridion</groupId> <artifactId>cd_linking</artifactId> </dependency> <dependency> <groupId>com.tridion</groupId> <artifactId>cd_datalayer</artifactId> </dependency> <dependency> <groupId>com.tridion</groupId> <artifactId>cd_model</artifactId> </dependency> <dependency> <groupId>com.tridion</groupId> <artifactId>cd_ambient</artifactId> </dependency> <dependency> <groupId>com.tridion</groupId> <artifactId>cd_session</artifactId> </dependency> <dependency> <groupId>com.tridion</groupId> <artifactId>cd_wrapper</artifactId> </dependency> <dependency> <groupId>com.tridion</groupId> <artifactId>cd_preview_ambient</artifactId> </dependency> <dependency> <groupId>com.tridion</groupId> <artifactId>cd_preview_web</artifactId> </dependency> <dependency> <groupId>com.tridion</groupId> <artifactId>cwd_cartridge</artifactId> </dependency> <dependency> <groupId>com.tridion</groupId> <artifactId>cwd_engine</artifactId> </dependency> <dependency> <groupId>com.tridion</groupId> <artifactId>cwd_resource</artifactId> </dependency> <dependency> <groupId>com.tridion</groupId> <artifactId>cwd_image</artifactId> </dependency> <dependency> <groupId>com.tridion</groupId> <artifactId>cd_cache</artifactId> </dependency> <!-- Third-party libraries used by Tridion Content Delivery --> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> <dependency> <groupId>com.vs.ezlicrun</groupId> <artifactId>easylicense</artifactId> </dependency> <dependency> <groupId>xalan</groupId> <artifactId>xalan</artifactId> </dependency> <dependency> <groupId>commons-configuration</groupId> <artifactId>commons-configuration</artifactId> </dependency> <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> </dependency> <dependency> <groupId>ua_parser</groupId> <artifactId>ua-parser</artifactId> </dependency> <dependency> <groupId>commons-dbcp</groupId> <artifactId>commons-dbcp</artifactId> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-orm</artifactId> </dependency> <dependency> <groupId>net.sourceforge.htmlcleaner</groupId> <artifactId>htmlcleaner</artifactId> </dependency> <dependency> <groupId>net.minidev</groupId> <artifactId>json-smart</artifactId> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> </dependency> <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> </dependency> <dependency> <groupId>commons-pool</groupId> <artifactId>commons-pool</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-jexl</artifactId> </dependency> <dependency> <groupId>org.dd4t</groupId> <artifactId>dd4t-api</artifactId> </dependency> <dependency> <groupId>org.dd4t</groupId> <artifactId>dd4t-core</artifactId> </dependency> <dependency> <groupId>org.dd4t</groupId> <artifactId>dd4t-databind</artifactId> </dependency> <dependency> <groupId>org.dd4t</groupId> <artifactId>dd4t-providers</artifactId> <classifier>2013sp1</classifier> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> <dependency> <groupId>org.jsoup</groupId> <artifactId>jsoup</artifactId> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> </dependency> <dependency> <groupId>javax.servlet.jsp</groupId> <artifactId>javax.servlet.jsp-api</artifactId> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>jstl</artifactId> </dependency> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> </dependency> <dependency> <groupId>commons-digester</groupId> <artifactId>commons-digester</artifactId> <exclusions> <exclusion> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>net.sf.ehcache</groupId> <artifactId>ehcache</artifactId> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-ehcache</artifactId> </dependency> <dependency> <groupId>org.hsqldb</groupId> <artifactId>hsqldb</artifactId> </dependency> <dependency> <groupId>org.ardverk</groupId> <artifactId>patricia-trie</artifactId> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>${java-version}</source> <target>${java-version}</target> </configuration> </plugin> </plugins> </build> </project>