Skip to content

Commit 506b7a2

Browse files
authored
Merge pull request #121 from jcantrill/impl_open_ssl
add use of openssl for keystore
2 parents d13365f + 7e9b52a commit 506b7a2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,12 @@
112112
<artifactId>search-guard-ssl</artifactId>
113113
<version>${searchguard-ssl.version}${version.suffix}</version>
114114
</dependency>
115+
<dependency>
116+
<groupId>io.netty</groupId>
117+
<artifactId>netty-tcnative</artifactId>
118+
<version>1.1.33.Fork17</version>
119+
<classifier>linux-x86_64-fedora</classifier>
120+
</dependency>
115121
<dependency>
116122
<groupId>org.slf4j</groupId>
117123
<artifactId>slf4j-log4j12</artifactId>

0 commit comments

Comments
 (0)