chengfan | 8ea6a56 | 2016-11-26 16:37:02 +0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ~ /* |
Brian O'Connor | a09fe5b | 2017-08-03 21:12:30 -0700 | [diff] [blame] | 4 | ~ * Copyright 2016-present Open Networking Foundation |
chengfan | 8ea6a56 | 2016-11-26 16:37:02 +0800 | [diff] [blame] | 5 | ~ * |
| 6 | ~ * Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | ~ * you may not use this file except in compliance with the License. |
| 8 | ~ * You may obtain a copy of the License at |
| 9 | ~ * |
| 10 | ~ * http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | ~ * |
| 12 | ~ * Unless required by applicable law or agreed to in writing, software |
| 13 | ~ * distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | ~ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | ~ * See the License for the specific language governing permissions and |
| 16 | ~ * limitations under the License. |
| 17 | ~ */ |
| 18 | --> |
| 19 | |
| 20 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 21 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 22 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 23 | <parent> |
Yuta HIGUCHI | 7847227 | 2018-05-03 17:08:16 -0700 | [diff] [blame] | 24 | <artifactId>onos-apps-tenbi</artifactId> |
chengfan | 8ea6a56 | 2016-11-26 16:37:02 +0800 | [diff] [blame] | 25 | <groupId>org.onosproject</groupId> |
Ray Milkey | bca9049 | 2018-04-13 12:47:31 -0700 | [diff] [blame] | 26 | <version>1.14.0-SNAPSHOT</version> |
chengfan | 8ea6a56 | 2016-11-26 16:37:02 +0800 | [diff] [blame] | 27 | </parent> |
| 28 | <modelVersion>4.0.0</modelVersion> |
| 29 | |
Yuta HIGUCHI | 7847227 | 2018-05-03 17:08:16 -0700 | [diff] [blame] | 30 | <artifactId>onos-apps-tenbi-tunnel</artifactId> |
chengfan | 8ea6a56 | 2016-11-26 16:37:02 +0800 | [diff] [blame] | 31 | <packaging>bundle</packaging> |
| 32 | <description>IETF TE Tunnel NBI</description> |
| 33 | |
| 34 | <dependencies> |
| 35 | <dependency> |
| 36 | <groupId>org.onosproject</groupId> |
Yuta HIGUCHI | 7847227 | 2018-05-03 17:08:16 -0700 | [diff] [blame] | 37 | <artifactId>onos-apps-tenbi-yangmodel</artifactId> |
chengfan | 8ea6a56 | 2016-11-26 16:37:02 +0800 | [diff] [blame] | 38 | <version>${project.version}</version> |
| 39 | </dependency> |
| 40 | <dependency> |
| 41 | <groupId>org.onosproject</groupId> |
Yuta HIGUCHI | 7847227 | 2018-05-03 17:08:16 -0700 | [diff] [blame] | 42 | <artifactId>onos-apps-tenbi-utils</artifactId> |
chengfan | 8ea6a56 | 2016-11-26 16:37:02 +0800 | [diff] [blame] | 43 | <version>${project.version}</version> |
| 44 | </dependency> |
| 45 | <dependency> |
| 46 | <groupId>org.onosproject</groupId> |
Yuta HIGUCHI | 7847227 | 2018-05-03 17:08:16 -0700 | [diff] [blame] | 47 | <artifactId>onos-apps-yms-api</artifactId> |
chengfan | 8ea6a56 | 2016-11-26 16:37:02 +0800 | [diff] [blame] | 48 | <version>${project.version}</version> |
| 49 | </dependency> |
| 50 | <dependency> |
| 51 | <groupId>org.onosproject</groupId> |
| 52 | <artifactId>onos-incubator-api</artifactId> |
| 53 | <version>${project.version}</version> |
| 54 | </dependency> |
| 55 | <dependency> |
| 56 | <groupId>org.onosproject</groupId> |
Yuta HIGUCHI | 7847227 | 2018-05-03 17:08:16 -0700 | [diff] [blame] | 57 | <artifactId>onos-apps-tetunnel-api</artifactId> |
chengfan | 8ea6a56 | 2016-11-26 16:37:02 +0800 | [diff] [blame] | 58 | <version>${project.version}</version> |
| 59 | </dependency> |
| 60 | <dependency> |
| 61 | <groupId>org.onosproject</groupId> |
Yuta HIGUCHI | 7847227 | 2018-05-03 17:08:16 -0700 | [diff] [blame] | 62 | <artifactId>onos-apps-tetopology-api</artifactId> |
chengfan | 8ea6a56 | 2016-11-26 16:37:02 +0800 | [diff] [blame] | 63 | <version>${project.version}</version> |
| 64 | </dependency> |
| 65 | <dependency> |
| 66 | <groupId>org.easymock</groupId> |
| 67 | <artifactId>easymock</artifactId> |
| 68 | <scope>test</scope> |
| 69 | </dependency> |
| 70 | <dependency> |
| 71 | <groupId>org.onosproject</groupId> |
| 72 | <artifactId>onlab-junit</artifactId> |
| 73 | <scope>test</scope> |
| 74 | </dependency> |
| 75 | </dependencies> |
| 76 | <build> |
| 77 | <plugins> |
| 78 | <plugin> |
| 79 | <groupId>org.apache.felix</groupId> |
| 80 | <artifactId>maven-bundle-plugin</artifactId> |
| 81 | <version>3.2.0</version> |
| 82 | <extensions>true</extensions> |
| 83 | <configuration> |
| 84 | <instructions> |
| 85 | <Private-Package> |
| 86 | org.onosproject.yang.gen.*, |
| 87 | org.onosproject.teyang.*, |
| 88 | <!--org.onosproject.tetopology.management.api.*,--> |
| 89 | </Private-Package> |
| 90 | </instructions> |
| 91 | </configuration> |
| 92 | </plugin> |
Yuta HIGUCHI | 488a94c | 2018-01-26 17:24:09 -0800 | [diff] [blame] | 93 | |
| 94 | <plugin> |
| 95 | <groupId>org.apache.maven.plugins</groupId> |
| 96 | <artifactId>maven-compiler-plugin</artifactId> |
| 97 | <configuration> |
| 98 | <compilerArgs> |
| 99 | <arg>-XepDisableAllChecks</arg> |
| 100 | <arg>-Xep:BetaApi:OFF</arg> |
| 101 | </compilerArgs> |
| 102 | </configuration> |
| 103 | <executions> |
| 104 | <execution> |
| 105 | <phase>compile</phase> |
| 106 | <goals> |
| 107 | <goal>compile</goal> |
| 108 | </goals> |
| 109 | <configuration> |
| 110 | <compilerArgs> |
| 111 | <arg>-XepDisableAllChecks</arg> |
| 112 | <arg>-Xep:BetaApi:OFF</arg> |
| 113 | </compilerArgs> |
| 114 | </configuration> |
| 115 | </execution> |
| 116 | </executions> |
| 117 | </plugin> |
| 118 | |
chengfan | 8ea6a56 | 2016-11-26 16:37:02 +0800 | [diff] [blame] | 119 | </plugins> |
| 120 | </build> |
| 121 | |
| 122 | </project> |