1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

refine pom

This commit is contained in:
oblonski 2016-07-27 19:22:58 +02:00
parent 98169fddf8
commit 9f82dd122e
4 changed files with 4 additions and 20 deletions

View file

@ -13,15 +13,12 @@
<groupId>org.jfree</groupId>
<artifactId>jfreechart</artifactId>
<version>1.0.19</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jsprit-core</artifactId>
<version>${project.version}</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>

View file

@ -14,31 +14,23 @@
<groupId>${project.groupId}</groupId>
<artifactId>jsprit-instances</artifactId>
<version>${project.version}</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jsprit-core</artifactId>
<version>${project.version}</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jsprit-analysis</artifactId>
<version>${project.version}</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jsprit-io</artifactId>
<version>${project.version}</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>

View file

@ -17,23 +17,18 @@
<groupId>${project.groupId}</groupId>
<artifactId>jsprit-core</artifactId>
<version>${project.version}</version>
<type>jar</type>
<scope>provided</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>xercesImpl</artifactId>
<version>2.11.0</version>
<scope>compile</scope>
</dependency>
</dependencies>

View file

@ -109,7 +109,7 @@
</testResource>
</testResources>
<!-- <pluginManagement>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.eclipse.m2e</groupId>
@ -136,10 +136,10 @@
</configuration>
</plugin>
</plugins>
</pluginManagement>-->
</pluginManagement>
<plugins>
<!--<plugin>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.1.1</version>
<executions>
@ -168,7 +168,7 @@
</configuration>
</execution>
</executions>
</plugin>-->
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>