From bd1f6696f7fcee843f61e2cac9f75a41b37e042b Mon Sep 17 00:00:00 2001 From: Sampat Mali <85142768+sampatsmali@users.noreply.github.com> Date: Wed, 25 Aug 2021 14:32:04 +0530 Subject: [PATCH] Add files via upload testing --- pom.xml | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..758ea72 --- /dev/null +++ b/pom.xml @@ -0,0 +1,72 @@ + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 2.5.3 + + + com.persistent.github + GitHubAPI + 0.0.1-SNAPSHOT + GitHubAPI + GitHub API Project + + 11 + + + + org.springframework.boot + spring-boot-starter-web + + + + org.springframework.boot + spring-boot-devtools + runtime + true + + + org.projectlombok + lombok + true + + + org.springframework.boot + spring-boot-starter-test + test + + + org.kohsuke + github-api + 1.132 + + + + com.squareup.okhttp3 + okhttp + 4.9.1 + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + org.projectlombok + lombok + + + + + + + +