From d42b3fa9d3689150dd03a7b83b20f6eec05a0dd0 Mon Sep 17 00:00:00 2001 From: Gijs Kant Date: Wed, 7 Mar 2018 12:32:58 +0100 Subject: [PATCH] Remove unneeded Maven build file. We use gradle instead now. --- transmart-core-api/pom.xml | 128 ------------------------------------- 1 file changed, 128 deletions(-) delete mode 100644 transmart-core-api/pom.xml diff --git a/transmart-core-api/pom.xml b/transmart-core-api/pom.xml deleted file mode 100644 index 01c2935350..0000000000 --- a/transmart-core-api/pom.xml +++ /dev/null @@ -1,128 +0,0 @@ - - - - 4.0.0 - - org.transmartproject - transmart-core-api - tranSMART Core API - 16.2-SNAPSHOT - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - 1.6 - 1.6 - - - - - - - - org.codehaus.gmaven - gmaven-plugin - 1.5 - - ${gmavenProviderSelection} - UTF-8 - - - - - generateStubs - compile - generateTestStubs - testCompile - - - - - - org.codehaus.groovy - groovy-all - ${groovyVersion} - - - - - maven-source-plugin - 2.2.1 - - - verify - - jar - - - - - - maven-surefire-plugin - 2.10 - - - **/*Tests.java - - - - - - - - - org.codehaus.groovy - groovy-all - ${groovyVersion} - provided - - - - junit - junit - 4.11 - test - - - com.google.guava - guava - ${guava.version} - - - org.hamcrest - hamcrest-core - ${hamcrest.version} - test - - - org.hamcrest - hamcrest-library - ${hamcrest.version} - test - - - - - - repo.transmartfoundation.org-releases - https://repo.transmartfoundation.org/content/repositories/releases/ - - - repo.transmartfoundation.org-snapshots - https://repo.transmartfoundation.org/content/repositories/snapshots/ - - - - - 2.1.0 - 2.0 - UTF-8 - 14.0.1 - 1.3 - -