KAFKA-1861; Publishing kafka-client:test in order to utilize the helper utils in TestUtils; patched by Manikumar Reddy; reviewed by Jun Rao

This commit is contained in:
Manikumar Reddy 2015-01-28 19:33:15 -06:00 committed by Jun Rao
parent f689e9b1e3
commit 11ec9bf5a5
1 changed files with 3 additions and 0 deletions

View File

@ -375,4 +375,7 @@ project(':clients') {
include "**/org/apache/kafka/common/serialization/*"
}
artifacts {
archives testJar
}
}