This is an automated email from the ASF dual-hosted git repository.
arp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ratis.git
The following commit(s) were added to refs/heads/master by this push:
new f401c7a RATIS-658. ratis-assembly does not include
ratis-resource-bundle. Contributed by Mukul Kumar Singh.
f401c7a is described below
commit f401c7a3d21ba2ce6fc735891ae9e22ea5628c8d
Author: Arpit Agarwal <[email protected]>
AuthorDate: Fri Aug 16 10:59:02 2019 -0700
RATIS-658. ratis-assembly does not include ratis-resource-bundle.
Contributed by Mukul Kumar Singh.
---
ratis-assembly/src/main/assembly/src.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/ratis-assembly/src/main/assembly/src.xml
b/ratis-assembly/src/main/assembly/src.xml
index 75561f3..c039ee7 100644
--- a/ratis-assembly/src/main/assembly/src.xml
+++ b/ratis-assembly/src/main/assembly/src.xml
@@ -42,6 +42,7 @@
<include>org.apache.ratis:ratis-server</include>
<include>org.apache.ratis:ratis-test</include>
<include>org.apache.ratis:ratis-metrics</include>
+ <include>org.apache.ratis:ratis-resource-bundle</include>
</includes>
<sources>
<excludeSubModuleDirectories>false</excludeSubModuleDirectories>