tip_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.gu</groupId>
<artifactId>tip_2.13</artifactId>
<version>0.6.4</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.gu</groupId>
<artifactId>tip_2.13</artifactId>
<packaging>jar</packaging>
<description>Scala library for testing in production.</description>
<url>https://github.com/guardian/tip</url>
<version>0.6.4</version>
<licenses>
<license>
<name>LGPL3</name>
<url>https://www.gnu.org/licenses/lgpl-3.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>tip</name>
<organization>
<name>com.gu</name>
<url>https://github.com/guardian/tip</url>
</organization>
<scm>
<url>https://github.com/guardian/tip</url>
<connection>scm:git@github.com:guardian/tip.git</connection>
</scm>
<developers>
<developer>
<id>mario-galic</id>
<name>Mario Galic</name>
<url>https://github.com/mario-galic</url>
</developer>
<developer>
<id>jacobwinch</id>
<name>Jacob Winch</name>
<url>https://github.com/jacobwinch</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.4</version>
</dependency>
<dependency>
<groupId>com.typesafe.scala-logging</groupId>
<artifactId>scala-logging_2.13</artifactId>
<version>3.9.2</version>
</dependency>
<dependency>
<groupId>net.liftweb</groupId>
<artifactId>lift-json_2.13</artifactId>
<version>3.4.1</version>
</dependency>
<dependency>
<groupId>com.iheart</groupId>
<artifactId>ficus_2.13</artifactId>
<version>1.4.7</version>
</dependency>
<dependency>
<groupId>net.jcazevedo</groupId>
<artifactId>moultingyaml_2.13</artifactId>
<version>0.4.2</version>
</dependency>
<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-dsl_2.13</artifactId>
<version>0.21.3</version>
</dependency>
<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-blaze-client_2.13</artifactId>
<version>0.21.3</version>
</dependency>
<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-circe_2.13</artifactId>
<version>0.21.3</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-actor_2.13</artifactId>
<version>2.6.4</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-slf4j_2.13</artifactId>
<version>2.6.4</version>
</dependency>
<dependency>
<groupId>com.softwaremill.retry</groupId>
<artifactId>retry_2.13</artifactId>
<version>0.3.3</version>
</dependency>
<dependency>
<groupId>com.softwaremill.odelay</groupId>
<artifactId>odelay-core_2.13</artifactId>
<version>0.3.2</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.13</artifactId>
<version>3.1.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-scala_2.13</artifactId>
<version>1.13.9</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>