magnolia-virtualUriMapping-builder
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.merkle.oss.magnolia</groupId> <artifactId>magnolia-virtualUriMapping-builder</artifactId> <version>1.6.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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.merkle.oss.magnolia</groupId> <artifactId>magnolia-dynamic-builder</artifactId> <version>1.6.2</version> </parent> <artifactId>magnolia-virtualUriMapping-builder</artifactId> <dependencies> <dependency> <groupId>com.merkle.oss.magnolia</groupId> <artifactId>magnolia-dynamic-builder-common</artifactId> </dependency> <!-- Magnolia --> <dependency> <groupId>info.magnolia</groupId> <artifactId>magnolia-core</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>info.magnolia.core</groupId> <artifactId>magnolia-virtual-uri</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>jakarta.servlet</groupId> <artifactId>jakarta.servlet-api</artifactId> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> </dependency> <!-- TESTING DEPENDENCIES --> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> </dependencies> </project>