core.instance
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.sandpolis</groupId>
<artifactId>core.instance</artifactId>
<version>0.5.0</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">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.sandpolis</groupId>
<artifactId>core.instance</artifactId>
<version>0.5.0</version>
<name>com.sandpolis.core.instance</name>
<description>com.sandpolis.core.instance module</description>
<url>https://github.com/sandpolis/com.sandpolis.core.instance</url>
<licenses>
<license>
<name>Mozilla Public License, Version 2.0</name>
<url>https://mozilla.org/MPL/2.0</url>
</license>
</licenses>
<developers>
<developer>
<id>cilki</id>
<name>Tyler Cook</name>
<email>tcc@sandpolis.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/sandpolis/com.sandpolis.core.instance.git</connection>
<developerConnection>scm:git:ssh://git@github.com/sandpolis/com.sandpolis.core.instance.git</developerConnection>
<url>https://github.com/sandpolis/com.sandpolis.core.instance</url>
</scm>
<dependencies>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
<version>4.1.70.Final</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId>
<version>4.1.70.Final</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-dns</artifactId>
<version>4.1.70.Final</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport</artifactId>
<version>4.1.70.Final</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>4.1.70.Final</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-resolver-dns</artifactId>
<version>4.1.70.Final</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.12.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.sandpolis</groupId>
<artifactId>core.foundation</artifactId>
<version>0.5.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.3.0-alpha5</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>checker-framework</artifactId>
<groupId>edu.washington.cs.types.checker</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.3.0-alpha5</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>checker-framework</artifactId>
<groupId>edu.washington.cs.types.checker</groupId>
</exclusion>
<exclusion>
<artifactId>javax.mail</artifactId>
<groupId>com.sun.mail</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>