dxa-module-tridion-docs-mashup
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.sdl.dxa.modules</groupId> <artifactId>dxa-module-tridion-docs-mashup</artifactId> <version>2.3.2</version> </dependency>
<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.sdl.dxa.modules</groupId> <artifactId>dxa-modules</artifactId> <version>2.3.2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>dxa-module-tridion-docs-mashup</artifactId> <name>DXA Modules - Tridion Docs Mashup</name> <description>Implementation of DXA Tridion Docs Mashup module</description> <scm> <url>https://github.com/sdl/dxa-modules</url> <connection>scm:git:git@github.com:sdl/dxa-modules.git</connection> <developerConnection>scm:git:git@github.com:sdl/dxa-modules.git</developerConnection> <tag>DXA_2.3.2</tag> </scm> <dependencies> <dependency> <groupId>com.sdl.dxa</groupId> <artifactId>dxa-tridion-provider</artifactId> </dependency> <dependency> <groupId>com.sdl.dxa</groupId> <artifactId>dxa-common-api</artifactId> </dependency> <dependency> <groupId>jakarta.servlet</groupId> <artifactId>jakarta.servlet-api</artifactId> <scope>provided</scope> </dependency> <!-- Test dependencies --> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-junit-jupiter</artifactId> </dependency> </dependencies> </project>