Initial commit for ServiceHandler
[transportpce.git] / stubrenderer / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->\r
3 <!--\r
4 Copyright © 2017 Orange and others. All rights reserved.\r
5 \r
6 This program and the accompanying materials are made available under the\r
7 terms of the Eclipse Public License v1.0 which accompanies this distribution,\r
8 and is available at http://www.eclipse.org/legal/epl-v10.html\r
9 \r
10 Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange\r
11 -->\r
12 <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">\r
13   <modelVersion>4.0.0</modelVersion>\r
14 \r
15   <parent>\r
16     <groupId>org.opendaylight.controller</groupId>\r
17     <artifactId>config-parent</artifactId>\r
18     <version>0.6.0-SNAPSHOT</version>\r
19     <relativePath/>\r
20   </parent>\r
21 \r
22   <groupId>org.opendaylight.transportpce</groupId>\r
23   <artifactId>transportpce-stubrenderer</artifactId>\r
24   <version>0.1.0-SNAPSHOT</version>\r
25   <packaging>bundle</packaging>\r
26 \r
27   <dependencies>\r
28     <dependency>\r
29       <groupId>${project.groupId}</groupId>\r
30       <artifactId>transportpce-api</artifactId>\r
31       <version>${project.version}</version>\r
32     </dependency>\r
33     <dependency>\r
34       <groupId>${project.groupId}</groupId>\r
35       <artifactId>transportpce-ordmodels</artifactId>\r
36       <version>${project.version}</version>\r
37     </dependency>\r
38 \r
39     <!-- Testing Dependencies -->\r
40     <dependency>\r
41       <groupId>junit</groupId>\r
42       <artifactId>junit</artifactId>\r
43       <scope>test</scope>\r
44     </dependency>\r
45 \r
46     <dependency>\r
47       <groupId>org.mockito</groupId>\r
48       <artifactId>mockito-core</artifactId>\r
49       <scope>test</scope>\r
50     </dependency>\r
51   </dependencies>\r
52 </project>\r