Skip to content

Commit

Permalink
Merge pull request #156 from entur/gbfs-3
Browse files Browse the repository at this point in the history
Support for GBFS v3.0
  • Loading branch information
testower authored Apr 8, 2024
2 parents cc7bc7e + 7e65538 commit f241c7e
Show file tree
Hide file tree
Showing 35 changed files with 2,843 additions and 813 deletions.
14 changes: 13 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.entur.gbfs</groupId>
<artifactId>gbfs-loader-java</artifactId>
<version>2.1.10-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>

<name>gbfs-loader-java</name>
<description>Manage loading of GBFS feeds</description>
Expand Down Expand Up @@ -174,6 +174,18 @@
<version>2.35.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.3.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>24.0.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<extensions>
Expand Down
171 changes: 0 additions & 171 deletions src/main/java/org/entur/gbfs/GbfsDelivery.java

This file was deleted.

Loading

0 comments on commit f241c7e

Please sign in to comment.