This is an automated email from the ASF dual-hosted git repository. martin_s pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/archiva-components.git
commit a9ffcc8696c8b8ff62f7f1f220f877ddeebaa3b3 Author: Martin Stockhammer <[email protected]> AuthorDate: Thu Nov 21 21:33:38 2019 +0100 Adding spring-taskqueue to parent pom.xml --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index fb4fd32..340b6d3 100644 --- a/pom.xml +++ b/pom.xml @@ -51,6 +51,7 @@ <module>graph</module> <module>spring-registry</module> <module>spring-cache</module> + <module>spring-taskqueue</module> </modules> <scm> @@ -301,6 +302,7 @@ <exclude>git-sparse-checkout-pattern</exclude> <exclude>**/target/**</exclude> <exclude>**/*.iml</exclude> + <exclude>.editorconfig</exclude> </excludes> </configuration> <executions>
