Skip to content

Commit

Permalink
passwordless http client unit tests completed
Browse files Browse the repository at this point in the history
  • Loading branch information
WaciX committed Sep 10, 2023
1 parent 630e020 commit e21f8ab
Show file tree
Hide file tree
Showing 5 changed files with 306 additions and 26 deletions.
17 changes: 17 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@
<artifactId>jackson-datatype-jdk8</artifactId>
<version>2.15.2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.33</version>
</dependency>

<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
Expand Down Expand Up @@ -92,6 +98,12 @@
<version>2.35.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.12</version>
<scope>test</scope>
</dependency>


</dependencies>
Expand Down Expand Up @@ -154,6 +166,11 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
</plugin>
</plugins>
</build>

Expand Down
Loading

0 comments on commit e21f8ab

Please sign in to comment.