This is an automated email from the ASF dual-hosted git repository. anatole pushed a commit to branch vote-0.4-incubating-01 in repository https://gitbox.apache.org/repos/asf/incubator-tamaya-extensions.git
commit 46becc082ab49e5c2b76c3827d06f6cb30be772b Author: Anatole Tresch <[email protected]> AuthorDate: Sun Aug 25 14:34:07 2019 +0200 Added jitpack for accessing prerelase code. --- modules/microprofile/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/microprofile/pom.xml b/modules/microprofile/pom.xml index 94b4d42..491a49a 100644 --- a/modules/microprofile/pom.xml +++ b/modules/microprofile/pom.xml @@ -194,4 +194,11 @@ under the License. </profile> </profiles> + <repositories> + <repository> + <id>jitpack.io</id> + <url>https://jitpack.io</url> + </repository> + </repositories> + </project>
