<?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.twitter</groupId> <artifactId>finatra-http_2.12</artifactId> <packaging>jar</packaging> <description>finatra-http</description> <url>https://github.com/twitter/finatra</url> <version>18.5.0</version> <licenses> <license> <name>Apache 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <name>finatra-http</name> <organization> <name>com.twitter</name> <url>https://github.com/twitter/finatra</url> </organization> <scm> <url>git://github.com/twitter/finatra.git</url> <connection>scm:git://github.com/twitter/finatra.git</connection> </scm> <developers> <developer> <id>twitter</id> <name>Twitter Inc.</name> <url>https://www.twitter.com/</url> </developer> </developers> <properties> <info.apiURL>https://twitter.github.io/finatra/scaladocs/</info.apiURL> </properties> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.12.4</version> </dependency> <dependency> <groupId>com.twitter</groupId> <artifactId>finatra-jackson_2.12</artifactId> <version>18.5.0</version> </dependency> <dependency> <groupId>com.twitter</groupId> <artifactId>inject-request-scope_2.12</artifactId> <version>18.5.0</version> <scope>test</scope> </dependency> <dependency> <groupId>com.twitter</groupId> <artifactId>inject-slf4j_2.12</artifactId> <version>18.5.0</version> </dependency> <dependency> <groupId>com.twitter</groupId> <artifactId>inject-server_2.12</artifactId> <version>18.5.0</version> </dependency> <dependency> <groupId>com.twitter</groupId> <artifactId>finatra-httpclient_2.12</artifactId> <version>18.5.0</version> <scope>test</scope> </dependency> <dependency> <groupId>com.twitter</groupId> <artifactId>finatra-utils_2.12</artifactId> <version>18.5.0</version> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>1.9.5</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalacheck</groupId> <artifactId>scalacheck_2.12</artifactId> <version>1.13.4</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.12</artifactId> <version>3.0.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.specs2</groupId> <artifactId>specs2-core_2.12</artifactId> <version>2.4.17</version> <scope>test</scope> </dependency> <dependency> <groupId>org.specs2</groupId> <artifactId>specs2-junit_2.12</artifactId> <version>2.4.17</version> <scope>test</scope> </dependency> <dependency> <groupId>org.specs2</groupId> <artifactId>specs2-mock_2.12</artifactId> <version>2.4.17</version> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>1.7.21</version> <scope>test</scope> </dependency> <dependency> <groupId>com.github.spullara.mustache.java</groupId> <artifactId>compiler</artifactId> <version>0.8.18</version> <exclusions> <exclusion> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>19.0</version> </dependency> <dependency> <groupId>com.twitter</groupId> <artifactId>finagle-exp_2.12</artifactId> <version>18.5.0</version> </dependency> <dependency> <groupId>com.twitter</groupId> <artifactId>finagle-http_2.12</artifactId> <version>18.5.0</version> </dependency> <dependency> <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> <version>1.3.1</version> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.5</version> </dependency> <dependency> <groupId>com.novocode</groupId> <artifactId>junit-interface</artifactId> <version>0.11</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>com.twitter</groupId> <artifactId>finatra-http_2.12</artifactId> <version>18.5.0</version> </dependency>
com.twitter:finatra-http_2.12:18.5.0