aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml21
1 files changed, 7 insertions, 14 deletions
diff --git a/pom.xml b/pom.xml
index 780147c4..dfccb2bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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 -->