Skip to content

Commit

Permalink
[OWB-1404] drop jboss http repository from the build to enable mvn 3.…
Browse files Browse the repository at this point in the history
…8 build
  • Loading branch information
rmannibucau committed May 13, 2022
1 parent ae4846f commit 7549493
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -77,14 +93,17 @@
<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>
<osgi.el.range>2.2</osgi.el.range>
<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>
Expand Down

0 comments on commit 7549493

Please sign in to comment.