diff --git a/.classpath b/.classpath index fc790a6..6fd6b4f 100644 --- a/.classpath +++ b/.classpath @@ -18,16 +18,11 @@ - - - - - - + diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 1fb4a17..e855b3f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -16,10 +16,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v2 with: - java-version: '11' + java-version: '17' distribution: 'adopt' cache: maven server-id: github diff --git a/pom.xml b/pom.xml index c34d74d..571f108 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ rest-api Rest API for the Java Matching Engine - 1.8 + 17 @@ -72,24 +72,6 @@ org.apache.maven.plugins maven-surefire-plugin - - org.apache.maven.plugins - maven-dependency-plugin - - - copy-dependencies - package - - copy-dependencies - - - ${project.build.directory} - false - true - - - -