Skip to content

Commit

Permalink
Remove debug change
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-psaha committed Dec 13, 2023
1 parent 06dc34d commit 56da9a0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -478,13 +478,6 @@
<artifactId>protobuf-java</artifactId>
<scope>runtime</scope>
</dependency>
<!-- Change the 'test' scope to 'runtime' to enable console logging in examples -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4j.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
Expand Down Expand Up @@ -531,6 +524,13 @@
<version>2.0.2</version>
<scope>test</scope>
</dependency>
<!-- Change the 'test' scope to 'runtime' to enable console logging in examples -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 56da9a0

Please sign in to comment.