added clock service module
All checks were successful
Build, test and publish the Quarkus libraries / build (push) Successful in 10m19s
All checks were successful
Build, test and publish the Quarkus libraries / build (push) Successful in 10m19s
This commit is contained in:
parent
6e2ce2d489
commit
d4edd00f0f
9 changed files with 161 additions and 26 deletions
|
@ -20,31 +20,6 @@
|
|||
<artifactId>java-uuid-generator</artifactId>
|
||||
<version>${java-uuid-generator.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.assertj</groupId>
|
||||
<artifactId>assertj-core</artifactId>
|
||||
<version>${assertj-core.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-junit5-component</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-junit5-mockito</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.quarkus</groupId>
|
||||
<artifactId>quarkus-jacoco</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mockito</groupId>
|
||||
<artifactId>mockito-junit-jupiter</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
package ch.phoenixtechnologies.quarkus.commons.random;
|
||||
|
||||
import io.quarkus.test.component.QuarkusComponentTest;
|
||||
import io.quarkus.test.junit.QuarkusTest;
|
||||
import io.quarkus.test.junit.mockito.InjectSpy;
|
||||
import jakarta.inject.Inject;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue