Skip to content

Commit

Permalink
fix: io.vavr.control.Try dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinBetanc0urt committed Jul 24, 2024
1 parent d3931bd commit 1113af2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ dependencies {
// ADempiere Core
api "${baseGroupId}:base:${baseVersion}"
api 'org.apache.kafka:kafka_2.13:2.8.2'

// ADempiere External Libraries
implementation 'io.vavr:vavr:0.10.4' // used by org.compiere.util.DB
}

sourceSets {
Expand Down

0 comments on commit 1113af2

Please sign in to comment.