blob: a43d6915ac05c28a980bf9676cd580e73a6b919b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# POMBA Audit Common Model
# Introduction
POMBA Audit Common Model provides a common model between context-builders and the context-aggregator.
Builders retrieve model data and convert it into the common model to be consumed by the context-aggregator.
# Compiling POMBA Audit Common Model
POMBA Audit Common Model can be compiled easily using maven command: `mvn clean install`
The result is JAR file under "target" folder
# Getting Help
https://wiki.onap.org/display/DW/POMBA+Dublin
# Release notes for versions
1.4.0: ONAP Dublin release
1.3.2: ONAP Casablanca release
|