diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2023-04-07 00:05:01 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-07 00:05:01 -0700 |
| commit | baf8b1674c640e0e7d095dd9f9f97e9ce594e778 (patch) | |
| tree | 2671f120edca468855d53edc9506ac27edbbcce4 | |
| parent | ebcb7d3ae1b286808312eb19dada04fe4e1f4085 (diff) | |
Delete pom.xml
| -rw-r--r-- | pom.xml | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/pom.xml b/pom.xml deleted file mode 100644 index ab41d6e..0000000 --- a/pom.xml +++ /dev/null @@ -1,32 +0,0 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <groupId>com.github.pinapelz</groupId> - <artifactId>jholodex</artifactId> - <version>0.04</version> - <name>JHolodex</name> - <url>http://maven.apache.org</url> - <properties> - <maven.compiler.source>11</maven.compiler.source> - <maven.compiler.target>11</maven.compiler.target> - </properties> - <dependencies> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.1</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>com.squareup.retrofit2</groupId> - <artifactId>retrofit</artifactId> - <version>2.9.0</version> - </dependency> - <dependency> - <groupId>com.squareup.retrofit2</groupId> - <artifactId>converter-jackson</artifactId> - <version>2.9.0</version> - </dependency> - </dependencies> -</project> - |
