From ef5ac16e81ddfbb2e5553769aac53c268944e8b9 Mon Sep 17 00:00:00 2001 From: Harald Musum Date: Thu, 12 Jul 2018 08:52:20 +0200 Subject: Revert "Adding handler and binding when services.xml has -field" --- container-search-gui/pom.xml | 91 ++++++++++++++++++++------------------------ 1 file changed, 41 insertions(+), 50 deletions(-) (limited to 'container-search-gui/pom.xml') diff --git a/container-search-gui/pom.xml b/container-search-gui/pom.xml index f598758e1de..f2ca70dd1f3 100644 --- a/container-search-gui/pom.xml +++ b/container-search-gui/pom.xml @@ -4,55 +4,46 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - 4.0.0 - - com.yahoo.vespa - parent - 6-SNAPSHOT - ../parent/pom.xml - - container-search-gui - container-plugin + 4.0.0 + + com.yahoo.vespa + parent 6-SNAPSHOT - - - com.google.inject - guice - provided - - - com.yahoo.vespa - yolean - ${project.version} - provided - - - com.yahoo.vespa - jdisc_http_service - ${project.version} - provided - - - com.yahoo.vespa - jdisc_core - ${project.version} - provided - - - com.yahoo.vespa - container-core - ${project.version} - provided - - - - - - com.yahoo.vespa - bundle-plugin - true - - - - + ../parent/pom.xml + + container-search-gui + jar + 6-SNAPSHOT + + + com.yahoo.vespa + application + 6-SNAPSHOT + + + junit + junit + test + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + -Xlint:all + -Xlint:-rawtypes + -Xlint:-unchecked + -Xlint:-serial + -Xlint:-deprecation + -Xlint:-dep-ann + -Xlint:-cast + -Werror + + + + + \ No newline at end of file -- cgit v1.2.3