Skip to content

Commit

Permalink
Bump post-align to latest to fix a crash issue
Browse files Browse the repository at this point in the history
  • Loading branch information
philiptzou committed Aug 23, 2023
1 parent 53a6a20 commit 2e4564b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .latest-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20230823013659
20230823020120
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN apt-get -q update && apt-get install -qqy python3.11-full python3.11-dev gcc
ADD https://bootstrap.pypa.io/get-pip.py /tmp/get-pip.py
RUN python3.11 /tmp/get-pip.py
RUN pip install cython==0.29.35
ARG POSTALIGN_VERSION=889295116cd5ac590e3929064551af82ee6741b4
ARG POSTALIGN_VERSION=8e2ee118261987208c17add6cef5c1270e325a4c
RUN pip install https://github.com/hivdb/post-align/archive/${POSTALIGN_VERSION}.zip

FROM hivdb/tomcat-with-nucamino:latest
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ dependencies {
implementation 'org.apache.logging.log4j:log4j-core:2.14.1'
implementation 'jakarta.ws.rs:jakarta.ws.rs-api:3.0.0'
// following three are required by Tomcat, which is not a full JEE server
implementation 'org.glassfish.jersey.containers:jersey-container-servlet:3.0.2'
implementation 'org.glassfish.jersey.inject:jersey-hk2:3.0.2'
// implementation 'org.glassfish.jersey.ext.cdi:jersey-cdi1x:3.0.2'
implementation 'org.glassfish.jersey.containers:jersey-container-servlet:3.1.3'
implementation 'org.glassfish.jersey.inject:jersey-hk2:3.1.3'
// implementation 'org.glassfish.jersey.ext.cdi:jersey-cdi1x:3.1.3'

implementation 'org.jboss.resteasy:resteasy-jaxrs:3.9.3.Final'
implementation 'org.jboss.resteasy:resteasy-servlet-initializer:3.9.3.Final'
Expand Down

0 comments on commit 2e4564b

Please sign in to comment.