Skip to content

Commit

Permalink
#24843 removing jaxws (#24844)
Browse files Browse the repository at this point in the history
* #24843 removing jaxws

* #24843 removing jaxws

---------

Co-authored-by: erickgonzalez <erick.gonzalez@dotcms.com>
  • Loading branch information
wezell and erickgonzalez committed May 16, 2023
1 parent 63ba348 commit 6ad75e0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
5 changes: 2 additions & 3 deletions dotCMS/dependencies.gradle
Expand Up @@ -21,6 +21,7 @@ dependencies {
implementation group: 'com.dotcms', name: 'ant-tooling', version: '1.3.2'
implementation ('io.jsonwebtoken:jjwt:0.6.0'){
transitive = false

}
implementation group: 'com.dotcms.lib', name: 'dot.webp-imageio-core', version:'0.1.5'
implementation group: 'org.scijava', name: 'native-lib-loader', version: '2.3.2'
Expand Down Expand Up @@ -99,8 +100,6 @@ dependencies {
implementation group: 'com.dotcms.lib', name: 'dot.jaxb-api', version:'2.2.7_4'
implementation group: 'com.dotcms.lib', name: 'dot.jaxb-core', version:'2.2.7_4'
implementation group: 'com.dotcms.lib', name: 'dot.jaxb-impl', version:'2.2.7_4'
implementation group: 'com.dotcms.lib', name: 'dot.jaxws-api', version:'2.2.9_2'
implementation group: 'com.dotcms.lib', name: 'dot.jaxws-rt', version:'2.2.8_2'

implementation group: 'com.dotcms.lib', name: 'dot.jazzy-core', version:'ukv_2'
implementation group: 'com.dotcms.lib', name: 'dot.jempbox', version:'1.6.0_2'
Expand Down Expand Up @@ -566,7 +565,7 @@ dependencies {
implementation 'com.jayway.jsonpath:json-path:2.4.0'
implementation 'com.sun.activation:javax.activation:1.2.0'
implementation 'jakarta.xml.bind:jakarta.xml.bind-api:2.3.3'
implementation 'com.sun.xml.ws:jaxws-ri:2.3.2'


//https://mvnrepository.com/artifact/org.postgresql/postgresql
compileOnly (group: 'org.postgresql', name: 'postgresql', version: '42.5.1') {
Expand Down
Expand Up @@ -13,7 +13,7 @@
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;

import org.eclipse.persistence.internal.oxm.mappings.Login;

import org.junit.Assert;
import org.junit.BeforeClass;
import org.junit.Test;
Expand Down
@@ -1,16 +1,6 @@
package com.dotcms.http.server.mock;


import com.dotcms.analytics.metrics.Condition;
import com.dotcms.analytics.metrics.Condition.Builder;
import com.dotcms.http.CircuitBreakerUrlBuilder;
import com.dotcms.repackage.com.sun.xml.ws.client.ResponseContext;
import com.dotcms.util.JsonUtil;
import com.dotmarketing.exception.DotRuntimeException;
import com.dotmarketing.util.UtilMethods;
import com.liferay.util.StringPool;
import com.sun.net.httpserver.Headers;
import com.sun.net.httpserver.HttpExchange;
import java.io.IOException;
import java.io.InputStream;
import java.nio.charset.StandardCharsets;
Expand All @@ -21,6 +11,12 @@
import java.util.Optional;
import java.util.function.Function;
import org.apache.commons.io.IOUtils;
import com.dotcms.util.JsonUtil;
import com.dotmarketing.exception.DotRuntimeException;
import com.dotmarketing.util.UtilMethods;
import com.liferay.util.StringPool;
import com.sun.net.httpserver.Headers;
import com.sun.net.httpserver.HttpExchange;

/**
* Represent a url to mock into a {@link MockHttpServer}, you can set the URL to response and also
Expand Down

0 comments on commit 6ad75e0

Please sign in to comment.