Skip to content

Commit eef3f6b

Browse files
committed
Telerivet Compilation errors
1 parent fab8d62 commit eef3f6b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openjdk:8
1+
FROM adoptopenjdk/openjdk11
22
EXPOSE 9191
33

44
COPY build/libs/*.jar .

build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ dependencies {
6262
implementation('org.drizzle.jdbc:drizzle-jdbc:1.3')
6363
implementation('com.infobip:infobip-api-java-client:1.1.0')
6464
implementation('com.telerivet:TelerivetAPIClient:1.5.0')
65+
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.6.0'
66+
implementation 'org.json:json:20210307'
6567
testImplementation("org.springframework.boot:spring-boot-starter-test")
6668
}
6769

0 commit comments

Comments
 (0)