summaryrefslogtreecommitdiffstats
path: root/metrics/src/main/metrics-with-dependencies.xml
diff options
context:
space:
mode:
Diffstat (limited to 'metrics/src/main/metrics-with-dependencies.xml')
-rw-r--r--metrics/src/main/metrics-with-dependencies.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/metrics/src/main/metrics-with-dependencies.xml b/metrics/src/main/metrics-with-dependencies.xml
deleted file mode 100644
index 3b76662ebed..00000000000
--- a/metrics/src/main/metrics-with-dependencies.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
-<assembly>
- <id>jar-with-dependencies</id>
- <formats>
- <format>jar</format>
- </formats>
- <includeBaseDirectory>false</includeBaseDirectory>
- <dependencySets>
- <dependencySet>
- <unpack>true</unpack>
- <scope>runtime</scope>
- </dependencySet>
- </dependencySets>
- <fileSets>
- <fileSet>
- <directory>${project.build.outputDirectory}</directory>
- </fileSet>
- </fileSets>
-</assembly>