You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
431 B
18 lines
431 B
10 years ago
|
java_library(
|
||
|
name = 'java_libraries',
|
||
|
deps=[
|
||
|
'//dependencies/java/guava:guava',
|
||
|
'//dependencies/java/junit:hamcrest',
|
||
|
'//dependencies/java/jackson:jackson',
|
||
|
'//dependencies/java/jsr-305:jsr-305',
|
||
|
'//dependencies/java/junit:junit',
|
||
|
'//dependencies/java/opencsv:opencsv'
|
||
|
],
|
||
|
visibility = [
|
||
|
'PUBLIC'
|
||
|
]
|
||
|
)
|
||
|
project_config(
|
||
|
src_target = ':java_libraries',
|
||
|
)
|