diff options
author | Steve Smokowski <ss835w@att.com> | 2020-04-29 15:34:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-29 15:34:49 +0000 |
commit | 37a2d93feb1dc910e7b09443369083fd49766f89 (patch) | |
tree | 978967c265228a9166165c11a618d0e729896177 /so-simulator | |
parent | 23c402203aa8bba6fd2f93e9d95871a40f22b4ed (diff) | |
parent | 4f774eeef8c1797c7073754412535be47ea1a8d7 (diff) |
Merge "move aai-client into its own project"
Diffstat (limited to 'so-simulator')
-rw-r--r-- | so-simulator/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/so-simulator/pom.xml b/so-simulator/pom.xml index e264c534d2..7e996510ef 100644 --- a/so-simulator/pom.xml +++ b/so-simulator/pom.xml @@ -52,7 +52,7 @@ </dependency> <dependency> <groupId>org.onap.so</groupId> - <artifactId>common</artifactId> + <artifactId>aai-client</artifactId> <version>${project.version}</version> </dependency> <dependency> |