Skip to content

Commit

Permalink
Update transitdata-common to version 1.6.6-RC (#41)
Browse files Browse the repository at this point in the history
* Update transitdata-common to version 1.6.6-RC

* Exclude com.google.guava
  • Loading branch information
thjarvin authored Nov 5, 2024
1 parent d8129b2 commit cd4cbca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ dependencies {

implementation "io.github.microutils:kotlin-logging:1.6.22"

implementation ('fi.hsl:transitdata-common:1.6.4') {
implementation ('fi.hsl:transitdata-common:1.6.6-RC') {
exclude group: 'javax.xml.bind', module: 'activation'
exclude group: 'com.google.guava', module: 'guava'
}
//Needed for Pulsar
implementation 'jaxb:activation:1.0.2'
Expand Down

0 comments on commit cd4cbca

Please sign in to comment.