diff --git a/.gitignore b/.gitignore index e210d1dc85..fe72a3df8f 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,5 @@ hs_err_pid* .cache-main site/ + +modules/siddhi-service/dependency-reduced-pom.xml diff --git a/modules/siddhi-service/dependency-reduced-pom.xml b/modules/siddhi-service/dependency-reduced-pom.xml deleted file mode 100644 index b630f3ed0d..0000000000 --- a/modules/siddhi-service/dependency-reduced-pom.xml +++ /dev/null @@ -1,140 +0,0 @@ - - - - siddhi - org.wso2.siddhi - 4.0.0-M24-SNAPSHOT - ../../pom.xml - - 4.0.0 - siddhi-service - Siddhi As a Service - - - - - maven-checkstyle-plugin - ${maven.checkstyleplugin.version} - - - validate - validate - - check - - - https://raw.githubusercontent.com/wso2/code-quality-tools/master/checkstyle/checkstyle.xml - https://raw.githubusercontent.com/wso2/code-quality-tools/master/checkstyle/suppressions.xml - UTF-8 - true - true - true - ${maven.checkstyleplugin.excludes} - - - - - - - - - maven-shade-plugin - - - package - - shade - - - - - *:* - - META-INF/*.SF - META-INF/*.DSA - META-INF/*.RSA - - - - - - - org.wso2.siddhi.service.api.Application - - - - - - - - org.codehaus.mojo - build-helper-maven-plugin - 1.9.1 - - - add-source - generate-sources - - add-source - - - - src/gen/java - - - - - - - maven-assembly-plugin - 2.2 - - - make-assembly - package - - single - - - - - - src/main/zip.xml - - - - - maven-checkstyle-plugin - ${maven.checkstyleplugin.version} - - - org.codehaus.mojo - findbugs-maven-plugin - ${maven.findbugsplugin.version} - - - - - - junit - junit - 4.12 - test - - - hamcrest-core - org.hamcrest - - - - - - 3.0.3 - 2.17 - 1.8 - UTF-8 - ${java.version} - ${java.version} - - -