Merge "Package jsonevent-layout with war"
This commit is contained in:
commit
23dde5f22d
@ -59,6 +59,7 @@ java_library(
|
|||||||
'//lib/jgit:jgit-archive',
|
'//lib/jgit:jgit-archive',
|
||||||
'//lib/joda:joda-time',
|
'//lib/joda:joda-time',
|
||||||
'//lib/log:api',
|
'//lib/log:api',
|
||||||
|
'//lib/log:jsonevent-layout',
|
||||||
'//lib/log:log4j',
|
'//lib/log:log4j',
|
||||||
'//lib/lucene:analyzers-common',
|
'//lib/lucene:analyzers-common',
|
||||||
'//lib/lucene:core',
|
'//lib/lucene:core',
|
||||||
|
@ -41,8 +41,8 @@ maven_jar(
|
|||||||
|
|
||||||
maven_jar(
|
maven_jar(
|
||||||
name = 'lang',
|
name = 'lang',
|
||||||
id = 'commons-lang:commons-lang:2.5',
|
id = 'commons-lang:commons-lang:2.6',
|
||||||
sha1 = 'b0236b252e86419eef20c31a44579d2aee2f0a69',
|
sha1 = '0ce1edb914c94ebc388f086c6827e8bdeec71ac2',
|
||||||
license = 'Apache2.0',
|
license = 'Apache2.0',
|
||||||
exclude = ['META-INF/LICENSE.txt', 'META-INF/NOTICE.txt'],
|
exclude = ['META-INF/LICENSE.txt', 'META-INF/NOTICE.txt'],
|
||||||
)
|
)
|
||||||
|
15
lib/log/BUCK
15
lib/log/BUCK
@ -31,3 +31,18 @@ maven_jar(
|
|||||||
license = 'Apache2.0',
|
license = 'Apache2.0',
|
||||||
exclude = ['META-INF/LICENSE', 'META-INF/NOTICE'],
|
exclude = ['META-INF/LICENSE', 'META-INF/NOTICE'],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
maven_jar(
|
||||||
|
name = 'jsonevent-layout',
|
||||||
|
id = 'net.logstash.log4j:jsonevent-layout:1.7',
|
||||||
|
sha1 = '507713504f0ddb75ba512f62763519c43cf46fde',
|
||||||
|
license = 'Apache2.0',
|
||||||
|
deps = [':json-smart', '//lib/commons:lang']
|
||||||
|
)
|
||||||
|
|
||||||
|
maven_jar(
|
||||||
|
name = 'json-smart',
|
||||||
|
id = 'net.minidev:json-smart:1.1.1',
|
||||||
|
sha1 = '24a2f903d25e004de30ac602c5b47f2d4e420a59',
|
||||||
|
license = 'Apache2.0',
|
||||||
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user