diff options
author | elinuxhenrik <henrik.b.andersson@est.tech> | 2018-09-18 13:18:03 +0200 |
---|---|---|
committer | elinuxhenrik <henrik.b.andersson@est.tech> | 2018-09-18 21:47:48 +0200 |
commit | 5a61d0cb812ddd313953f7bbf5832cc5fb08240d (patch) | |
tree | 216f832d11c1bef94b45fb7bc0b30408a3c69134 /pom.xml | |
parent | f394594ec70aaf1eefa4f23b80226c3426dbc17a (diff) |
Adapt to new VES specification for notifications
Change-Id: I0ba8e67714679dc02fb08ce94787b1f98034a6c4
Issue-ID: DCAEGEN2-782
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
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> @@ -355,3 +357,4 @@ </dependencies> </dependencyManagement> </project> + |