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 +6
-17
lines changed Expand file tree Collapse file tree 2 files changed +6
-17
lines changed Original file line number Diff line number Diff line change 2
2
<!--
3
3
~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
4
4
~
5
- ~ Copyright (c) 2013-2015 Oracle and/or its affiliates. All rights reserved.
5
+ ~ Copyright (c) 2013-2017 Oracle and/or its affiliates. All rights reserved.
6
6
~
7
7
~ The contents of this file are subject to the terms of either the GNU
8
8
~ General Public License Version 2 only ("GPL") or the Common Development
511
511
<classifier >project-src</classifier >
512
512
<type >zip</type >
513
513
</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>-->
529
514
<dependency >
530
515
<groupId >org.glassfish.jersey.examples</groupId >
531
516
<artifactId >rx-client-webapp</artifactId >
Original file line number Diff line number Diff line change 3
3
4
4
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
5
5
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.
7
7
8
8
The contents of this file are subject to the terms of either the GNU
9
9
General Public License Version 2 only ("GPL") or the Common Development
221
221
<xsl : template match =" pom:plugin[pom:artifactId='jetty-maven-plugin']" >
222
222
</xsl : template >
223
223
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
+
224
228
<xsl : template match =" comment()" >
225
229
<xsl : comment >
226
230
<xsl : value-of select =" ." />
You can’t perform that action at this time.
0 commit comments