This is an automated email from the ASF dual-hosted git repository.
tandraschko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/deltaspike.git
The following commit(s) were added to refs/heads/master by this push:
new b55ada3a1 progress on payara-build-managed
b55ada3a1 is described below
commit b55ada3a1ad3dbcbd746af4472bef9551f74bcb6
Author: Thomas Andraschko <[email protected]>
AuthorDate: Tue Feb 27 10:21:07 2024 +0100
progress on payara-build-managed
---
deltaspike/parent/code/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/deltaspike/parent/code/pom.xml b/deltaspike/parent/code/pom.xml
index 725c7f325..633f30144 100644
--- a/deltaspike/parent/code/pom.xml
+++ b/deltaspike/parent/code/pom.xml
@@ -880,6 +880,11 @@
<version>${weld.version}</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>jakarta.servlet</groupId>
+ <artifactId>jakarta.servlet-api</artifactId>
+ <version>${jakarta.servlet-api.version}</version>
+ </dependency>
<dependency>
<groupId>fish.payara.arquillian</groupId>
<artifactId>arquillian-payara-server-managed</artifactId>