diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2018-09-19 13:48:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-19 13:48:47 +0000 |
commit | 7051ab4c0776b0978afbb9507b6886996eb5748c (patch) | |
tree | 265135a84d7f02d69d4fb0337a6e31d749cb2a0a /pom.xml | |
parent | 93adeb4a2503fbdb4d8e06d777a4aa836b28d720 (diff) | |
parent | 5a61d0cb812ddd313953f7bbf5832cc5fb08240d (diff) |
Merge "Adapt to new VES specification for notifications"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -16,7 +16,9 @@ ~ limitations under the License. ~ ============LICENSE_END======================================================================= --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> @@ -332,3 +334,4 @@ </dependencies> </dependencyManagement> </project> + |