Created
February 24, 2012 12:07
-
-
Save eed3si9n/1900575 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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.eed3si9n</groupId> | |
| <artifactId>sbt-appengine</artifactId> | |
| <packaging>jar</packaging> | |
| <description>sbt plugin to deploy on appengine</description> | |
| <version>0.3.2-SNAPSHOT</version> | |
| <licenses> | |
| <license> | |
| <name>MIT License</name> | |
| <url>https://github.com/sbt/sbt-appengine/blob/master/LICENSE</url> | |
| <distribution>repo</distribution> | |
| </license> | |
| </licenses> | |
| <name>sbt-appengine</name> | |
| <organization> | |
| <name>com.eed3si9n</name> | |
| </organization> | |
| <properties> | |
| <sbtVersion>0.11.2</sbtVersion> | |
| <scalaVersion>2.9.1</scalaVersion> | |
| <extraDependencyAttributes>+e:scalaVersion:#@#:+2.9.1:#@#:+revision:#@#:+0.6.0:#@#:+module:#@#:+sbt-revolver:#@#:+e:sbtVersion:#@#:+0.11.2:#@#:+organisation:#@#:+cc.spray:#@#:+branch:#@#:+@#:NULL:#@:#@#:</extraDependencyAttributes> | |
| </properties> | |
| <dependencies> | |
| <dependency> | |
| <groupId>org.scala-tools.sbt</groupId> | |
| <artifactId>sbt_2.9.1</artifactId> | |
| <version>0.11.2</version> | |
| <scope>provided</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.scala-lang</groupId> | |
| <artifactId>scala-library</artifactId> | |
| <version>2.9.1</version> | |
| <scope>provided</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.github.siasia</groupId> | |
| <artifactId>xsbt-web-plugin_2.9.1</artifactId> | |
| <version>0.11.2-0.2.10</version> | |
| <scope>compile</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>cc.spray</groupId> | |
| <artifactId>sbt-revolver</artifactId> | |
| <version>0.6.0</version> | |
| <scope>compile</scope> | |
| </dependency> | |
| </dependencies> | |
| <repositories> | |
| <repository> | |
| <id>sprayrepo</id> | |
| <name>spray repo</name> | |
| <url>http://repo.spray.cc/</url> | |
| <layout>default</layout> | |
| </repository> | |
| <repository> | |
| <id>ScalaToolsMaven2Repository</id> | |
| <name>Scala-Tools Maven2 Repository</name> | |
| <url>http://scala-tools.org/repo-releases/</url> | |
| <layout>default</layout> | |
| </repository> | |
| </repositories> | |
| </project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment