|
7 | 7 | <artifactId>cms</artifactId>
|
8 | 8 | <packaging>jar</packaging>
|
9 | 9 | <name>contentstack-management-java</name>
|
10 |
| - <version>1.4.2</version> |
| 10 | + <version>1.4.3</version> |
11 | 11 | <description>Contentstack Java Management SDK for Content Management API, Contentstack is a headless CMS with an
|
12 | 12 | API-first approach
|
13 | 13 | </description>
|
|
54 | 54 | <organizationUrl>https://www.contentstack.com/</organizationUrl>
|
55 | 55 | </developer>
|
56 | 56 | <developer>
|
57 |
| - <name>***REMOVED***</name> |
| 57 | + <name>ishaileshmishra</name> |
58 | 58 |
|
59 | 59 | <organization>contentstack</organization>
|
60 | 60 | <organizationUrl>https://www.contentstack.com/</organizationUrl>
|
|
199 | 199 | <artifactId>jsoup</artifactId>
|
200 | 200 | <version>1.17.2</version>
|
201 | 201 | </dependency>
|
202 |
| - <dependency> |
203 |
| - <groupId>org.slf4j</groupId> |
204 |
| - <artifactId>slf4j-simple</artifactId> |
205 |
| - <version>1.7.36</version> |
206 |
| - </dependency> |
207 |
| - <dependency> |
208 |
| - <groupId>com.slack.api</groupId> |
209 |
| - <artifactId>slack-api-client</artifactId> |
210 |
| - <version>1.38.0</version> |
211 |
| - </dependency> |
212 |
| - <dependency> |
213 |
| - <groupId>com.slack.api</groupId> |
214 |
| - <artifactId>slack-app-backend</artifactId> |
215 |
| - <version>1.38.0</version> |
216 |
| - </dependency> |
217 |
| - <dependency> |
218 |
| - <groupId>org.testng</groupId> |
219 |
| - <artifactId>testng</artifactId> |
220 |
| - <version>7.8.0</version> |
221 |
| - <scope>test</scope> |
222 |
| - </dependency> |
223 |
| - |
224 |
| - |
225 | 202 | </dependencies>
|
226 | 203 |
|
227 | 204 |
|
|
234 | 211 | <artifactId>maven-surefire-plugin</artifactId>
|
235 | 212 | <version>3.0.0-M5</version>
|
236 | 213 | <configuration>
|
237 |
| - <!-- <includes> |
| 214 | + <includes> |
238 | 215 | <include>**/*TestSuite.java</include>
|
239 |
| - </includes> --> |
240 |
| - <suiteXmlFiles> |
241 |
| - <suiteXmlFile>${basedir}/testng.xml</suiteXmlFile> |
242 |
| - </suiteXmlFiles> |
| 216 | + </includes> |
243 | 217 | <reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
|
244 | 218 | <testFailureIgnore>true</testFailureIgnore>
|
245 | 219 | </configuration>
|
|
279 | 253 | </plugin>
|
280 | 254 |
|
281 | 255 | <!-- -overview
|
282 |
| - "***REMOVED***tentstack/java/contentstack-management-java/src/main/overview.html" |
| 256 | + "/Users/shaileshmishra/Documents/Workspace/contentstack/java/contentstack-management-java/src/main/overview.html" |
283 | 257 | -bottom "<b>Copyright © 2012-2022 Contentstack </b><sup>TM</sup>"-->
|
284 | 258 | <plugin>
|
285 | 259 | <groupId>org.apache.maven.plugins</groupId>
|
|
0 commit comments