We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1620a6 commit 9dcbd65Copy full SHA for 9dcbd65
4 files changed
.gitignore
@@ -20,3 +20,4 @@ hs_err_pid*
20
out/
21
build/
22
.idea/
23
+*.log
pom.properties
@@ -1,4 +1,4 @@
1
# Written manually.
2
-version=1.3.1
+version=1.3.2
3
groupId=com.contentstack.sdk
4
artifactId=java
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>com.contentstack.sdk</groupId>
8
<artifactId>java</artifactId>
9
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.3.2-SNAPSHOT</version>
10
<packaging>jar</packaging>
11
12
<name>contentstack-java</name>
@@ -93,6 +93,12 @@
93
<version>20090211</version>
94
</dependency>
95
96
+ <dependency>
97
+ <groupId>log4j</groupId>
98
+ <artifactId>log4j</artifactId>
99
+ <version>1.2.17</version>
100
+ </dependency>
101
+
102
</dependencies>
103
104
<build>
profiles.xml
0 commit comments