diff options
author | Piotr Jaszczyk <piotr.jaszczyk@nokia.com> | 2019-02-15 12:59:26 +0100 |
---|---|---|
committer | Piotr Jaszczyk <piotr.jaszczyk@nokia.com> | 2019-02-19 12:51:46 +0100 |
commit | 82b27ff5bccc925fe03d05f259cf881fafc8a1ce (patch) | |
tree | d128931c70c19184d7b259d295ce39deeec370c3 /pom.xml | |
parent | dc47bd1847a46fe0ad0ca6c10a4d61f829f4c0c6 (diff) |
Use SDK/SSL in HV-VES
Issue-ID: DCAEGEN2-1226
Change-Id: I7cfc09001f7315c1b6f4fcf150ad631630c810ef
Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 21 |
1 files changed, 7 insertions, 14 deletions
@@ -50,7 +50,7 @@ </modules> <properties> - <kotlin.version>1.3.11</kotlin.version> + <kotlin.version>1.3.21</kotlin.version> <arrow.version>0.8.0</arrow.version> <maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version> <build-helper-maven-plugin.version>1.7</build-helper-maven-plugin.version> @@ -497,22 +497,10 @@ <groupId>io.projectreactor</groupId> <artifactId>reactor-bom</artifactId> <!-- remember to update netty native bindings versions --> - <version>Californium-SR2</version> + <version>Californium-SR4</version> <type>pom</type> <scope>import</scope> </dependency> - - <!-- - Disable native extensions (ssl and epoll) on production for now. - Might be reintroduced if performance tests prove there is some performance issue. - --> - <dependency> - <groupId>io.netty</groupId> - <artifactId>netty-tcnative-boringssl-static</artifactId> - <version>2.0.15.Final</version> - <scope>runtime</scope> - <classifier>${os.detected.classifier}</classifier> - </dependency> <!-- <dependency> <groupId>io.netty</groupId> @@ -574,6 +562,11 @@ <artifactId>hvvesclient-protobuf</artifactId> <version>${sdk.version}</version> </dependency> + <dependency> + <groupId>org.onap.dcaegen2.services.sdk.security</groupId> + <artifactId>ssl</artifactId> + <version>${sdk.version}</version> + </dependency> <!-- Test dependencies --> |