Skip to content

Commit

Permalink
towards 5.5.3: update matsim and matsim-repository. configure exclude…
Browse files Browse the repository at this point in the history
…s in shade-plugin.
  • Loading branch information
tschlenther committed May 18, 2021
1 parent 3709f02 commit f398bdc
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,21 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.matsim-scenarios</groupId>
<artifactId>matsim-berlin</artifactId>
<version>5.5.2</version>
<version>5.5.3</version>

<name>MATSim Open Berlin scenario project</name>
<description>MATSim Open Berlin scenario project</description>

<properties>
<!-- <matsim.version>13.0-SNAPSHOT</matsim.version>-->
<matsim.version>13.0-2020w51-SNAPSHOT</matsim.version>
<matsim.version>14.0-PR1512</matsim.version> <!-- 18.05.2021-->
</properties>

<repositories>

<!-- Repository for MATSim releases (MATSim is not on Maven central) -->
<repository>
<id>matsim</id>
<url>https://dl.bintray.com/matsim/matsim</url>
<url>https://repo.matsim.org/repository/matsim</url>
</repository>

<repository>
Expand Down Expand Up @@ -274,6 +273,16 @@
<!-- This bit merges the various GeoTools META-INF/services files -->
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
</transformers>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
</filters>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit f398bdc

Please sign in to comment.