Skip to content

Commit 5df0a9c

Browse files
committed
OPL-11613 update to the latest version
1 parent 7ea6aa6 commit 5df0a9c

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.asynchttpclient</groupId>
2121
<artifactId>async-http-client-project</artifactId>
22-
<version>3.0.1</version>
22+
<version>3.0.1.Apica</version>
2323
</parent>
2424

2525
<modelVersion>4.0.0</modelVersion>

client/src/main/java/org/asynchttpclient/spnego/SpnegoEngine.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,6 @@ public String generateToken(String host) throws SpnegoEngineException {
156156
// Try SPNEGO by default, fall back to Kerberos later if error
157157
negotiationOid = new Oid(SPNEGO_OID);
158158

159-
boolean tryKerberos = false;
160-
String spn = getCompleteServicePrincipalName(host);
161159
try {
162160
GSSManager manager = GSSManager.getInstance();
163161
GSSName serverName = getCompleteGSSName(host, manager);

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<groupId>org.asynchttpclient</groupId>
2222
<artifactId>async-http-client-project</artifactId>
23-
<version>3.0.1</version>
23+
<version>3.0.1.Apica</version>
2424
<packaging>pom</packaging>
2525

2626
<name>AHC/Project</name>

0 commit comments

Comments
 (0)