mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
pom
This commit is contained in:
parent
3581d6e097
commit
2b8aa6db40
71 changed files with 598 additions and 4 deletions
Binary file not shown.
|
|
@ -0,0 +1 @@
|
|||
4ed19f8a009f08d5764cb1db984bde6b
|
||||
|
|
@ -0,0 +1 @@
|
|||
6deced0b0ac355ffd24bf90ff07315ea781f75c8
|
||||
Binary file not shown.
|
|
@ -0,0 +1 @@
|
|||
704ca5347302d9c2a2d464bad7806b01
|
||||
|
|
@ -0,0 +1 @@
|
|||
baacf7e8ac48cacfe9d476de24da07e452900f88
|
||||
Binary file not shown.
|
|
@ -0,0 +1 @@
|
|||
82acbb321d545a456cb16e5b9a447b23
|
||||
|
|
@ -0,0 +1 @@
|
|||
91e1bcfd4fd8ce0d81605dcd11a9743e5939890e
|
||||
|
|
@ -0,0 +1,60 @@
|
|||
<!--
|
||||
Copyright (C) 2013 Stefan Schroeder
|
||||
|
||||
This program is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU General Public License
|
||||
as published by the Free Software Foundation; either version 2
|
||||
of the License, or (at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
||||
Contributors:
|
||||
Stefan Schroeder - initial API and implementation
|
||||
-->
|
||||
<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">
|
||||
<parent>
|
||||
<groupId>jsprit</groupId>
|
||||
<artifactId>jsprit-project</artifactId>
|
||||
<version>0.0.1</version>
|
||||
<relativePath>../jsprit-project/pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>jsprit-core</artifactId>
|
||||
<name>jsprit-core</name>
|
||||
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-math</artifactId>
|
||||
<version>2.2</version>
|
||||
<type>jar</type>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>commons-configuration</groupId>
|
||||
<artifactId>commons-configuration</artifactId>
|
||||
<version>1.9</version>
|
||||
<type>jar</type>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>xerces</groupId>
|
||||
<artifactId>xerces</artifactId>
|
||||
<version>2.4.0</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
|
||||
|
||||
</project>
|
||||
|
|
@ -0,0 +1 @@
|
|||
9b6400884326fe7a32088a0120918d1b
|
||||
|
|
@ -0,0 +1 @@
|
|||
922fcf97e65e037a036a89aff03330b9b74eea16
|
||||
Loading…
Add table
Add a link
Reference in a new issue