Skip to content

Commit 4df8d03

Browse files
author
Stephane Landelle
committed
Exclude beanshell
1 parent ba650c6 commit 4df8d03

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,12 @@
128128
<artifactId>testng</artifactId>
129129
<version>6.8.8</version>
130130
<scope>test</scope>
131+
<exclusions>
132+
<exclusion>
133+
<groupId>org.beanshell</groupId>
134+
<artifactId>bsh</artifactId>
135+
</exclusion>
136+
</exclusions>
131137
</dependency>
132138
<dependency>
133139
<groupId>org.eclipse.jetty</groupId>

0 commit comments

Comments
 (0)