2018-02-19 16:49:07 +08:00
|
|
|
/*
|
2021-02-03 05:41:39 +08:00
|
|
|
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
|
|
* or more contributor license agreements. Licensed under the Elastic License
|
|
|
|
* 2.0 and the Server Side Public License, v 1; you may not use this file except
|
|
|
|
* in compliance with, at your election, the Elastic License 2.0 or the Server
|
|
|
|
* Side Public License, v 1.
|
2018-02-19 16:49:07 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
dependencies {
|
2020-06-30 15:37:09 +08:00
|
|
|
api 'org.jruby.joni:joni:2.1.29'
|
2019-11-13 18:14:04 +08:00
|
|
|
// joni dependencies:
|
2020-06-30 15:37:09 +08:00
|
|
|
api 'org.jruby.jcodings:jcodings:1.0.44'
|
2018-02-19 16:49:07 +08:00
|
|
|
|
2020-06-12 19:34:53 +08:00
|
|
|
testImplementation(project(":test:framework")) {
|
2019-11-13 18:14:04 +08:00
|
|
|
exclude group: 'org.elasticsearch', module: 'elasticsearch-grok'
|
|
|
|
}
|
2018-02-19 16:49:07 +08:00
|
|
|
}
|
|
|
|
|
2021-08-24 20:34:27 +08:00
|
|
|
tasks.named("forbiddenPatterns").configure {
|
|
|
|
exclude '**/nagios'
|
|
|
|
}
|
|
|
|
|
2020-04-16 04:23:55 +08:00
|
|
|
tasks.named('forbiddenApisMain').configure {
|
2019-11-13 18:14:04 +08:00
|
|
|
replaceSignatureFiles 'jdk-signatures'
|
2018-02-19 16:49:07 +08:00
|
|
|
}
|