Skip to content

Commit aab5c8b

Browse files
committed
Modify Jetty exclusion in pom.xml
Removed exclusion for all Jetty artifacts from a dependency and added it back to another dependency.
1 parent b70fa78 commit aab5c8b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

plugin/trino-ranger/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@
7070
<groupId>org.apache.hadoop</groupId>
7171
<artifactId>hadoop-common</artifactId>
7272
</exclusion>
73-
<exclusion>
74-
<groupId>org.eclipse.jetty</groupId>
75-
<artifactId>*</artifactId>
76-
</exclusion>
7773
</exclusions>
7874
</dependency>
7975

@@ -208,6 +204,10 @@
208204
<groupId>commons-logging</groupId>
209205
<artifactId>commons-logging</artifactId>
210206
</exclusion>
207+
<exclusion>
208+
<groupId>org.eclipse.jetty</groupId>
209+
<artifactId>*</artifactId>
210+
</exclusion>
211211
</exclusions>
212212
</dependency>
213213

0 commit comments

Comments
 (0)