Skip to content

Commit

Permalink
Add commons-logging.tar.gz and aopalliance.tar.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
haideriqbal committed Apr 30, 2024
1 parent 83304c7 commit 3ad3394
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ RUN tar -xvzf /opt/zooma_github/ols-client/lib/springframework.tar.gz -C /root/.
RUN rm -rf /root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.7.3
RUN tar -xvzf /opt/zooma_github/ols-client/lib/jackson-databind-2.7.3.tar.gz -C /root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/

RUN rm -rf /root/.m2/repository/aopalliance/aopalliance/
RUN tar -xvzf /opt/zooma_github/ols-client/lib/aopalliance.tar.gz -C /root/.m2/repository/aopalliance/

RUN rm -rf /root/.m2/repository/commons-logging/commons-logging/
RUN tar -xvzf /opt/zooma_github/ols-client/lib/commons-logging.tar.gz -C /root/.m2/repository/commons-logging/


RUN cd /opt/zooma_github && mvn clean package
RUN mkdir /opt/tmp && unzip /opt/zooma_github/zooma-builder-app/target/zooma-builder.zip -d /opt/tmp
Expand Down
Binary file added ols-client/lib/aopalliance.tar.gz
Binary file not shown.
Binary file added ols-client/lib/commons-logging.tar.gz
Binary file not shown.

0 comments on commit 3ad3394

Please sign in to comment.