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 6c7ba37ed use official glassfish adapter
6c7ba37ed is described below

commit 6c7ba37ed16af8144c061019f15a2553daf1a12d
Author: Thomas Andraschko <[email protected]>
AuthorDate: Tue Mar 19 09:54:15 2024 +0100

    use official glassfish adapter
---
 deltaspike/parent/code/pom.xml | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/deltaspike/parent/code/pom.xml b/deltaspike/parent/code/pom.xml
index 94d734fb9..4e5b99b68 100644
--- a/deltaspike/parent/code/pom.xml
+++ b/deltaspike/parent/code/pom.xml
@@ -972,13 +972,6 @@
              -->
             <id>glassfish-build-managed</id>
 
-            <repositories>
-                <repository>
-                    <id>jitpack.io</id>
-                    <url>https://jitpack.io</url>
-                </repository>
-            </repositories>
-
             <properties>
                 <weld.version>5.1.2.Final</weld.version>
                 
<cdicontainer.version>weld-${weld.version}</cdicontainer.version>
@@ -998,9 +991,9 @@
                     <version>${jakarta.servlet-api.version}</version>
                 </dependency>
                 <dependency>
-                    
<groupId>com.github.hantsy.arquillian-container-glassfish-jakarta</groupId>
-                    
<artifactId>arquillian-glassfish-managed-jakarta</artifactId>
-                    <version>7.0.10</version>
+                    <groupId>org.omnifaces.arquillian</groupId>
+                    
<artifactId>arquillian-glassfish-server-managed</artifactId>
+                    <version>1.4</version>
                     <scope>test</scope>
                 </dependency>
             </dependencies>

Reply via email to