summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorRob Daugherty <rd472p@att.com>2018-08-28 20:45:31 +0000
committerGerrit Code Review <gerrit@onap.org>2018-08-28 20:45:31 +0000
commit8bcd8968a8c19e8529da0854c2ce2c7678259eea (patch)
treeefebd4e06507775dbaaf6f12fe08e8b4739fa1dc /pom.xml
parent8f146614a02c5013b2c7e2bbe4b3471f9ae74bd6 (diff)
parent1ffe9a2d3bec70d522ff65b72b6b2726e9ce7de6 (diff)
Merge "Converted ServiceInstances to catalog db client"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index beb42242b0..073c9c165f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -249,6 +249,9 @@
<showWarnings>true</showWarnings>
<source>1.8</source>
<target>1.8</target>
+ <compilerArgs>
+ <arg>-parameters</arg>
+ </compilerArgs>
</configuration>
</plugin>
<plugin>