commit | c80213e91c20dca8794a7d7540d9afb876b6d693 | [log] [tgz] |
---|---|---|
author | Jim Hahn <jrh3@att.com> | Fri Apr 03 16:33:39 2020 -0400 |
committer | Jim Hahn <jrh3@att.com> | Fri Apr 03 16:35:42 2020 -0400 |
tree | 1b68f10247804ebd2dfccf3ed3813b8c87a74cb9 | |
parent | b00006fd6505588ec3210d826020fc87939ee076 [diff] |
Add RE2J in lieu of java.util Pattern Sonar complains about java.util Pattern usage when the pattern has quanitifiers like "*" or "+". It suggests using RE2J instead. Added that to the parent pom - hope it doesn't have licensing issues. Issue-ID: POLICY-2305 Change-Id: I4a79d073e911f42911dabfab92177bce5893efd7 Signed-off-by: Jim Hahn <jrh3@att.com>
Copyright 2018 AT&T Intellectual Property. All rights reserved. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
This source repository contains the ONAP Policy Parent repository that contains overarching build pom.xml to build ALL the repos under policy/*
To build it using Maven 3, run: mvn clean install