Browse Source

exclude opensearch-scripting-painless-spi

Shinsuke Sugaya 1 year ago
parent
commit
6d89b3447c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      pom.xml

+ 4 - 0
pom.xml

@@ -1095,6 +1095,10 @@
 					<groupId>org.opensearch.plugin</groupId>
 					<artifactId>analysis-common</artifactId>
 				</exclusion>
+				<exclusion>
+					<groupId>org.opensearch.plugin</groupId>
+					<artifactId>opensearch-scripting-painless-spi</artifactId>
+				</exclusion>
 			</exclusions>
 		</dependency>
 		<dependency>