Show
hide
<?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>fr.iscpif.gridscale.bundle</groupId>
<artifactId>egi_2.12</artifactId>
<packaging>bundle</packaging>
<description>egi</description>
<url>https://github.com/openmole/gridscale</url>
<version>1.93</version>
<licenses>
<license>
<name>Affero GPLv3</name>
<url>http://www.gnu.org/licenses/</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>egi</name>
<organization>
<name>fr.iscpif.gridscale.bundle</name>
<url>https://github.com/openmole/gridscale</url>
</organization>
<scm>
<url>https://github.com/openmole/gridscale.git</url>
<connection>scm:git:git@github.com:openmole/gridscale.git</connection>
</scm>
<!-- Developer contact information -->
<developers>
<developer>
<id>romainreuillon</id>
<name>Romain Reuillon</name>
<url>https://github.com/romainreuillon/</url>
</developer>
<developer>
<id>jopasserat</id>
<name>Jonathan Passerat-Palmbach</name>
<url>https://github.com/jopasserat/</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.2</version>
</dependency>
<dependency>
<groupId>fr.iscpif.gridscale</groupId>
<artifactId>egi_2.12</artifactId>
<version>1.93</version>
</dependency>
<dependency>
<groupId>fr.iscpif.gridscale.bundle</groupId>
<artifactId>gridscale_2.12</artifactId>
<version>1.93</version>
</dependency>
<dependency>
<groupId>fr.iscpif.gridscale</groupId>
<artifactId>http_2.12</artifactId>
<version>1.93</version>
</dependency>
<dependency>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-xml_2.12</artifactId>
<version>1.0.6</version>
</dependency>
</dependencies>
</project>
|