diff options
author | M.Hosnidokht <mohammad.hosnidokht@yoppworks.com> | 2020-12-03 11:11:16 -0500 |
---|---|---|
committer | M.Hosnidokht <mohammad.hosnidokht@yoppworks.com> | 2021-01-06 10:15:57 -0500 |
commit | eca412c5285bb65bd82a8236e0fec8426a2c605e (patch) | |
tree | 9ac48d843e7d57d983dd0a0f1f87d043ac09ba0d /aai-core/pom.xml | |
parent | c42f46f79066734b96f91815b49b633a30e0ede4 (diff) |
Use data owner attribute instead of owning entity for OwnerCheck
Issue-ID: AAI-3226
Signed-off-by: Mohammad Hosnidokht <mohammad.hosnidokht@yoppworks.com>
Change-Id: I8222546e7264e99ca3e53fe1212a45008c1064e6
Diffstat (limited to 'aai-core/pom.xml')
-rw-r--r-- | aai-core/pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml index 8f03d5d8..56183fe8 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -8,9 +8,9 @@ Copyright © 2019 AT&T Intellectual Property. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -26,7 +26,7 @@ limitations under the License. <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../aai-parent/pom.xml</relativePath> </parent> <artifactId>aai-core</artifactId> @@ -96,7 +96,7 @@ limitations under the License. <version>2.8</version> </plugin> <plugin> - <!-- explicitly define maven-deploy-plugin after other to force exec + <!-- explicitly define maven-deploy-plugin after other to force exec order --> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> @@ -133,7 +133,7 @@ limitations under the License. <dependency> <groupId>com.att.eelf</groupId> <artifactId>eelf-core</artifactId> - <exclusions><!-- excluding transitive dependency coming from this artifact, + <exclusions><!-- excluding transitive dependency coming from this artifact, as we would need powermock-api-mockito2 --> <exclusion> <groupId>org.powermock</groupId> |