diff --git a/distro/addAlgorithm.sh b/distro/addAlgorithm.sh index 802fbb2..137386a 100644 --- a/distro/addAlgorithm.sh +++ b/distro/addAlgorithm.sh @@ -4,4 +4,4 @@ if [ ! -z $9 ] ; then INFRA_ENV=$9 fi echo $# arguments to $0: $* -java -cp ../tomcat/webapps/wps/WEB-INF/lib/*:../tomcat/lib/*:./*:../wps_algorithms/algorithms/$INFRA_ENV org.gcube.dataanalysis.wps.mapper.DataMinerUpdater -a$1 -l../wps_algorithms/algorithms/$INFRA_ENV -t$2 -i$3 -c../tomcat/webapps/wps/ecocfg/ -s$4 -e$5 -k$6 -u$7 -d$8 +java -cp ../tomcat/webapps/wps/WEB-INF/lib/*:../tomcat/lib/*:./*:../wps_algorithms/algorithms/$INFRA_ENV org.gcube.dataanalysis.wps.mapper.DataMinerUpdater -a$1 -l../wps_algorithms/algorithms/$INFRA_ENV -t$2 -i$3 -c../wps_config/ecocfg/ -s$4 -e$5 -k$6 -u$7 -d$8 diff --git a/pom.xml b/pom.xml index c9492c6..0a69310 100644 --- a/pom.xml +++ b/pom.xml @@ -4,12 +4,12 @@ maven-parent org.gcube.tools - 1.0.0 + 1.1.0 org.gcube.dataanalysis dataminer-algorithms-importer - 1.2.1-SNAPSHOT + 1.2.2-SNAPSHOT dataminer-algorithms-importer Algorithms for the dataminer service @@ -36,7 +36,7 @@ org.gcube.dataanalysis dataminer - [1.0.0-SNAPSHOT,2.0.0-SNAPSHOT) + [1.5.8,2.0.0-SNAPSHOT) provided @@ -67,7 +67,6 @@ maven-compiler-plugin - 3.3 1.8 1.8 @@ -76,7 +75,6 @@ org.apache.maven.plugins maven-surefire-plugin - 2.18.1 true @@ -103,17 +101,5 @@ - - - n52-releases - 52n Releases - http://52north.org/maven/repo/releases - - true - - - false - - - + \ No newline at end of file