Skip to content

Commit d394830

Browse files
committed
Update of the project url and dependencies cleanup
1 parent 5c058f9 commit d394830

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<name>WooCommerce REST API Client</name>
1212
<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>
13+
<url>https://github.com/wtx-labs/woocommerce-api-client-java</url>
1414

1515
<properties>
1616
<java.version>17</java.version>
@@ -21,12 +21,6 @@
2121

2222
<dependencies>
2323

24-
<dependency>
25-
<groupId>com.fasterxml.jackson.core</groupId>
26-
<artifactId>jackson-annotations</artifactId>
27-
<version>2.18.2</version>
28-
</dependency>
29-
3024
<dependency>
3125
<groupId>javax.annotation</groupId>
3226
<artifactId>javax.annotation-api</artifactId>

0 commit comments

Comments
 (0)