Skip to content

Commit 0a36491

Browse files
Entry and Query and models
1 parent 855aec2 commit 0a36491

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<nexus-staging-maven-plugin.version>1.6.7</nexus-staging-maven-plugin.version>
4242
<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
4343
<json-version>20210307</json-version>
44-
<contentstack-utility-version>1.1.0</contentstack-utility-version>
44+
<contentstack-utils-version>1.1.0</contentstack-utils-version>
4545
</properties>
4646

4747
<parent>
@@ -103,11 +103,11 @@
103103

104104

105105
<dependencies>
106-
<dependency>
107-
<groupId>com.contentstack.sdk</groupId>
108-
<artifactId>utils</artifactId>
109-
<version>${contentstack-utility-version}</version>
110-
</dependency>
106+
<!-- <dependency>-->
107+
<!-- <groupId>com.contentstack.sdk</groupId>-->
108+
<!-- <artifactId>utils</artifactId>-->
109+
<!-- <version>${contentstack-utils-version}</version>-->
110+
<!-- </dependency>-->
111111
<dependency>
112112
<groupId>org.json</groupId>
113113
<artifactId>json</artifactId>

0 commit comments

Comments
 (0)