aboutsummaryrefslogtreecommitdiffstats
path: root/mdbc-server/src/main/resources/logback.xml
AgeCommit message (Collapse)AuthorFilesLines
2019-01-23Fix node configuration/executable, and minor bugsEnrique Saurez1-0/+1
Change-Id: Ia442afe3146a532b01f8e7ef0f26c2dcbfdf4334 Issue-ID: MUSIC-281 Signed-off-by: Enrique Saurez <enrique.saurez@gmail.com>
2018-11-19Query processing with CalciteVikram Potturi1-0/+0
Change-Id: Id8ebbc48159810ca782081bb4f63071071c926dd Issue-ID: MUSIC-164 Signed-off-by: Vikram Potturi <vikramaditya.potturi@att.com>
2018-11-05Modularized mdbc buildRob Daugherty1-0/+370
The mdbc pom should inherit from oparent. The top-level pom should not build the jar directly. It should be a parent pom for mdbc submodules. The first submodule will be called mdbc-server. Note: the "mdbc" jar will now be called "mdbc-server". Change-Id: I4456e659b7494641e5b3cefd540eb62a149b79a4 Issue-ID: MUSIC-175 Signed-off-by: Rob Daugherty <rd472p@att.com>