Skip to content

Commit 70d09c4

Browse files
committed
test-framework Jetty provider - JDK 11 adjustments
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
1 parent a1fef36 commit 70d09c4

File tree

1 file changed

+2
-11
lines changed
  • test-framework/providers/jetty

1 file changed

+2
-11
lines changed

test-framework/providers/jetty/pom.xml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
@@ -52,15 +52,6 @@
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>
@@ -131,7 +122,7 @@
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>

0 commit comments

Comments
 (0)