
This is to prepare for implementing genlicenses rule in bazel. Change-Id: I60d79d5b53f9dd05c9f9ebfe6e6f658604c5a037
7 lines
161 B
Python
7 lines
161 B
Python
java_library(
|
|
name = 'dropwizard-core',
|
|
exports = ['@dropwizard_core//jar'],
|
|
visibility = ['//visibility:public'],
|
|
data = ['//lib:LICENSE-Apache2.0'],
|
|
)
|