baseline_scenario-0.0.1-20180916.160444-35.pom

Checksums

MD5 e198ba6832ed7befe2c28ce38e8b6422
SHA1 51f9e96a389ec55ffadcdd35d42b83512f186fe6
SHA256 8b3ef140cd7c8080d846cb1201db57369cf912a9ffe1f46bfae2bda7aed0d2f1
SHA512 bcf7c11d85a1d2419b77a47713b10db8400c92d54541589fd2c96d44628d2ada84e47cbf4b234dc56826ea577ee8bbefb7e813b25aa91d640230010a88ac8e95

POM

<?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/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>ch.ethz.matsim</groupId>
  <artifactId>baseline_scenario</artifactId>
  <version>0.0.1-SNAPSHOT</version>
  <build>
    <extensions>
      <extension>
        <groupId>io.packagecloud.maven.wagon</groupId>
        <artifactId>maven-packagecloud-wagon</artifactId>
        <version>0.0.6</version>
      </extension>
    </extensions>
    <plugins>
      <plugin>
        <artifactId>maven-resources-plugin</artifactId>
        <version>3.0.2</version>
      </plugin>
      <plugin>
        <artifactId>maven-shade-plugin</artifactId>
        <version>3.2.0</version>
        <executions>
          <execution>
            <phase>package</phase>
            <goals>
              <goal>shade</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
  <repositories>
    <repository>
      <id>osgeo</id>
      <name>Geotools repository</name>
      <url>http://download.osgeo.org/webdav/geotools</url>
    </repository>
    <repository>
      <id>matsim-eth</id>
      <url>http://dl.bintray.com/matsim-eth/matsim</url>
    </repository>
    <repository>
      <id>matsim-eth-packagecloud</id>
      <url>https://packagecloud.io/eth-ivt/matsim/maven2</url>
    </repository>
    <repository>
      <id>eth-playgrounds-packagecloud</id>
      <url>https://packagecloud.io/eth-ivt/playgrounds/maven2</url>
    </repository>
  </repositories>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <artifactId>hamcrest-core</artifactId>
          <groupId>org.hamcrest</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
  <distributionManagement>
    <snapshotRepository>
      <id>packagecloud-eth-ivt</id>
      <url>packagecloud+https://packagecloud.io/eth-ivt/matsim</url>
    </snapshotRepository>
  </distributionManagement>
  <properties>
    <maven.compiler.source>1.8</maven.compiler.source>
    <maven.compiler.target>1.8</maven.compiler.target>
  </properties>
</project>