We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c058f9 commit d394830Copy full SHA for d394830
pom.xml
@@ -10,7 +10,7 @@
10
11
<name>WooCommerce REST API Client</name>
12
<description>The WooCommerce REST API Client for Java provides easy access to the features of the e-commerce platform's API.</description>
13
- <url>https://github.com/yourusername/my-java-project</url>
+ <url>https://github.com/wtx-labs/woocommerce-api-client-java</url>
14
15
<properties>
16
<java.version>17</java.version>
@@ -21,12 +21,6 @@
21
22
<dependencies>
23
24
- <dependency>
25
- <groupId>com.fasterxml.jackson.core</groupId>
26
- <artifactId>jackson-annotations</artifactId>
27
- <version>2.18.2</version>
28
- </dependency>
29
-
30
<dependency>
31
<groupId>javax.annotation</groupId>
32
<artifactId>javax.annotation-api</artifactId>
0 commit comments