aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/apigateway/provider/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wt/apigateway/provider/pom.xml')
-rw-r--r--sdnr/wt/apigateway/provider/pom.xml22
1 files changed, 9 insertions, 13 deletions
diff --git a/sdnr/wt/apigateway/provider/pom.xml b/sdnr/wt/apigateway/provider/pom.xml
index b4bbe1e56..a989874f8 100644
--- a/sdnr/wt/apigateway/provider/pom.xml
+++ b/sdnr/wt/apigateway/provider/pom.xml
@@ -11,27 +11,24 @@
OR CONDITIONS OF ANY KIND, either express or implied. * See the License for
the specific language governing permissions and * 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">
- <modelVersion>4.0.0</modelVersion>
+<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/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.onap.ccsdk.parent</groupId>
- <artifactId>binding-parent</artifactId>
- <version>1.5.1-SNAPSHOT</version>
- <relativePath/>
- </parent>
+ <modelVersion>4.0.0</modelVersion>
<groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
<artifactId>sdnr-wt-apigateway-provider</artifactId>
<version>0.7.0-SNAPSHOT</version>
- <packaging>bundle</packaging>
-
<name>ccsdk-features-sdnr-wt :: ${project.artifactId}</name>
-
+ <packaging>bundle</packaging>
<properties>
<checkstyle.skip>true</checkstyle.skip>
</properties>
-
+ <parent>
+ <groupId>org.onap.ccsdk.parent</groupId>
+ <artifactId>binding-parent</artifactId>
+ <version>1.5.1-SNAPSHOT</version>
+ <relativePath/>
+ </parent>
<dependencies>
<dependency>
<groupId>javax.servlet</groupId>
@@ -52,7 +49,6 @@
</dependency>
</dependencies>
-
<build>
<plugins>
<!-- fixed bug for sonarcube -->