Skip to content

Commit

Permalink
Reorganize Tomcat 9.0 files
Browse files Browse the repository at this point in the history
  • Loading branch information
edewata committed Aug 30, 2024
1 parent 848846d commit 1753b74
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 12 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tomcat-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ jobs:
--keyAlias sslserver \
--keystoreType pkcs11 \
--keystoreProvider Mozilla-JSS
docker exec server cat /etc/pki/pki-tomcat/server.xml
- name: Start Tomcat
run: |
Expand Down Expand Up @@ -206,6 +207,11 @@ jobs:
run: |
docker exec server pki-server remove -v
- name: Check PKI server systemd journal
if: always()
run: |
docker exec server journalctl -x --no-pager -u pki-tomcatd@pki-tomcat.service
- name: Gather artifacts from server container
if: always()
run: |
Expand Down
12 changes: 12 additions & 0 deletions tomcat-9.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@

<dependencies>

<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-catalina</artifactId>
<version>9.0.83</version>
</dependency>

<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-coyote</artifactId>
<version>9.0.62</version>
</dependency>

<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-juli</artifactId>
Expand Down
12 changes: 0 additions & 12 deletions tomcat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,6 @@

<dependencies>

<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-catalina</artifactId>
<version>9.0.83</version>
</dependency>

<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-coyote</artifactId>
<version>9.0.62</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jss-base</artifactId>
Expand Down

0 comments on commit 1753b74

Please sign in to comment.