blob: 7b94571979dfdccc44ed59eb418f6d370ff44668 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# POMBA SDC Context Builder
# Introduction
The purpose of SDC Context Builder is to encapsulate the complexity of interaction with SDC component. It allows to encapsulate the complexity of reaching a component as well as implement the mapping and transformation component’s related data to common model consumed by audit process.
# Compiling POMBA Audit Common Model
POMBA SDC Context Builder can be compiled easily using maven command: `mvn clean install`
The result is JAR file under "target" folder
# Getting Help
*** to be completed on release ***
# Release notes for versions
1.3.0-SNAPSHOT
Initial ONAP release
|