From d197143561fb89752bc9da3eaa3f697e16a3cea0 Mon Sep 17 00:00:00 2001 From: cstella Date: Fri, 8 Sep 2017 20:21:19 -0400 Subject: [PATCH] METRON-1169: dependency checker has not been running in travis --- .travis.yml | 3 +-- dependencies_with_url.csv | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 917b184b39..f5edfb27fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,13 +31,12 @@ before_install: - export PATH=$M2_HOME/bin:$PATH - npm config set cache $HOME/.npm-cache --global - npm config set prefix $HOME/.npm-prefix --global - - time build_utils/verify_licenses.sh install: - time mvn -q -T 2C -DskipTests clean install script: - - time mvn -q -T 2C surefire:test@unit-tests && time mvn -q surefire:test@integration-tests && time mvn -q test --projects metron-interface/metron-config + - time mvn -q -T 2C surefire:test@unit-tests && time mvn -q surefire:test@integration-tests && time mvn -q test --projects metron-interface/metron-config && time build_utils/verify_licenses.sh before_cache: - rm -rf $HOME/.m2/repository/org/apache/metron diff --git a/dependencies_with_url.csv b/dependencies_with_url.csv index d09fed6d51..9ebb9e48b4 100644 --- a/dependencies_with_url.csv +++ b/dependencies_with_url.csv @@ -307,3 +307,5 @@ net.byteseek:byteseek:jar:2.0.3:compile,BSD,https://github.com/nishihatapalmer/b org.springframework.security.kerberos:spring-security-kerberos-client:jar:1.0.1.RELEASE:compile,ASLv2,https://github.com/spring-projects/spring-security-kerberos org.springframework.security.kerberos:spring-security-kerberos-core:jar:1.0.1.RELEASE:compile,ASLv2,https://github.com/spring-projects/spring-security-kerberos org.springframework.kafka:spring-kafka:jar:1.1.1.RELEASE:compile,ASLv2,https://github.com/spring-projects/spring-kafka +ch.hsr:geohash:jar:1.3.0:compile,ASLv2,https://github.com/kungfoo/geohash-java +org.locationtech.spatial4j:spatial4j:jar:0.6:compile,ASLv2,https://github.com/locationtech/spatial4j