diff options
author | Steve Smokowski <ss835w@att.com> | 2020-04-06 13:30:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-06 13:30:45 +0000 |
commit | 3b0019a08a5eb405c7df00958b1b90e2d91b98d1 (patch) | |
tree | e7783a8d515a1b26e5243fa47e59aa1f7d665f35 /bpmn/MSOCommonBPMN/pom.xml | |
parent | 11b3ac5fc12e98123cc3ae44a2becbc7e0d493ce (diff) | |
parent | 3db9a38fdae095122f716189900942e0f2b53f03 (diff) |
Merge "Added logic to update the requests DB when a"
Diffstat (limited to 'bpmn/MSOCommonBPMN/pom.xml')
-rw-r--r-- | bpmn/MSOCommonBPMN/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bpmn/MSOCommonBPMN/pom.xml b/bpmn/MSOCommonBPMN/pom.xml index 5d9c1a3acd..ec8ad3127c 100644 --- a/bpmn/MSOCommonBPMN/pom.xml +++ b/bpmn/MSOCommonBPMN/pom.xml @@ -1,6 +1,5 @@ <?xml version="1.0"?> -<project - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> @@ -23,7 +22,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.8.0</version> - <configuration> + <configuration> <compilerId>groovy-eclipse-compiler</compilerId> </configuration> |