diff options
author | luna <nil@vmware.com> | 2019-04-16 13:54:28 +0800 |
---|---|---|
committer | Zlatko Murgoski <zlatko.murgoski@nokia.com> | 2019-06-27 17:41:01 +0200 |
commit | a87bdbbd5496e08cfad5a6297e111a027123ea59 (patch) | |
tree | 171d991ba726d1b91e2d1822a9da1e3d75ae463d /pom.xml | |
parent | 80b11e8899cd74c70703f35c14bb8b4b2c7e7d52 (diff) |
valid api version
Issue-ID: DCAEGEN2-897
Change-Id: I77f015dadb03159a1c2cf43cf6a8a782d7a2e27a
Signed-off-by: luna <nil@vmware.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -415,6 +415,11 @@ <artifactId>crypt-password</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.onap.dcaegen2.services.sdk.standardization</groupId>
+ <artifactId>api-custom-header</artifactId>
+ <version>1.1.4</version>
+ </dependency>
</dependencies>
<repositories>
<repository>
|