From 78966eab61006509daa661f439fd335d84f8ae6d Mon Sep 17 00:00:00 2001 From: Aaron Walker Date: Thu, 3 Oct 2019 16:14:44 +0200 Subject: [PATCH] upgrade camel and activemq --- .gitignore | 3 +- Core/Corvus.Web/pom.xml | 5 +++ Dockerfile | 9 +--- docker-compose.yml | 1 - pom.xml | 96 ++++++++++++++++++++++------------------- 5 files changed, 59 insertions(+), 55 deletions(-) diff --git a/.gitignore b/.gitignore index 2af082e..50c577d 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ target-eclipse/ .idea/ *.iml git.properties -Dist/src/main/deploy/*-ebms.xml \ No newline at end of file +Dist/src/main/deploy/*-ebms.xml +.vscode \ No newline at end of file diff --git a/Core/Corvus.Web/pom.xml b/Core/Corvus.Web/pom.xml index b934f17..aa430c8 100644 --- a/Core/Corvus.Web/pom.xml +++ b/Core/Corvus.Web/pom.xml @@ -106,6 +106,11 @@ activemq-all + + org.apache.commons + commons-pool2 + + org.apache.camel camel-core diff --git a/Dockerfile b/Dockerfile index 57539a6..6dcbf30 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,6 @@ -FROM jentrata/jenrata-msh:tomcat9 +FROM jentrata/jentrata-msh:3 MAINTAINER Arran Ubels a.ubels@base2services.com -#install jdk to allow remote debugging -RUN apt-get update --fix-missing && \ - apt-get install -y openjdk-${JDK_VERSION}-jdk && \ - rm -rf /var/lib/apt/lists/* - ENV JENTRATA_VERSION 3.x-SNAPSHOT COPY ./Dist/target/jentrata-msh-$JENTRATA_VERSION-tomcat.tar.gz /opt @@ -18,6 +13,4 @@ RUN rm -rfv /opt/jentrata && \ ln -s $JENTRATA_HOME/webapps/corvus $TOMCAT_HOME/webapps/jentrata -ENV JAVA_HOME /usr/lib/jvm/java-${JDK_VERSION}-openjdk-amd64 - CMD ["/bin/sh", "/opt/run.sh"] \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 8c323e5..f42a581 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,7 +8,6 @@ services: posters: image: "postgres:9.5" environment: - POSTGRES_USER: jentrata POSTGRES_PASSWORD: jentrata POSTGRES_DB: jentrata DB_USER_NAME: corvus diff --git a/pom.xml b/pom.xml index 07fc9f8..718a001 100644 --- a/pom.xml +++ b/pom.xml @@ -29,9 +29,9 @@ UTF-8 ${project.version} false - 2.21.3 + 2.24.2 4.3.20.RELEASE - 5.15.7 + 5.15.10 1.7.25 @@ -75,7 +75,7 @@ - + junit junit @@ -93,18 +93,18 @@ mockito-all 1.8.5 - - - javax.servlet - servlet-api - 2.5 - - - - javax.mail - mail - 1.4.1 - + + + javax.servlet + servlet-api + 2.5 + + + + javax.mail + mail + 1.4.1 + jboss @@ -124,6 +124,12 @@ 1.4 + + org.apache.commons + commons-pool2 + 2.6.2 + + commons-fileupload commons-fileupload @@ -208,7 +214,7 @@ 42.2.5 - + mysql mysql-connector-java 8.0.13 @@ -220,35 +226,35 @@ 1.1 - - org.apache.activemq - activemq-all - ${activemq.version} - - - - org.springframework - spring-context - ${spring.version} - - - - org.apache.camel - camel-core - ${camel.version} - - - - org.apache.camel - camel-jms - ${camel.version} - - - - org.apache.camel - camel-aws - ${camel.version} - + + org.apache.activemq + activemq-all + ${activemq.version} + + + + org.springframework + spring-context + ${spring.version} + + + + org.apache.camel + camel-core + ${camel.version} + + + + org.apache.camel + camel-jms + ${camel.version} + + + + org.apache.camel + camel-aws + ${camel.version} +