aboutsummaryrefslogtreecommitdiffstats
path: root/services/hv-ves-client/protobuf/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'services/hv-ves-client/protobuf/pom.xml')
-rw-r--r--services/hv-ves-client/protobuf/pom.xml17
1 files changed, 9 insertions, 8 deletions
diff --git a/services/hv-ves-client/protobuf/pom.xml b/services/hv-ves-client/protobuf/pom.xml
index 36f48387..b3d535a3 100644
--- a/services/hv-ves-client/protobuf/pom.xml
+++ b/services/hv-ves-client/protobuf/pom.xml
@@ -26,7 +26,7 @@
<parent>
<artifactId>dcaegen2-services-sdk-services-hvvesclient</artifactId>
<groupId>org.onap.dcaegen2.services.sdk</groupId>
- <version>1.8.9-SNAPSHOT</version>
+ <version>${revision}</version>
</parent>
<name>High Volume VES Collector Client :: Protobuf</name>
@@ -38,6 +38,13 @@
</protobuf-generated-files.directory>
</properties>
+ <dependencies>
+ <dependency>
+ <groupId>com.google.protobuf</groupId>
+ <artifactId>protobuf-java</artifactId>
+ </dependency>
+ </dependencies>
+
<build>
<plugins>
<plugin>
@@ -63,6 +70,7 @@
<artifactId>protoc-jar-maven-plugin</artifactId>
<executions>
<execution>
+ <id>generate-sources</id>
<phase>generate-sources</phase>
<goals>
<goal>run</goal>
@@ -86,11 +94,4 @@
</plugins>
</build>
- <dependencies>
- <dependency>
- <groupId>com.google.protobuf</groupId>
- <artifactId>protobuf-java</artifactId>
- </dependency>
- </dependencies>
-
</project>