config_2.11
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.ubirch.user</groupId>
<artifactId>config_2.11</artifactId>
<version>1.0.3</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.ubirch.user</groupId>
<artifactId>config_2.11</artifactId>
<packaging>jar</packaging>
<description>user-service specific config and config tools</description>
<url>http://ubirch.com</url>
<version>1.0.3</version>
<licenses>
<license>
<name>Apache 2</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>config</name>
<organization>
<name>com.ubirch.user</name>
<url>http://ubirch.com</url>
</organization>
<scm>
<url>https://github.com/ubirch/ubirch-user-service</url>
<connection>scm:git:git@github.com:ubirch/ubirch-user-service.git</connection>
</scm>
<developers>
<developer>
<id>ubirch</id>
<name>ubirch</name>
<email>release@ubirch.com</email>
<url>http://www.ubirch.com/</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.11.12</version>
</dependency>
<dependency>
<groupId>com.ubirch.util</groupId>
<artifactId>config_2.11</artifactId>
<version>0.2.3</version>
<exclusions>
<exclusion>
<groupId>com.typesafe.scala-logging</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>ch.qos.logback</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>