diff options
author | pawel <pawel.kasperkiewicz@nokia.com> | 2019-11-06 12:38:18 +0100 |
---|---|---|
committer | awudzins <adam.wudzinski@nokia.com> | 2019-11-08 10:26:13 +0100 |
commit | 4b7a95ec2282fadb00c419a96c00b62f8a1d4028 (patch) | |
tree | 596963ff3e2d029e0e8ce501b8b5f74d25011341 /pom.xml | |
parent | f6689f93640789c7d960eef879ef7cfce1b285d1 (diff) |
Remove certOnly and basicAuth from authentication methods
Issue-ID: DCAEGEN2-1776
Signed-off-by: pawel <pawel.kasperkiewicz@nokia.com>
Change-Id: I475dcce9de8c7c05d2a05cf51dc862b5bf920164
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ </parent>
<groupId>org.onap.dcaegen2.collectors.ves</groupId>
<artifactId>VESCollector</artifactId>
- <version>1.5.1-SNAPSHOT</version>
+ <version>1.5.2-SNAPSHOT</version>
<name>dcaegen2-collectors-ves</name>
<description>VESCollector</description>
<properties>
|