commit | 116667df3977935f02206b3ce16e8d117ffa7545 | [log] [tgz] |
---|---|---|
author | Timoney, Dan (dt5972) <dtimoney@att.com> | Thu Aug 29 10:49:50 2019 -0400 |
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | Thu Aug 29 10:53:46 2019 -0400 |
tree | 6f1f94ee933d508ae98a2a4bab4460d13cd4c628 | |
parent | e82381b841584a4d4f94ade8ddf5a881353742bf [diff] |
Revert "Proposal to remove OSGi dependencies from the CCSDK project" This reverts commit b1dd81ede363508f83c86ed497b8c0815045f8e5. This commit contains a significant amount of new code with no jUnit testing, which drives our code coverage for this repo below mandatory 55% line coverage. Thus, this is not acceptable. Change-Id: I8a3196df31d0c86747bdb3facd963983276a66e2 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
This source repository contains the code for the SDN Controller adaptors. To compile this code:
Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories. See example-settings.xml for an example.
To compile, run "mvn clean install".