Skip to content

Commit

Permalink
Add missing libs
Browse files Browse the repository at this point in the history
  • Loading branch information
yamelsenih committed Sep 26, 2024
1 parent 1505b49 commit 917336f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ dependencies {
implementation "${baseGroupId}:adempiere-grpc-utils:1.5.1"
// AWS3 Connector to use as File Storagee (https://central.sonatype.com/artifact/io.github.adempiere/adempiere-s3-connector)
implementation "${baseGroupId}:adempiere-s3-connector:1.0.4"
implementation "${baseGroupId}:adempiere-jwt-token:1.0.3"
implementation "io.jsonwebtoken:jjwt-api:0.12.6"
implementation "io.jsonwebtoken:jjwt-impl:0.12.6"
implementation "io.jsonwebtoken:jjwt-jackson:0.12.6"

// Others
compileOnly 'org.apache.tomcat:annotations-api:6.0.53'
Expand Down
4 changes: 2 additions & 2 deletions docker-compose/.env
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ POSTGRES_PASSWORD="adempiere"
POSTGRES_VOLUME="${STACK_NAME}.volume_postgres"

# Adempiere UI ZK
ADEMPIERE_ZK_IMAGE="openls/adempiere-zk-ui:jetty-1.1.6"
ADEMPIERE_ZK_IMAGE="openls/adempiere-zk-ui:jetty-alpine-1.2.0"
ADEMPIERE_ZK_HOST="${STACK_NAME}.adempiere.zk"
ADEMPIERE_ZK_INTERNAL_PORT=8080
ADEMPIERE_ZK_EXTERNAL_PORT=${ADEMPIERE_ZK_INTERNAL_PORT}
Expand All @@ -27,7 +27,7 @@ ADEMPIERE_ZK_DB_NAME="adempiere"
ADEMPIERE_ZK_DB_PASSWORD=${POSTGRES_PASSWORD}

# ADempiere gRPC Template
GRPC_SERVER_IMAGE="openls/adempiere-report-engine-service:1.1.3"
GRPC_SERVER_IMAGE="openls/adempiere-report-engine-service:alpine-1.1.3"
GRPC_SERVER_HOST="${STACK_NAME}.adempiere.grpc.service"
GRPC_SERVER_INTERNAL_PORT=50059
GRPC_SERVER_EXTERNAL_PORT=${GRPC_SERVER_INTERNAL_PORT}
Expand Down

0 comments on commit 917336f

Please sign in to comment.