diff --git a/pom.xml b/pom.xml index 4e29c15e..7fa38403 100644 --- a/pom.xml +++ b/pom.xml @@ -360,6 +360,14 @@ along with ShieldBlaze ExpressGateway. If not, see tsid-creator 5.2.6 + + + + org.projectlombok + lombok + 1.18.36 + provided + diff --git a/protocol-http/src/test/java/com/shieldblaze/expressgateway/protocol/http/WebsiteProxyTest.java b/protocol-http/src/test/java/com/shieldblaze/expressgateway/protocol/http/WebsiteProxyTest.java index b48f32e9..74c638a9 100644 --- a/protocol-http/src/test/java/com/shieldblaze/expressgateway/protocol/http/WebsiteProxyTest.java +++ b/protocol-http/src/test/java/com/shieldblaze/expressgateway/protocol/http/WebsiteProxyTest.java @@ -57,7 +57,7 @@ public class WebsiteProxyTest { private static final Logger logger = LogManager.getLogger(WebsiteProxyTest.class); private static final List WEBSITES = List.of( - "www.shieldblaze.com" + "www.google.com" ); private static final OkHttpClient OK_HTTP_CLIENT;