From e487b6da9faaec0ceccbd60eb07cf5aea7721491 Mon Sep 17 00:00:00 2001 From: Praveen M Vaidya Date: Tue, 18 Sep 2018 10:52:00 +0530 Subject: [PATCH] Added license details. --- pom.xml | 393 +++++++++++++++++++++++++++++++------------------------- 1 file changed, 216 insertions(+), 177 deletions(-) diff --git a/pom.xml b/pom.xml index 3330b73..b28d890 100644 --- a/pom.xml +++ b/pom.xml @@ -1,181 +1,220 @@ - - - 4.0.0 - - c8y.agents.opc - c8y-agents-opc - 9.12.0 - Cumulocity :: Agents - pom - - - scm:hg:ssh://hg@bitbucket.org/m2m/cumulocity-agents-opc - HEAD - - - UTF-8 - 1.7 - 1.7 - - 9.12.0 - 9.12.0 - 9.12.0 - 9.12.0 - - - 8.19.0 - 8.19.0 - - 1.16.6 - 3.1 - - - - - default - - true - - - opcua-agent - - - - - - - - com.nsn.cumulocity.model - rest-representation - ${c8y.model.version} - - - - com.nsn.cumulocity.clients-java - microservice-agent - ${c8y.microservice.version} - - - - com.nsn.cumulocity.clients-java - agent-framework - ${c8y.agent-framework.version} - pom - import - - - com.nsn.cumulocity.model - device-capability-model - ${c8y.clients.version} - - - commons-lang - commons-lang - 2.6 - - - - - org.projectlombok - lombok - ${lombok.version} - - - - - org.hamcrest - hamcrest-all - 1.3 - test - - - org.mockito - mockito-all - 1.10.19 - test - - - com.jayway.restassured - rest-assured - 2.8.0 - test - - - org.codehaus.groovy - groovy-all - 2.4.5 - test - - - org.easytesting - fest-assert - 1.4 - test - - - - - - - - - maven-assembly-plugin - 2.4 - - - maven-compiler-plugin - 3.1 - - - maven-deploy-plugin - 2.8.1 - - - maven-jar-plugin - 2.4 - - - maven-resources-plugin - 2.6 - - - maven-surefire-plugin - 2.16 - - - org.apache.maven.plugins - maven-war-plugin - 3.0.0 - - - com.nsn.cumulocity.clients-java - microservice-package-maven-plugin - ${c8y.microservice-new.version} - - - package - package - - package - - - - push - package - - push - - - - - - com.nsn.cumulocity.dependencies - 3rd-license-maven-plugin - ${c8y.dependencies.version} + + + 4.0.0 + + c8y.agents.opc + c8y-agents-opc + 9.12.0 + Cumulocity :: Agents + pom + + + scm:hg:ssh://hg@bitbucket.org/m2m/cumulocity-agents-opc + HEAD + + + UTF-8 + 1.7 + 1.7 + + 9.12.0 + 9.12.0 + 9.12.0 + 9.12.0 + + + 8.19.0 + 8.18.0 + + 1.3.5.RELEASE + 1.16.6 + 3.1 + + + + + Apache License + http://www.apache.org/licenses + + Copyright (C) 2018 Cumulocity GmbH + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + + + + + + default + + true + + + opcua-agent + + + + + + + + com.nsn.cumulocity.model + rest-representation + ${c8y.model.version} + + + + com.nsn.cumulocity.clients-java + microservice-agent + ${c8y.microservice.version} + + + + com.nsn.cumulocity.clients-java + agent-framework + ${c8y.agent-framework.version} + pom + import + + + com.nsn.cumulocity.model + device-capability-model + ${c8y.clients.version} + + + commons-lang + commons-lang + 2.6 + + + + + org.projectlombok + lombok + ${lombok.version} + + + + + org.hamcrest + hamcrest-all + 1.3 + test + + + org.mockito + mockito-all + 1.10.19 + test + + + com.jayway.restassured + rest-assured + 2.8.0 + test + + + org.codehaus.groovy + groovy-all + 2.4.5 + test + + + org.easytesting + fest-assert + 1.4 + test + + + + + + + + + maven-assembly-plugin + 2.4 + + + maven-compiler-plugin + 3.1 + + + maven-deploy-plugin + 2.8.1 + + + maven-jar-plugin + 2.4 + + + maven-resources-plugin + 2.6 + + + maven-surefire-plugin + 2.16 + + + org.apache.maven.plugins + maven-war-plugin + 3.0.0 + + + org.springframework.boot + spring-boot-maven-plugin + ${spring.boot.version} + + ${agent.main.class} + + + + + repackage + + + + + + com.nsn.cumulocity.clients-java + microservice-package-maven-plugin + ${c8y.microservice-new.version} + + + package + package + + package + + + + push + package + + push + + + + + + com.nsn.cumulocity.dependencies + 3rd-license-maven-plugin + ${c8y.dependencies.version} - - - + + +