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.git
commit 52ed4a352c9e850d888ba460ca8d2399e4cd3c56 Author: Martin Stockhammer <[email protected]> AuthorDate: Thu Jan 30 22:34:26 2020 +0100 Adding status file for dependency cleanup --- pom.xml | 1 + status-dep.txt | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/pom.xml b/pom.xml index f726f9b..8bdb65d 100644 --- a/pom.xml +++ b/pom.xml @@ -1974,6 +1974,7 @@ <exclude>**/*.log</exclude> <exclude>**/.site-content/**</exclude> <exclude>**/git-sparse-checkout-pattern</exclude> + <exclude>status-dep.txt</exclude> </excludes> </configuration> </plugin> diff --git a/status-dep.txt b/status-dep.txt new file mode 100644 index 0000000..6a25ef6 --- /dev/null +++ b/status-dep.txt @@ -0,0 +1,14 @@ +# Just for keeping track of the dependency check status +# Will be deleted when dependency cleanup is finished +# MST - 2020-01-30 + +archiva-modules + archiva-base + archiva-common + archiva-storage-api + archiva-storage-fs + archiva-filelock + archiva-model + archiva-checksum + archiva-policies + archiva-configuration
