diff options
author | Norm Traxler <normant@amdocs.com> | 2019-01-21 21:03:59 +0000 |
---|---|---|
committer | Norm Traxler <normant@amdocs.com> | 2019-01-22 14:23:19 +0000 |
commit | 5c07f0088fd71e30bfd8dc92b870f604b4297420 (patch) | |
tree | 8f4fca51f25c591888b6dad00c6b94ee0db6a1ce /pom.xml | |
parent | cdad28821c2ac6834e284aae72f10ad2d0529147 (diff) |
NetworkDiscCtxBuilder error handling
Issue-ID: LOG-938
Change-Id: I20e8592efe5f1ca8960f228041303c8d25628018
Signed-off-by: Norm Traxler <normant@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -310,7 +310,7 @@ limitations under the License. <includes> <include>*.properties</include> <include>*.xml</include> - <include>*.spec</include> + <include>**/*.json</include> </includes> <filtering>false</filtering> </resource> |