aboutsummaryrefslogtreecommitdiffstats
path: root/testsuites/performance/performance-benchmark-test/pom.xml
diff options
context:
space:
mode:
authorJorge Hernandez <jh1730@att.com>2018-07-18 15:02:13 +0000
committerGerrit Code Review <gerrit@onap.org>2018-07-18 15:02:13 +0000
commit84c349f342da7f67fe728bb2ef3a3b59afb4cd7e (patch)
treede5286a101f258509573101044eef51951780758 /testsuites/performance/performance-benchmark-test/pom.xml
parent3496c43f71e2eb3e34b015a5eb8ab5b827efef1c (diff)
parentb109c218ab7db28fd1cbe62c808496dfdedad809 (diff)
Merge "Fix incorrect naming on context plugins"
Diffstat (limited to 'testsuites/performance/performance-benchmark-test/pom.xml')
-rw-r--r--testsuites/performance/performance-benchmark-test/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/performance/performance-benchmark-test/pom.xml b/testsuites/performance/performance-benchmark-test/pom.xml
index 118fe115c..938884762 100644
--- a/testsuites/performance/performance-benchmark-test/pom.xml
+++ b/testsuites/performance/performance-benchmark-test/pom.xml
@@ -72,8 +72,8 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.onap.policy.apex-pdp.plugins.plugins-context.context-schema</groupId>
- <artifactId>context-schema-avro</artifactId>
+ <groupId>org.onap.policy.apex-pdp.plugins.plugins-context.plugins-context-schema</groupId>
+ <artifactId>plugins-context-schema-avro</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
@@ -96,4 +96,4 @@
</plugin>
</plugins>
</build>
-</project> \ No newline at end of file
+</project>