This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch tomee-8.x in repository https://gitbox.apache.org/repos/asf/tomee.git
commit 8014044983557e27675acba0c5d285a5999f65cf Author: Richard Zowalla <[email protected]> AuthorDate: Wed Apr 20 09:08:56 2022 +0200 TOMEE-3918 - Add the staging repository for now (until the vote is closed) to see if the upgrade affects the full build --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index b7e313c705..f5c5e525ad 100644 --- a/pom.xml +++ b/pom.xml @@ -983,6 +983,11 @@ <enabled>true</enabled> </snapshots> </repository> + <repository> + <id>johnzon-1.2.17</id> + <name>Apache Johnzon 1.2.17</name> + <url>https://repository.apache.org/content/repositories/orgapachejohnzon-1054</url> + </repository> </repositories> <pluginRepositories> <pluginRepository>
