Merge "Naming micro-service code."
[ccsdk/apps.git] / ms / controllerblueprints / modules / resource-dict / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <!--\r
3   ~ Copyright © 2017-2018 AT&T Intellectual Property.\r
4   ~\r
5   ~ Licensed under the Apache License, Version 2.0 (the "License");\r
6   ~ you may not use this file except in compliance with the License.\r
7   ~ You may obtain a copy of the License at\r
8   ~\r
9   ~     http://www.apache.org/licenses/LICENSE-2.0\r
10   ~\r
11   ~ Unless required by applicable law or agreed to in writing, software\r
12   ~ distributed under the License is distributed on an "AS IS" BASIS,\r
13   ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
14   ~ See the License for the specific language governing permissions and\r
15   ~ limitations under the License.\r
16   -->\r
17 \r
18 <project\r
19         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"\r
20         xmlns="http://maven.apache.org/POM/4.0.0"\r
21         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r
22     <modelVersion>4.0.0</modelVersion>\r
23     <parent>\r
24         <groupId>org.onap.ccsdk.apps</groupId>\r
25         <artifactId>controllerblueprints-modules</artifactId>\r
26         <version>0.3.0-SNAPSHOT</version>\r
27     </parent>\r
28     <artifactId>controllerblueprints-resource-dict</artifactId>\r
29     <name>Controller Blueprints Resource Dictionary</name>\r
30 \r
31     <dependencies>\r
32         <dependency>\r
33             <groupId>org.onap.ccsdk.apps</groupId>\r
34             <artifactId>controllerblueprints-core</artifactId>\r
35         </dependency>\r
36     </dependencies>\r
37 \r
38 \r
39 </project>\r
40 \r