Skip to content

Commit

Permalink
Change web address
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperxpro committed Nov 24, 2024
1 parent c2c892c commit 5b30492
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,14 @@ along with ShieldBlaze ExpressGateway. If not, see <https://www.gnu.org/license
<artifactId>tsid-creator</artifactId>
<version>5.2.6</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.projectlombok/lombok -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.36</version>
<scope>provided</scope>
</dependency>
</dependencies>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public class WebsiteProxyTest {
private static final Logger logger = LogManager.getLogger(WebsiteProxyTest.class);

private static final List<String> WEBSITES = List.of(
"www.shieldblaze.com"
"www.google.com"
);

private static final OkHttpClient OK_HTTP_CLIENT;
Expand Down

0 comments on commit 5b30492

Please sign in to comment.