diff options
author | Jan Srnicek <jsrnicek@cisco.com> | 2017-06-30 12:46:56 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-06-30 13:15:59 +0000 |
commit | 84ff4e5fd52c064437d0b6dcf43b2223f440b3c5 (patch) | |
tree | 45485b3df79423a42922c946724bdc55ee075067 /infra/pom.xml | |
parent | a90863760d1ae1a92520ce29841aec600d25a83a (diff) |
HONEYCOMB-373 - Separate minimal distribution modules to core module
Change-Id: I5278f91ea06f57c84b44a8458ef44469ebd0cf84
Signed-off-by: Jan Srnicek <jsrnicek@cisco.com>
Diffstat (limited to 'infra/pom.xml')
-rw-r--r-- | infra/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/infra/pom.xml b/infra/pom.xml index 7ff1b8e9a..0d25de530 100644 --- a/infra/pom.xml +++ b/infra/pom.xml @@ -49,6 +49,7 @@ <module>rpc</module> <module>minimal-distribution-test</module> <module>bgp-distribution-test</module> + <module>minimal-distribution-core</module> </modules> <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build --> |