diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index e1ca22d..0000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,37 +0,0 @@
-# This file is a template, and might need editing before it works on your project.
-# This is the Gradle build system for JVM applications
-# https://gradle.org/
-# https://github.com/gradle/gradle
-image: gradle:alpine
-
-# Disable the Gradle daemon for Continuous Integration servers as correctness
-# is usually a priority over speed in CI environments. Using a fresh
-# runtime for each build is more reliable since the runtime is completely
-# isolated from any previous builds.
-variables:
- GRADLE_OPTS: "-Dorg.gradle.daemon=false"
-
-before_script:
- - export GRADLE_USER_HOME=`pwd`/.gradle
-
-build:
- stage: build
- script: gradle --build-cache assemble
- cache:
- key: "$CI_COMMIT_REF_NAME"
- policy: push
- paths:
- - build
- - .gradle
-
-
-test:
- stage: test
- script: gradle check
- cache:
- key: "$CI_COMMIT_REF_NAME"
- policy: pull
- paths:
- - build
- - .gradle
-
diff --git a/OOP-Project.iml b/OOP-Project.iml
deleted file mode 100644
index 391e562..0000000
--- a/OOP-Project.iml
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
-
-
-
- file://$MODULE_DIR$/src/Server/src/main/java/hello/Application.java
- file://$MODULE_DIR$/src/Client/src/main/java/hello/Application.java
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
deleted file mode 100644
index 74ac535..0000000
--- a/pom.xml
+++ /dev/null
@@ -1,177 +0,0 @@
-
-
- 4.0.0
-
- group-template
- OOP-Project
- 0.1-SNAPSHOT
- jar
- Starter OOPProject-Template
-
-
- 1.8
- 1.8
-
- 7.2
- 2.17
-
- 0.7.8
-
-
-
-
- junit
- junit
- RELEASE
- test
-
-
- org.springframework.boot
- spring-boot-autoconfigure
- 2.0.5.RELEASE
-
-
- org.slf4j
- slf4j-api
- 1.7.25
-
-
- org.slf4j
- slf4j-api
- 1.7.25
-
-
- org.springframework
- spring-web
- 5.0.9.RELEASE
-
-
- ch.qos.logback
- logback-classic
- 1.2.3
-
-
- org.slf4j
- slf4j-api
- 1.7.25
-
-
- org.springframework
- spring-web
- 5.0.9.RELEASE
-
-
- org.springframework
- spring-web
- 5.0.9.RELEASE
-
-
- org.apache.logging.log4j
- log4j-api
- 2.10.0
-
-
- org.testng
- testng
- RELEASE
- compile
-
-
- org.testng
- testng
- 7.0.0-beta3
- compile
-
-
- junit
- junit
- 4.13-beta-2
-
-
- org.junit.jupiter
- junit-jupiter-api
- RELEASE
- compile
-
-
- com.fasterxml.jackson.core
- jackson-annotations
- 2.9.0
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-checkstyle-plugin
- ${checkstyle.plugin.version}
-
-
- com.puppycrawl.tools
- checkstyle
- ${checkstyle.version}
-
-
-
-
-
- org.jacoco
- jacoco-maven-plugin
- ${jacoco-maven-plugin.version}
-
-
- default-prepare-agent
-
- prepare-agent
-
-
-
- default-report
- prepare-package
-
- report
-
-
-
- default-check
-
- check
-
-
-
-
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
-
- ${maven.compiler.source}
- ${maven.compiler.target}
-
-
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-checkstyle-plugin
- ${checkstyle.plugin.version}
-
-
- CSE1105.checkstyle.xml
-
-
-
-
-
-
\ No newline at end of file