Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
yamelsenih committed Aug 19, 2023
1 parent b20e109 commit 92e8275
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,11 @@ dependencies {
implementation "${baseGroupId}:tools:${baseVersion}"
implementation "${baseGroupId}:jasperreports:${baseVersion}"


implementation "${baseGroupId}:adempiere-business-processors:1.0.9"
implementation "${baseGroupId}:adempiere-jwt-token:1.0.2"
implementation "${baseGroupId}:adempiere-dashboard-improvements:1.0.7"
implementation "${baseGroupId}:adempiere-pos-improvements:1.0.0"
implementation "${baseGroupId}:adempiere-kafka-connector:1.0.0"
// ADempiere External Libraries
implementation 'com.github.jjYBdx4IL:ecs:1.4.2.1'
implementation 'org.telegram:telegrambots:6.0.1'
Expand Down Expand Up @@ -235,4 +239,4 @@ task createRelease(type: Copy) {
ant.checksum file: file
}
}
}
}

0 comments on commit 92e8275

Please sign in to comment.