diff options
Diffstat (limited to 'vbd/artifacts')
-rw-r--r-- | vbd/artifacts/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vbd/artifacts/pom.xml b/vbd/artifacts/pom.xml index 6b926a4dd..be55469c7 100644 --- a/vbd/artifacts/pom.xml +++ b/vbd/artifacts/pom.xml @@ -43,6 +43,16 @@ </dependency> <dependency> <groupId>${project.groupId}</groupId> + <artifactId>vbd-ui-bundle</artifactId> + <version>1.0.0-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>vbd-ui-module</artifactId> + <version>1.0.0-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> <artifactId>vbd-features</artifactId> <version>1.0.0-SNAPSHOT</version> <classifier>features</classifier> |