heroku-http-play_2.10
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.heroku.api</groupId> <artifactId>heroku-http-play_2.10</artifactId> <version>0.16</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>heroku-api-parent</artifactId> <groupId>com.heroku.api</groupId> <version>0.16</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>heroku-http-play_2.10</artifactId> <repositories> <repository> <id>typesafe</id> <url>http://repo.typesafe.com/typesafe/maven-releases/</url> </repository> </repositories> <dependencies> <dependency> <groupId>com.heroku.api</groupId> <artifactId>heroku-api</artifactId> <version>${project.parent.version}</version> </dependency> <dependency> <groupId>play</groupId> <artifactId>play_2.10</artifactId> <version>2.1.0</version> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.10.0</version> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>net.alchim31.maven</groupId> <artifactId>scala-maven-plugin</artifactId> <executions> <execution> <id>scala-compile-first</id> <phase>process-resources</phase> <goals> <goal>add-source</goal> <goal>compile</goal> </goals> </execution> <execution> <id>scala-test-compile</id> <phase>process-test-resources</phase> <goals> <goal>testCompile</goal> </goals> </execution> </executions> <configuration> <!-- no luck <vscaladocVersion>1.1</vscaladocVersion> --> <scalaVersion>2.10.0</scalaVersion> </configuration> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.10.0</version> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-compiler</artifactId> <version>2.10.0</version> </dependency> </dependencies> </plugin> </plugins> <extensions> <extension> <groupId>org.springframework.build.aws</groupId> <artifactId>org.springframework.build.aws.maven</artifactId> <version>3.0.0.RELEASE</version> </extension> </extensions> </build> </project>