Итак, в моем pom-файле я добавил:
Код: Выделить всё
5.4.0
Код: Выделить всё
com.smartbear.soapui
soapui
${soapui.version}
org.slf4j
slf4j-log4j12
httpclient
org.apache.httpcomponents
httpcore
org.apache.httpcomponents
httpclient-cache
org.apache.httpcomponents
httpcore-nio
org.apache.httpcomponents
httpmime
org.apache.httpcomponents
guava
com.google.guava
Код: Выделить всё
import org.apache.ws.security.WSSConfig;
import org.apache.ws.security.message.WSSecHeader;
import org.apache.ws.security.message.WSSecTimestamp;
import org.apache.ws.security.message.WSSecUsernameToken;
Также пытаюсь выполнить чистую установку mvn:
Код: Выделить всё
[INFO] BUILD FAILURE
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) on project cndsc-extensions: Compilation failure: Compilation failure:
[ERROR] .../soupui/SoapUIController.java:[47,30] package org.apache.ws.security does not exist
[ERROR] .../soupui/SoapUIController.java:[48,38] package org.apache.ws.security.message does not exist
[ERROR] .../soupui/SoapUIController.java:[49,38] package org.apache.ws.security.message does not exist
[ERROR] .../soupui/SoapUIController.java:[50,38] package org.apache.ws.security.message does not exist
Какой совет?
Подробнее здесь: https://stackoverflow.com/questions/795 ... ia-eclipse
Мобильная версия