diff options
Diffstat (limited to 'vbd/features/pom.xml')
-rw-r--r-- | vbd/features/pom.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/vbd/features/pom.xml b/vbd/features/pom.xml index 0640372cb..ec852ba82 100644 --- a/vbd/features/pom.xml +++ b/vbd/features/pom.xml @@ -119,12 +119,14 @@ <groupId>${project.groupId}</groupId> <artifactId>vbd-impl</artifactId> </dependency> - <!--dependency> + + <dependency> <groupId>${project.groupId}</groupId> <artifactId>vbd-impl</artifactId> <type>xml</type> <classifier>config</classifier> - </dependency--> + </dependency> + <dependency> <groupId>${project.groupId}</groupId> <artifactId>vbd-api</artifactId> |