Skip to content

Commit

Permalink
Fixing spring tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thegridman committed Jan 16, 2024
1 parent 365ad22 commit 11edfd8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
15 changes: 11 additions & 4 deletions java/operator-test-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,18 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.apache.logging.log4j</groupId>-->
<!-- <artifactId>log4j-slf4j-impl</artifactId>-->
<!-- <version>2.7</version>-->
<!-- </dependency>-->
</dependencies>

<build>
Expand Down
6 changes: 0 additions & 6 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
<version.lib.junit>4.13.1</version.lib.junit>
<version.lib.junit.jupiter>5.7.2</version.lib.junit.jupiter>
<version.lib.mockito>3.10.0</version.lib.mockito>
<version.lib.slf4j>2.0.11</version.lib.slf4j>
<version.lib.spring>2.7.18</version.lib.spring>

<version.lib.gson.fire>1.8.4</version.lib.gson.fire>
Expand Down Expand Up @@ -143,11 +142,6 @@
<artifactId>spring-boot-starter-web</artifactId>
<version>${version.lib.spring}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${version.lib.slf4j}</version>
</dependency>

<!-- Helidon -->
<dependency>
Expand Down

0 comments on commit 11edfd8

Please sign in to comment.