File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed
Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 11# #### Application Metadata
22ARG APPLICATION_NAME="carts"
33ARG VERSION="1.1.0-SNAPSHOT"
4- ARG SODA_VERSION="1.1.4"
54ARG clientVersion=19.3
65
76# ------------
87# Stage 1 : Build the application using Maven
98#
109FROM maven:3.6-jdk-11 as appbuild
1110
12- ARG SODA_VERSION
13-
14- # Get SODA Java
15- ADD https://github.com/oracle/soda-for-java/releases/download/v${SODA_VERSION}/orajsoda-${SODA_VERSION}.jar /tmp/orajsoda-${SODA_VERSION}.jar
16-
17- RUN mvn install:install-file -Dfile=/tmp/orajsoda-${SODA_VERSION}.jar -DgroupId=com.oracle.database.soda -DartifactId=soda -Dversion=${SODA_VERSION} -Dpackaging=jar
18-
1911# Create source folder
2012RUN mkdir -p /usr/src/app
2113COPY pom.xml /usr/src/app/
Original file line number Diff line number Diff line change 1- 1.5.0
1+ 1.5.1
Original file line number Diff line number Diff line change 8080 </dependency >
8181 <dependency >
8282 <groupId >com.oracle.database.soda</groupId >
83- <artifactId >soda </artifactId >
83+ <artifactId >orajsoda </artifactId >
8484 <version >${soda.version} </version >
8585 </dependency >
8686
You can’t perform that action at this time.
0 commit comments