udp-data-model-compatible
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.sdl.delivery</groupId> <artifactId>udp-data-model-compatible</artifactId> <version>12.0.0-1354</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.sdl.delivery</groupId> <artifactId>udp-data-model-compatible</artifactId> <version>12.0.0-1354</version> <name>Data - Storage Models (Compatible)</name> <description>Data - Storage Models (Compatible)</description> <url>http://www.rws.com/udp-common-maven/udp-data-root/udp-data-model-compatible</url> <licenses> <license> <name>Technology License Terms for RWS suite of products</name> <url>https://www.rws.com/legal/terms-and-conditions/rws-technology/</url> </license> </licenses> <developers> <developer> <name>RWS</name> <email>artifact.publishers@sdl.com</email> <organization>RWS Holdings for and on behalf of its affiliates and subsidiaries</organization> <organizationUrl>http://www.rws.com</organizationUrl> </developer> </developers> <scm> <developerConnection>scm:git:ssh://git@${scm.connection.prefix.url}/tcd/common.git/udp-common-maven/udp-data-root/udp-data-model-compatible</developerConnection> <url>https://${scm.web.prefix.url}/TCD/repos/common/udp-common-maven/udp-data-root/udp-data-model-compatible</url> </scm> <dependencies> <dependency> <groupId>com.sdl.delivery</groupId> <artifactId>udp-common-spring-util</artifactId> <version>12.0.0-1400</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.sdl.delivery</groupId> <artifactId>udp-storage-api</artifactId> <version>12.0.0-1384</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> <version>5.6.15.Final</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>dom4j</groupId> <artifactId>dom4j</artifactId> </exclusion> <exclusion> <groupId>javax.activation</groupId> <artifactId>javax.activation-api</artifactId> </exclusion> <exclusion> <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <version>2.14.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.14.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-jdk8</artifactId> <version>2.14.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-jsr310</artifactId> <version>2.14.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-joda</artifactId> <version>2.14.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> <version>2.14.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-afterburner</artifactId> <version>2.14.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.jayway.jsonpath</groupId> <artifactId>json-path</artifactId> <version>2.7.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>3.1.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.jboss</groupId> <artifactId>jboss-vfs</artifactId> <version>3.2.15.Final</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.36</version> <scope>compile</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>1.2.11</version> <scope>compile</scope> </dependency> <dependency> <groupId>jakarta.annotation</groupId> <artifactId>jakarta.annotation-api</artifactId> <version>1.3.5</version> <scope>compile</scope> </dependency> </dependencies> </project>