Skip to content

Commit

Permalink
Move smoke tests into application
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Oct 16, 2024
1 parent 6e5defe commit 0ebe243
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,11 @@
<version>2.3.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.opentripplanner</groupId>
<artifactId>otp-client</artifactId>
<version>0.1.4</version>
</dependency>
<!-- Provides some shared serializers for Kryo. Introduces transitive dependencies on Trove, and Kryo. -->
<!-- Also provides classes for testing that a round trip through serialization reproduces the same network. -->
<dependency>
Expand Down

0 comments on commit 0ebe243

Please sign in to comment.