web-oauth-common
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.sdl.web</groupId>
<artifactId>web-oauth-common</artifactId>
<version>8.5.0-1092</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.web</groupId>
<artifactId>web-oauth-common</artifactId>
<version>8.5.0-1092</version>
<name>Web OAuth - Common</name>
<description>Web OAuth - Common</description>
<url>http://www.sdl.com/cd_common_maven/adf/web-oauth-common</url>
<licenses>
<license>
<name>SDL Web Developer Software and Distribution Agreement</name>
<url>https://community.sdl.com/developers/tridion_developer/w/wiki/864.sdl-web-developer-software-and-distribution-agreement</url>
</license>
</licenses>
<developers>
<developer>
<name>SDL Web</name>
<email>artifact.publishers@sdl.com</email>
<organization>SDL Group</organization>
<organizationUrl>http://www.sdl.com/</organizationUrl>
</developer>
</developers>
<scm>
<developerConnection>scm:git:ssh://git@${scm.connection.prefix.url}/tcd/adf.git/web-oauth-common</developerConnection>
<url>https://${scm.web.prefix.url}/TCD/repos/adf/web-oauth-common</url>
</scm>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.12</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.1.7</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>