From 433d628cfc415329d3859f3cfa11e766bacd5c82 Mon Sep 17 00:00:00 2001 From: BrenoEpic <github@brenoepic.tech> Date: Thu, 11 Jan 2024 15:53:22 -0300 Subject: [PATCH] Update pom.xml --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index e0dd2a0..0894804 100644 --- a/pom.xml +++ b/pom.xml @@ -19,12 +19,6 @@ <maven.compiler.source>9</maven.compiler.source> <maven.compiler.target>9</maven.compiler.target> </properties> - <repositories> - <repository> - <id>jitpack.io</id> - <url>https://jitpack.io</url> - </repository> - </repositories> <dependencies> <dependency> <groupId>com.squareup.okhttp3</groupId>