Skip to content

Commit

Permalink
fix: three different minor versions of tomcat mixed. cleanup for smoo…
Browse files Browse the repository at this point in the history
…th runtime.
  • Loading branch information
drcgjung committed Jan 19, 2024
1 parent 475aec7 commit 2195a92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,9 @@ maven/mavencentral/org.apache.lucene/lucene-spatial-extras/8.9.0, Apache-2.0, ap
maven/mavencentral/org.apache.lucene/lucene-spatial3d/8.9.0, Apache-2.0, approved, #6140
maven/mavencentral/org.apache.solr/solr-solrj/8.9.0, Apache-2.0 AND (Apache-2.0 AND MIT), approved, #6141
maven/mavencentral/org.apache.tomcat.embed/tomcat-embed-core/9.0.83, Apache-2.0 AND (CDDL-1.0 OR GPL-2.0 WITH Classpath-exception-2.0), approved, CQ20188
maven/mavencentral/org.apache.tomcat.embed/tomcat-embed-core/9.0.84, Apache-2.0 AND (CDDL-1.0 OR GPL-2.0 WITH Classpath-exception-2.0), approved, CQ20188
maven/mavencentral/org.apache.tomcat.embed/tomcat-embed-el/9.0.83, Apache-2.0, approved, CQ20193
maven/mavencentral/org.apache.tomcat.embed/tomcat-embed-el/9.0.84, Apache-2.0, approved, CQ20193
maven/mavencentral/org.apache.tomcat.embed/tomcat-embed-websocket/9.0.83, Apache-2.0, approved, CQ20194
maven/mavencentral/org.apache.tomcat.embed/tomcat-embed-websocket/9.0.84, Apache-2.0, approved, CQ20194
maven/mavencentral/org.apache.tomcat/tomcat-annotations-api/9.0.84, , restricted, clearlydefined
maven/mavencentral/org.apache.tomcat/tomcat-annotations-api/9.0.83, Apache-2.0, approved, clearlydefined
maven/mavencentral/org.apache.yetus/audience-annotations/0.12.0, Apache-2.0, approved, clearlydefined
maven/mavencentral/org.apache.zookeeper/zookeeper-jute/3.7.2, Apache-2.0, approved, clearlydefined
maven/mavencentral/org.apache.zookeeper/zookeeper/3.7.2, Apache-2.0, approved, clearlydefined
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<spring.version>5.3.31</spring.version>
<spring.boot.version>2.7.18</spring.boot.version>
<guava.version>32.1.2-jre</guava.version>
<tomcat.version>9.0.84</tomcat.version>
<tomcat.version>9.0.83</tomcat.version>
<netty.version>4.1.94.Final</netty.version>
<jetty.version>9.4.53.v20231009</jetty.version>
<org.yaml.snakeyaml.version>2.0</org.yaml.snakeyaml.version>
Expand Down
2 changes: 1 addition & 1 deletion remoting/src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ RUN adduser \

# Environment variables
ENV TOMCAT_MAJOR=9 \
TOMCAT_VERSION=9.0.85 \
TOMCAT_VERSION=9.0.83 \
CATALINA_HOME=/opt/tomcat

RUN mkdir -p /opt
Expand Down

0 comments on commit 2195a92

Please sign in to comment.