diff options
Diffstat (limited to 'appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml')
-rw-r--r-- | appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml b/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml index 14f1de123..ac3b20a5a 100644 --- a/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml +++ b/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= ONAP : APPC ================================================================================ - Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. ================================================================================ Copyright (C) 2017 Amdocs ============================================================================= @@ -18,8 +18,6 @@ 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. - - ECOMP is a trademark and service mark of AT&T Intellectual Property. ============LICENSE_END========================================================= --> <project xmlns="http://maven.apache.org/POM/4.0.0" @@ -50,7 +48,7 @@ <dependency> <groupId>org.onap.appc</groupId> <artifactId>appc-data-access-lib</artifactId> - <version>${project.version}</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.appc</groupId> @@ -73,7 +71,7 @@ <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> <Bundle-Version>${project.version}</Bundle-Version> <Export-Package> - org.onap.appc.requesthandler,org.onap.appc.requesthandler.objects,org.onap.appc.transactionrecorder,org.onap.appc.message + org.onap.appc.requesthandler,org.onap.appc.requesthandler.objects,org.onap.appc.message </Export-Package> <Embed-Dependency> javax.json;scope=compile|runtime;inline=false |