Skip to content

Commit 8a043e1

Browse files
georgeajitgeorgeajit
authored andcommitted
No Task - Removed sun based packages.
1 parent 56ad7a2 commit 8a043e1

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestDatabaseClientKerberosFromFile.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@
6262
import org.xml.sax.InputSource;
6363
import org.xml.sax.SAXException;
6464

65-
import sun.security.krb5.KrbException;
66-
6765
import com.fasterxml.jackson.databind.JsonNode;
6866
import com.fasterxml.jackson.databind.ObjectMapper;
6967
import com.marklogic.client.DatabaseClient;
@@ -1056,7 +1054,7 @@ public void testRawAlert() throws KeyManagementException, NoSuchAlgorithmExcepti
10561054

10571055
// Access database on Uber port with specifying the database name.
10581056
@Ignore
1059-
public void testUberClientWithDbName() throws IOException, SAXException, ParserConfigurationException, KrbException {
1057+
public void testUberClientWithDbName() throws IOException, SAXException, ParserConfigurationException {
10601058
System.out.println("Running testUberClientWithDbName method");
10611059

10621060
// Associate the external security with the App Server.

marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/functionaltest/TestDatabaseClientWithKerberos.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@
5353
import org.xml.sax.InputSource;
5454
import org.xml.sax.SAXException;
5555

56-
import sun.security.krb5.KrbException;
57-
5856
import com.fasterxml.jackson.databind.JsonNode;
5957
import com.fasterxml.jackson.databind.ObjectMapper;
6058
import com.marklogic.client.DatabaseClient;
@@ -1000,7 +998,7 @@ public void testRawAlert() throws KeyManagementException, NoSuchAlgorithmExcepti
1000998

1001999
// Access database on Uber port with specifying the database name.
10021000
@Ignore
1003-
public void testUberClientWithDbName() throws IOException, SAXException, ParserConfigurationException, KrbException {
1001+
public void testUberClientWithDbName() throws IOException, SAXException, ParserConfigurationException {
10041002
System.out.println("Running testUberClientWithDbName method");
10051003

10061004
// Associate the external security with the App Server.

0 commit comments

Comments
 (0)