File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
test-framework/providers/jetty Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!--
33
4- Copyright (c) 2010, 2020 Oracle and/or its affiliates. All rights reserved.
4+ Copyright (c) 2010, 2021 Oracle and/or its affiliates. All rights reserved.
55
66 This program and the accompanying materials are made available under the
77 terms of the Eclipse Public License v. 2.0, which is available at
5252 </properties >
5353
5454 <profiles >
55- <profile >
56- <id >testsSkipJdk6</id >
57- <activation >
58- <jdk >1.6</jdk >
59- </activation >
60- <properties >
61- <skip .tests>true</skip .tests>
62- </properties >
63- </profile >
6455 <profile >
6556 <id >JettyExclude</id >
6657 <activation >
131122 <activation >
132123 <file >
133124 <!-- ${java11.build.outputDirectory} does not work here -->
134- <exists >target11/classes/org/glassfish/jersey/jetty/connector/JettyConnectorProvider .class</exists >
125+ <exists >target11/classes/org/glassfish/jersey/test/ jetty/JettyTestContainerFactory .class</exists >
135126 </file >
136127 <jdk >1.8</jdk >
137128 </activation >
You can’t perform that action at this time.
0 commit comments