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> <groupId>org.jfree</groupId>
<artifactId>jfreechart</artifactId> <artifactId>jfreechart</artifactId>
<version>1.0.19</version> <version>1.0.19</version>
<scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>${project.groupId}</groupId> <groupId>${project.groupId}</groupId>
<artifactId>jsprit-core</artifactId> <artifactId>jsprit-core</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
<type>jar</type>
<scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>

View file

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

View file

@ -17,23 +17,18 @@
<groupId>${project.groupId}</groupId> <groupId>${project.groupId}</groupId>
<artifactId>jsprit-core</artifactId> <artifactId>jsprit-core</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
<type>jar</type>
<scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>commons-configuration</groupId> <groupId>commons-configuration</groupId>
<artifactId>commons-configuration</artifactId> <artifactId>commons-configuration</artifactId>
<version>1.9</version> <version>1.9</version>
<type>jar</type>
<scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>xerces</groupId> <groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId> <artifactId>xercesImpl</artifactId>
<version>2.11.0</version> <version>2.11.0</version>
<scope>compile</scope>
</dependency> </dependency>
</dependencies> </dependencies>

View file

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