diff options
Diffstat (limited to 'vbd/artifacts/pom.xml')
-rw-r--r-- | vbd/artifacts/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vbd/artifacts/pom.xml b/vbd/artifacts/pom.xml index b52fa71dd..6b926a4dd 100644 --- a/vbd/artifacts/pom.xml +++ b/vbd/artifacts/pom.xml @@ -35,6 +35,13 @@ <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>vbd-impl</artifactId> + <type>xml</type> + <classifier>config</classifier> + <version>1.0.0-SNAPSHOT</version> + </dependency> + <dependency> <groupId>${project.groupId}</groupId> <artifactId>vbd-features</artifactId> <version>1.0.0-SNAPSHOT</version> |