udp-ugc-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.sdl.delivery</groupId> <artifactId>udp-ugc-api</artifactId> <version>11.5.0-1180</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-ugc-api</artifactId> <version>11.5.0-1180</version> <name>UGC - API</name> <description>User Generated Content</description> <url>http://www.rws.com/udp-common-maven/udp-common-docker/udp-common-docker-maven/udp-ugc/udp-ugc-api</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-common-docker/udp-common-docker-maven/udp-ugc/udp-ugc-api</developerConnection> <url>https://${scm.web.prefix.url}/TCD/repos/common/udp-common-maven/udp-common-docker/udp-common-docker-maven/udp-ugc/udp-ugc-api</url> </scm> <dependencies> <dependency> <groupId>com.sdl.delivery</groupId> <artifactId>udp-storage-api</artifactId> <version>11.5.0-1199</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.sdl.delivery</groupId> <artifactId>udp-adf-client</artifactId> <version>11.5.0-1204</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jsoup</groupId> <artifactId>jsoup</artifactId> <version>1.15.3</version> <scope>compile</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>javax.annotation</groupId> <artifactId>javax.annotation-api</artifactId> <version>1.3.2</version> <scope>compile</scope> </dependency> </dependencies> </project>