diff options
author | Neil Derraugh <neil.derraugh@yoppworks.com> | 2020-09-09 19:04:09 -0400 |
---|---|---|
committer | Neil Derraugh <neil.derraugh@yoppworks.com> | 2020-09-11 14:30:45 +0000 |
commit | f5af91a6d58108d3380c5a2d68f5189e33ee72b6 (patch) | |
tree | db0cbb59552b9aeb6d8b16a37db0604d251d03a1 /pom.xml | |
parent | 66747460c4dc42ad2c37951632f9982398561951 (diff) |
Pass roles to HttpEntry
- Pass roles to HttpEntry so that OwnerCheck can verify owning-entity
Issue-ID: AAI-3177
Signed-off-by: Neil Derraugh <neil.derraugh@yoppworks.com>
Change-Id: Ie1536c625be3637fc62658d74690bddcde0a4cba
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,7 +26,7 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.7.0</version> + <version>1.7.1</version> </parent> <groupId>org.onap.aai.resources</groupId> <artifactId>resources</artifactId> @@ -48,7 +48,7 @@ <staging.path>/content/repositories/staging/</staging.path> <!-- GMaven plugin uses this property to figure out the name of the docker tag --> <aai.project.version>${project.version}</aai.project.version> - <aai.common.version>1.7.0</aai.common.version> + <aai.common.version>1.7.1</aai.common.version> <aai.schema.service.version>1.7.9</aai.schema.service.version> </properties> <build> |