Compare commits

..

2 Commits

Author SHA1 Message Date
kohlerpop1
d777559366 Fix accidental pom.xml comment! 2025-07-19 20:11:29 -04:00
kohlerpop1
567a952c00 Add Paused state for live data due to false positive of returning HostNotFound when they were only paused! 2025-07-19 20:10:29 -04:00

View File

@@ -109,7 +109,7 @@
<dependency> <dependency>
<groupId>org.junit.jupiter</groupId> <groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId> <artifactId>junit-jupiter</artifactId>
<version>5.9.3</version> <version>RELEASE</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>