Skip to content

Commit

Permalink
Install whole spring framework
Browse files Browse the repository at this point in the history
  • Loading branch information
haideriqbal committed Apr 30, 2024
1 parent d51595e commit 83304c7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ RUN mvn install:install-file -DcreateChecksum=true -Dpackaging=jar -Dfile=/opt/z
RUN mvn install:install-file -DcreateChecksum=true -Dpackaging=jar -Dfile=/opt/zooma_github/ols-client/lib/slf4j-api-1.7.5.jar -DgroupId=org.slf4j -DartifactId=slf4j-api -Dversion=1.7.5
RUN mvn install:install-file -DcreateChecksum=true -Dpackaging=jar -Dfile=/opt/zooma_github/ols-client/lib/spring-web-4.1.2.RELEASE.jar -DgroupId=org.springframework -DartifactId=spring-web -Dversion=4.1.2.RELEASE

RUN rm -rf /root/.m2/repository/org/springframework/spring-web/4.1.2.RELEASE
RUN tar -xvzf /opt/zooma_github/ols-client/lib/spring-web-4.2.1.tar.gz -C /root/.m2/repository/org/springframework/spring-web/
RUN rm -rf /root/.m2/repository/org/springframework
RUN tar -xvzf /opt/zooma_github/ols-client/lib/springframework.tar.gz -C /root/.m2/repository/org/

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/
Expand Down
Binary file removed ols-client/lib/spring-web-4.2.1.tar.gz
Binary file not shown.
Binary file added ols-client/lib/springframework.tar.gz
Binary file not shown.

0 comments on commit 83304c7

Please sign in to comment.