diff options
-rw-r--r-- | pom.xml | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -15,14 +15,13 @@ ~ limitations under the License. --> <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"> + 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> <groupId>org.onap.oparent</groupId> - <artifactId>version</artifactId> + <artifactId>oparent</artifactId> <version>1.0.0-SNAPSHOT</version> - <relativePath>../../oparent</relativePath> </parent> <groupId>org.onap.holmes.engine-management</groupId> @@ -65,6 +64,7 @@ <win64outputdir>target/assembly/${win64id}</win64outputdir> <version.output>target/version</version.output> </properties> + <dependencyManagement> <dependencies> <dependency> @@ -158,6 +158,5 @@ </dependency> </dependencies> </dependencyManagement> - </project> |