diff options
Diffstat (limited to 'services/pom.xml')
-rw-r--r-- | services/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/services/pom.xml b/services/pom.xml index 582d6ccba..6ffd63930 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -1,6 +1,7 @@ <!-- ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. + Modifications Copyright (C) 2019 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -17,7 +18,6 @@ SPDX-License-Identifier: Apache-2.0 ============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"> <modelVersion>4.0.0</modelVersion> <parent> @@ -35,6 +35,7 @@ <modules> <module>services-engine</module> + <module>services-onappf</module> </modules> <profiles> |