Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
Reverts the fahrschein-http-simple to runtime dependency (#329)
Browse files Browse the repository at this point in the history
Although technically correct (there is no dependency at build time),
we want to expose the SimpleRequestFactory to users, which is
prohibited by gradle's interpretation of the pom.xml

#328
  • Loading branch information
otrosien authored May 10, 2022
1 parent 391c7c7 commit 04b0f41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fahrschein/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<groupId>org.zalando</groupId>
<artifactId>fahrschein-http-simple</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.zalando</groupId>
Expand Down

0 comments on commit 04b0f41

Please sign in to comment.