commit | 3cc57351f6b8e438ac6d6ed98cb098a22c62608f | [log] [tgz] |
---|---|---|
author | Dan Timoney <dtimoney@att.com> | Mon Feb 26 10:58:32 2018 -0500 |
committer | Dan Timoney <dtimoney@att.com> | Mon Feb 26 10:58:32 2018 -0500 |
tree | 5a3e762ebb2ab4b715b3df332f890e4dc3ae1be5 | |
parent | d873c2251b596c5dc15c0899b22ea0b7fdd6a286 [diff] |
Fixed antlr dependencies Should depend on antlr4-runtime instead of antlr4 to avoid unnecessary compile-time-only dependencies Change-Id: I720628786676dfc81b4aadd4f3da752af2d92451 Issue-ID: CCSDK-175 Signed-off-by: Dan Timoney <dtimoney@att.com>
This source repository contains the code for the core SDN Controller components. To compile this code:
Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories.
To compile, run "mvn clean install".