This repository was archived by the owner on May 28, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-16
lines changed Expand file tree Collapse file tree 2 files changed +5
-16
lines changed Original file line number Diff line number Diff line change 511511 <classifier >project-src</classifier >
512512 <type >zip</type >
513513 </dependency >
514- <!-- Uncomment as soon as we build Jersey with Java8 by default-->
515- <!-- <dependency>-->
516- <!-- <groupId>org.glassfish.jersey.examples</groupId>-->
517- <!-- <artifactId>rx-client-java8-webapp</artifactId>-->
518- <!-- <version>${project.version}</version>-->
519- <!-- <classifier>project-src</classifier>-->
520- <!-- <type>zip</type>-->
521- <!-- </dependency>-->
522- <!-- <dependency>-->
523- <!-- <groupId>org.glassfish.jersey.examples</groupId>-->
524- <!-- <artifactId>rx-client-java8-webapp</artifactId>-->
525- <!-- <version>${project.version}</version>-->
526- <!-- <classifier>gf-project-src</classifier>-->
527- <!-- <type>zip</type>-->
528- <!-- </dependency>-->
529514 <dependency >
530515 <groupId >org.glassfish.jersey.examples</groupId >
531516 <artifactId >rx-client-webapp</artifactId >
Original file line number Diff line number Diff line change 33
44 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
55
6- Copyright (c) 2010-2015 Oracle and/or its affiliates. All rights reserved.
6+ Copyright (c) 2010-2017 Oracle and/or its affiliates. All rights reserved.
77
88 The contents of this file are subject to the terms of either the GNU
99 General Public License Version 2 only ("GPL") or the Common Development
221221 <xsl : template match =" pom:plugin[pom:artifactId='jetty-maven-plugin']" >
222222 </xsl : template >
223223
224+ <!-- remove failsafe plugin (integration testing not possible without jetty/other container) -->
225+ <xsl : template match =" pom:plugin[pom:artifactId='maven-failsafe-plugin']" >
226+ </xsl : template >
227+
224228 <xsl : template match =" comment()" >
225229 <xsl : comment >
226230 <xsl : value-of select =" ." />
You can’t perform that action at this time.
0 commit comments