Skip to content

Commit 9d20708

Browse files
Merge branch 'master' into include_fallback
2 parents 03fcf76 + 1b135c9 commit 9d20708

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

pom.xml

+13-6
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,19 @@
9696
<artifactId>json</artifactId>
9797
<version>20190722</version>
9898
</dependency>
99-
<!-- <dependency>-->
100-
<!-- <groupId>com.contentstack.sdk</groupId>-->
101-
<!-- <artifactId>java</artifactId>-->
102-
<!-- <version>1.5.3</version>-->
103-
<!-- <scope>test</scope>-->
104-
<!-- </dependency>-->
99+
100+
<dependency>
101+
<groupId>org.apache.logging.log4j</groupId>
102+
<artifactId>log4j-api</artifactId>
103+
<version>2.5</version>
104+
</dependency>
105+
106+
<dependency>
107+
<groupId>org.apache.logging.log4j</groupId>
108+
<artifactId>log4j-core</artifactId>
109+
<version>2.13.2</version>
110+
</dependency>
111+
105112
</dependencies>
106113

107114

0 commit comments

Comments
 (0)