Skip to content

Commit

Permalink
exclude some unneeded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Feb 21, 2024
1 parent 89c9dfc commit dec4489
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions contribs/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
<artifactId>gtfs2matsim</artifactId>
<version>master-33809c4f0f-1</version>
<exclusions>
<!-- Exclude unneeded dependencies and these with known CVE -->
<exclusion>
<groupId>org.geotools</groupId>
<artifactId>*</artifactId>
Expand All @@ -87,6 +88,22 @@
<groupId>org.matsim</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.amazonaws</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.beust</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.graphql-java</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.postgresql</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit dec4489

Please sign in to comment.