Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dogeared committed Jun 27, 2022
1 parent 6d52cb9 commit 40f435a
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions log4shell-goof/log4shell-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,19 @@
<dependencies>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.14.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.14.1</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.apache.logging.log4j</groupId>-->
<!-- <artifactId>log4j-core</artifactId>-->
<!-- <version>2.14.1</version>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.apache.logging.log4j</groupId>-->
<!-- <artifactId>log4j-api</artifactId>-->
<!-- <version>2.14.1</version>-->
<!-- </dependency>-->
</dependencies>

<build>
Expand Down

0 comments on commit 40f435a

Please sign in to comment.