Skip to content

Commit 5b30492

Browse files
committed
Change web address
1 parent c2c892c commit 5b30492

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,14 @@ along with ShieldBlaze ExpressGateway. If not, see <https://www.gnu.org/license
360360
<artifactId>tsid-creator</artifactId>
361361
<version>5.2.6</version>
362362
</dependency>
363+
364+
<!-- https://mvnrepository.com/artifact/org.projectlombok/lombok -->
365+
<dependency>
366+
<groupId>org.projectlombok</groupId>
367+
<artifactId>lombok</artifactId>
368+
<version>1.18.36</version>
369+
<scope>provided</scope>
370+
</dependency>
363371
</dependencies>
364372

365373
<build>

protocol-http/src/test/java/com/shieldblaze/expressgateway/protocol/http/WebsiteProxyTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public class WebsiteProxyTest {
5757
private static final Logger logger = LogManager.getLogger(WebsiteProxyTest.class);
5858

5959
private static final List<String> WEBSITES = List.of(
60-
"www.shieldblaze.com"
60+
"www.google.com"
6161
);
6262

6363
private static final OkHttpClient OK_HTTP_CLIENT;

0 commit comments

Comments
 (0)