This is an automated email from the ASF dual-hosted git repository.

rmannibucau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 7549493fb [OWB-1404] drop jboss http repository from the build to 
enable mvn 3.8 build
7549493fb is described below

commit 7549493fb82b9fd024341a1627cc944a9c68cddd
Author: Romain Manni-Bucau <rmannibu...@gmail.com>
AuthorDate: Fri May 13 08:37:38 2022 +0200

    [OWB-1404] drop jboss http repository from the build to enable mvn 3.8 build
---
 pom.xml | 23 +++++++++++++++++++++--
 1 file changed, 21 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e26d7381f..7cc5bf74b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,23 @@
         
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/openwebbeans.git</developerConnection>
         <url>https://github.com/apache/openwebbeans</url>
       <tag>openwebbeans-2.0.25</tag>
-  </scm>
+    </scm>
+
+    <repositories>
+        <repository>
+            <id>jboss-public-repository-group</id>
+            <name>JBoss Public Maven Repository Group</name>
+            <url>https://repository.jboss.org/nexus/content/groups/public</url>
+            <releases>
+                <enabled>true</enabled>
+                <updatePolicy>never</updatePolicy>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+                <updatePolicy>never</updatePolicy>
+            </snapshots>
+        </repository>
+    </repositories>
 
     <issueManagement>
         <system>jira</system>
@@ -77,7 +93,7 @@
         <myfaces.version>2.3.6</myfaces.version>
         <xbean.version>4.18</xbean.version>
         <arquillian.version>1.1.13.Final</arquillian.version>
-        <cdi.tck.version>2.0.3.Final</cdi.tck.version>
+        <cdi.tck.version>2.0.5.Final</cdi.tck.version>
         <httpclient.version>4.5.13</httpclient.version>
 
         <osgi.servlet.range>2.4</osgi.servlet.range>
@@ -85,6 +101,9 @@
         <osgi.faces.range>2.0</osgi.faces.range>
 
         <maven-shade-plugin.version>3.2.4</maven-shade-plugin.version>
+
+        <!-- tck artifacts use a http:// repo we should disable to build with 
mvn 3.8<jboss-public-repository>false</jboss-public-repository> -->
+        <jboss-public-repository>false</jboss-public-repository>
     </properties>
     
     <mailingLists>

Reply via email to