Created
July 12, 2016 17:32
-
-
Save soc/7ad4eb96146e4883eac8ac29db24f261 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>io.github.soc</groupId> | |
<artifactId>scala-java-time_2.11</artifactId> | |
<packaging>jar</packaging> | |
<description>scala-java-time</description> | |
<url>https://github.com/soc/scala-java-time</url> | |
<version>2.0.0-M1</version> | |
<licenses> | |
<license> | |
<name>BSD 3-Clause License</name> | |
<url>https://opensource.org/licenses/BSD-3-Clause</url> | |
<distribution>repo</distribution> | |
</license> | |
</licenses> | |
<name>scala-java-time</name> | |
<organization> | |
<name>io.github.soc</name> | |
<url>https://github.com/soc/scala-java-time</url> | |
</organization> | |
<scm> | |
<url>[email protected]:soc/scala-java-time.git</url> | |
<connection>scm:git:[email protected]:soc/scala-java-time.git</connection> | |
</scm> | |
<developers> | |
<developer> | |
<id>soc</id> | |
<name>Simon Ochsenreither</name> | |
<url>https://github.com/soc</url> | |
<role>Current developer (Scala port)</role> | |
</developer> | |
<developer> | |
<id>jodastephen</id> | |
<name>Stephen Colebourne</name> | |
<url>https://github.com/jodastephen</url> | |
<role>Original developer (Java version)</role> | |
</developer> | |
</developers> | |
<contributors> | |
<contributor> | |
<id>cquiroz</id> | |
<name>Carlos Quiroz</name> | |
<url>https://github.com/cquiroz/</url> | |
</contributor> | |
<contributor> | |
<name>Keith Harris</name> | |
<url>https://github.com/keithharris</url> | |
</contributor> | |
<contributor> | |
<name>Ludovic Hochet</name> | |
<url>https://github.com/lhochet</url> | |
</contributor> | |
<contributor> | |
<name>Pap Lorinc</name> | |
<url>https://github.com/paplorinc</url> | |
</contributor> | |
<contributor> | |
<name>Michael Nascimento Santos</name> | |
<url>https://github.com/sjmisterm</url> | |
</contributor> | |
<contributor> | |
<name>Roger Riggs</name> | |
<url>https://github.com/RogerRiggs</url> | |
</contributor> | |
<contributor> | |
<name>Siebe Schaap</name> | |
<url>https://github.com/sschaap</url> | |
</contributor> | |
<contributor> | |
<name>Sherman Shen</name> | |
</contributor> | |
</contributors> | |
<dependencies> | |
<dependency> | |
<groupId>org.scala-lang</groupId> | |
<artifactId>scala-library</artifactId> | |
<version>2.11.8</version> | |
</dependency> | |
<dependency> | |
<groupId>org.scalatest</groupId> | |
<artifactId>scalatest_2.11</artifactId> | |
<version>3.0.0-RC4</version> | |
<scope>test</scope> | |
</dependency> | |
<dependency> | |
<groupId>com.novocode</groupId> | |
<artifactId>junit-interface</artifactId> | |
<version>0.9</version> | |
<scope>test</scope> | |
</dependency> | |
<dependency> | |
<groupId>org.testng</groupId> | |
<artifactId>testng</artifactId> | |
<version>6.9.10</version> | |
<scope>test</scope> | |
</dependency> | |
</dependencies> | |
</project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment