diff options
author | Alex Shatov <alexs@att.com> | 2018-05-07 14:51:18 -0400 |
---|---|---|
committer | Alex Shatov <alexs@att.com> | 2018-05-07 14:51:18 -0400 |
commit | d1195c61ca01888d8752a84a2c008719b24b6ba5 (patch) | |
tree | af4782921f02a850590b3ac19f425f3736797756 /pom.xml | |
parent | a46339420faefc49cb48adf2989a0884ff961278 (diff) |
fixed 413 "request entity too large" for /policy
- increased the message limit to 150mb on policy-update API
to avoid 413 on catchup messages from policy-handler
- external version 2.1.3, internal version 4.4.3
- unit test code coverage
Statements : 84% ( 940/1119 )
Branches : 62.75% ( 320/510 )
Functions : 81.15% ( 155/191 )
Lines : 84.15% ( 929/1104 )
Change-Id: Iafd27b37fde6b0a310f2ba805f505f380b58ec1f
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-491
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <groupId>org.onap.dcaegen2.platform</groupId> <artifactId>deployment-handler</artifactId> <name>dcaegen2-platform-deployment-handler</name> - <version>2.1.2-SNAPSHOT</version> + <version>2.1.3-SNAPSHOT</version> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |