Skip to content

Commit

Permalink
Add new spring jars and update jackson version
Browse files Browse the repository at this point in the history
  • Loading branch information
haideriqbal committed Apr 25, 2024
1 parent a81b6c5 commit 2f05daf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,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/jcl-over-slf4j-1.7.5.jar -DgroupId=org.slf4j -DartifactId=jcl-over-slf4j -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 mvn install:install-file -DcreateChecksum=true -Dpackaging=jar -Dfile=/opt/zooma_github/ols-client/lib/jackson-databind-2.7.3.jar -DgroupId=com.fasterxml.jackson.core -DartifactId=jackson-databind -Dversion=2.7.3
RUN mvn install:install-file -DcreateChecksum=true -Dpackaging=jar -Dfile=/opt/zooma_github/ols-client/lib/spring-beans-4.1.2.RELEASE.jar -DgroupId=org.springframework -DartifactId=spring-beans -Dversion=4.1.2.RELEASE
RUN mvn install:install-file -DcreateChecksum=true -Dpackaging=jar -Dfile=/Users/haideri/Downloads/spring-core-4.1.2.RELEASE.jar -DgroupId=org.springframework -DartifactId=spring-core -Dversion=4.1.2.RELEASE

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/spring-beans-4.1.2.RELEASE.jar
Binary file not shown.
Binary file added ols-client/lib/spring-core-4.1.2.RELEASE.jar
Binary file not shown.
7 changes: 6 additions & 1 deletion ols-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,12 @@
<artifactId>jackson-databind</artifactId>
<version>2.7.3</version>
</dependency>
<!-- <dependency>-->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.11.3</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.apache.commons</groupId>-->
<!-- <artifactId>commons-lang3</artifactId>-->
<!-- <version>3.4</version>-->
Expand Down

0 comments on commit 2f05daf

Please sign in to comment.