diff options
Diffstat (limited to 'vbd/features/pom.xml')
-rw-r--r-- | vbd/features/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vbd/features/pom.xml b/vbd/features/pom.xml index ec852ba82..e481750e4 100644 --- a/vbd/features/pom.xml +++ b/vbd/features/pom.xml @@ -131,5 +131,10 @@ <groupId>${project.groupId}</groupId> <artifactId>vbd-api</artifactId> </dependency> + + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>vbd-ui-bundle</artifactId> + </dependency> </dependencies> </project> |