Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/maven/fixes/8.0' into maven/rele…
Browse files Browse the repository at this point in the history
…ase/8.0
  • Loading branch information
metaventis-build committed Feb 2, 2024
2 parents 7f4b27c + 606a639 commit 631b58c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN set -eux \
&& rm -r /var/lib/apt/lists/*

RUN set -eux \
&& echo "deb http://deb.debian.org/debian sid main" >> /etc/apt/sources.list \
&& echo "deb https://snapshot.debian.org/archive/debian/20240130T212554Z/ sid main" >> /etc/apt/sources.list \
&& apt-get update -y \
&& apt-get install -y --no-install-recommends \
openjdk-8-dbg \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN set -eux \
&& rm -r /var/lib/apt/lists/*

RUN set -eux \
&& echo "deb http://deb.debian.org/debian sid main" >> /etc/apt/sources.list \
&& echo "deb https://snapshot.debian.org/archive/debian/20240130T212554Z/ sid main" >> /etc/apt/sources.list \
&& apt-get update -y \
&& apt-get install -y --no-install-recommends \
openjdk-8-dbg \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,19 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<version>1.16.3</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>

</project>

0 comments on commit 631b58c

Please sign in to comment.