mode_choice-0.0.1-20171016.145408-3.pom
Checksums
MD5
|
594f0d2504730cca9096fa503c66b773
|
SHA1
|
e63b276e7712c0d6fb8634b32df0723237de9268
|
SHA256
|
966786c6b4d4d626634c759cab67be47f582994c62eb11ca9050aa1666514c6d
|
SHA512
|
78f8cdcbb0206c7c2726610ab763b30007c92ec285e74ca413cada9f12374e7126496f9f9c8b576ac4e0479b8ca6bd88fbfd1c209c2b34cc36e41bebd672396f
|
POM
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>ch.ethz.matsim</groupId>
<artifactId>mode_choice</artifactId>
<version>0.0.1-SNAPSHOT</version>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<skipTests>false</skipTests>
</properties>
<repositories>
<!-- Needed for geotools in matsim main -->
<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>
</repositories>
<distributionManagement>
<snapshotRepository>
<id>packagecloud-eth-ivt</id>
<url>packagecloud+https://packagecloud.io/eth-ivt/matsim</url>
</snapshotRepository>
</distributionManagement>
<build>
<extensions>
<extension>
<groupId>io.packagecloud.maven.wagon</groupId>
<artifactId>maven-packagecloud-wagon</artifactId>
<version>0.0.6</version>
</extension>
</extensions>
<!-- plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.0.2</version>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.5.3</version>
<configuration>
<descriptor>src/main/assembly/assembly-release.xml</descriptor>
</configuration>
</plugin>
</plugins-->
</build>
<dependencies>
<dependency>
<groupId>org.matsim</groupId>
<artifactId>matsim</artifactId>
<version>0.10.0-eth</version>
</dependency>
<dependency>
<groupId>org.matsim.contrib</groupId>
<artifactId>dvrp</artifactId>
<version>0.10.0-eth</version>
</dependency>
<dependency>
<groupId>ch.ethz.matsim</groupId>
<artifactId>sioux_falls</artifactId>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>