This is an automated email from the ASF dual-hosted git repository. heneveld pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git
commit 352f9091bce1cbda68822a8c94439626dfeeb488 Author: Juan Cabrerizo <[email protected]> AuthorDate: Wed Dec 15 21:14:43 2021 +0000 Added plugin repository --- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7786d58..1f8c8cd 100644 --- a/pom.xml +++ b/pom.xml @@ -88,7 +88,12 @@ </snapshots> </repository> </repositories> - + <pluginRepositories> + <pluginRepository> + <id>testKaraf434-plugin</id> + <url>https://repository.apache.org/content/repositories/orgapachekaraf-1165/</url> + </pluginRepository> + </pluginRepositories> <properties> <brooklyn.version>1.1.0-SNAPSHOT</brooklyn.version> <!-- BROOKLYN_VERSION -->
