Use managed guava version

Use centrally managed guava version specified in
oparent.  Includes upgrade to oparent 1.2.0.

This change was submitted by script and may include
additional whitespace or formatting changes.

Change-Id: Idcd5f08421807ccea03a7163bf61e1519f45146b
Issue-ID: INT-619
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
1 file changed
tree: cd3ddcdd947a21936bd44d7823d723d642ec5af1
  1. data/
  2. data-formats/
  3. etc/
  4. logs/
  5. snmptrap/
  6. spec/
  7. tests/
  8. .gitreview
  9. coverage.xml
  10. Dockerfile
  11. INFO.yaml
  12. LICENSE.txt
  13. mvn-phase-script.sh
  14. pom.xml
  15. README.md
  16. requirements.txt
  17. setup.py
  18. tox.ini
  19. version.properties
README.md

DCAE SNMPTrapReceiver

This is the repository for SNMP Trap Receiver for Open DCAE.

Build Instructions

This project is organized as a mvn project for a python application.

git clone ssh://git@<repo-address>:dcae-collectors/snmptrap.git
mvn clean install

to be completed

The application is bundled into a docker image installed by the DCAE Controller. Following is the process to creating the image:

<FIXME: add detailed instructions >