alshabib | 3b1eadc | 2016-02-01 17:57:00 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Brian O'Connor | cf85aa8 | 2017-08-03 22:46:01 -0700 | [diff] [blame] | 3 | ~ Copyright 2016-present Open Networking Foundation |
alshabib | 3b1eadc | 2016-02-01 17:57:00 -0800 | [diff] [blame] | 4 | ~ |
| 5 | ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | ~ you may not use this file except in compliance with the License. |
| 7 | ~ You may obtain a copy of the License at |
| 8 | ~ |
| 9 | ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | ~ |
| 11 | ~ Unless required by applicable law or agreed to in writing, software |
| 12 | ~ distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | ~ See the License for the specific language governing permissions and |
| 15 | ~ limitations under the License. |
| 16 | --> |
| 17 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 18 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 19 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 20 | <modelVersion>4.0.0</modelVersion> |
| 21 | |
| 22 | <parent> |
| 23 | <groupId>org.onosproject</groupId> |
Charles Chan | cde9cfc | 2016-12-14 16:15:09 -0800 | [diff] [blame] | 24 | <artifactId>onos-dependencies</artifactId> |
pier | be6208f | 2019-10-21 09:20:50 +0200 | [diff] [blame^] | 25 | <version>1.13.9-rc4</version> |
alshabib | 772e158 | 2016-06-01 17:50:05 -0700 | [diff] [blame] | 26 | <relativePath></relativePath> |
alshabib | 3b1eadc | 2016-02-01 17:57:00 -0800 | [diff] [blame] | 27 | </parent> |
| 28 | |
alshabib | 772e158 | 2016-06-01 17:50:05 -0700 | [diff] [blame] | 29 | <groupId>org.opencord</groupId> |
| 30 | <artifactId>mcast</artifactId> |
pier | be6208f | 2019-10-21 09:20:50 +0200 | [diff] [blame^] | 31 | <version>1.4.1-SNAPSHOT</version> |
alshabib | 3b1eadc | 2016-02-01 17:57:00 -0800 | [diff] [blame] | 32 | <packaging>bundle</packaging> |
| 33 | |
| 34 | <description>CORD Multicast application</description> |
| 35 | |
| 36 | <properties> |
alshabib | 191751a | 2016-06-01 17:55:26 -0700 | [diff] [blame] | 37 | <onos.app.name>org.opencord.mcast</onos.app.name> |
pier | be6208f | 2019-10-21 09:20:50 +0200 | [diff] [blame^] | 38 | <onos.version>1.13.9-rc4</onos.version> |
Jian Li | 0f1bd26 | 2016-03-08 09:18:53 -0800 | [diff] [blame] | 39 | <onos.app.category>Traffic Steering</onos.app.category> |
Jian Li | eddfb97 | 2016-03-07 21:26:48 -0800 | [diff] [blame] | 40 | <onos.app.title>CORD Multicast App</onos.app.title> |
Jian Li | 0f1bd26 | 2016-03-08 09:18:53 -0800 | [diff] [blame] | 41 | <onos.app.url>http://opencord.org</onos.app.url> |
Jonathan Hart | f4b27c6 | 2018-05-02 17:30:05 -0700 | [diff] [blame] | 42 | <onos.app.requires>org.opencord.config</onos.app.requires> |
Jonathan Hart | cd7867f | 2018-06-07 11:44:44 -0700 | [diff] [blame] | 43 | <cord.config.version>1.4.0</cord.config.version> |
| 44 | <olt.api.version>1.4.0</olt.api.version> |
alshabib | 3b1eadc | 2016-02-01 17:57:00 -0800 | [diff] [blame] | 45 | </properties> |
| 46 | |
| 47 | <dependencies> |
| 48 | <dependency> |
| 49 | <groupId>org.onosproject</groupId> |
| 50 | <artifactId>onos-cli</artifactId> |
alshabib | 772e158 | 2016-06-01 17:50:05 -0700 | [diff] [blame] | 51 | <version>${onos.version}</version> |
alshabib | 3b1eadc | 2016-02-01 17:57:00 -0800 | [diff] [blame] | 52 | </dependency> |
alshabib | 772e158 | 2016-06-01 17:50:05 -0700 | [diff] [blame] | 53 | |
| 54 | <dependency> |
Charles Chan | cde9cfc | 2016-12-14 16:15:09 -0800 | [diff] [blame] | 55 | <groupId>org.onosproject</groupId> |
| 56 | <artifactId>onlab-misc</artifactId> |
| 57 | <version>${onos.version}</version> |
alshabib | 772e158 | 2016-06-01 17:50:05 -0700 | [diff] [blame] | 58 | </dependency> |
| 59 | |
alshabib | 772e158 | 2016-06-01 17:50:05 -0700 | [diff] [blame] | 60 | <dependency> |
| 61 | <groupId>org.onosproject</groupId> |
| 62 | <artifactId>onlab-osgi</artifactId> |
| 63 | <version>${onos.version}</version> |
| 64 | </dependency> |
| 65 | |
| 66 | <dependency> |
| 67 | <groupId>org.onosproject</groupId> |
| 68 | <artifactId>onos-incubator-api</artifactId> |
| 69 | <version>${onos.version}</version> |
| 70 | </dependency> |
| 71 | |
alshabib | acad636 | 2016-09-27 14:25:47 -0700 | [diff] [blame] | 72 | <dependency> |
| 73 | <groupId>org.onosproject</groupId> |
| 74 | <artifactId>onos-incubator-net</artifactId> |
| 75 | <version>${onos.version}</version> |
| 76 | </dependency> |
| 77 | |
alshabib | 772e158 | 2016-06-01 17:50:05 -0700 | [diff] [blame] | 78 | <dependency> |
| 79 | <groupId>org.onosproject</groupId> |
| 80 | <artifactId>onos-api</artifactId> |
| 81 | <version>${onos.version}</version> |
| 82 | </dependency> |
| 83 | |
| 84 | <dependency> |
| 85 | <groupId>org.onosproject</groupId> |
| 86 | <artifactId>onos-core-common</artifactId> |
| 87 | <version>${onos.version}</version> |
| 88 | </dependency> |
Charles Chan | cde9cfc | 2016-12-14 16:15:09 -0800 | [diff] [blame] | 89 | |
| 90 | <dependency> |
| 91 | <groupId>org.opencord</groupId> |
| 92 | <artifactId>cord-config</artifactId> |
David K. Bainbridge | 1300124 | 2017-08-10 09:12:26 -0700 | [diff] [blame] | 93 | <version>${cord.config.version}</version> |
Charles Chan | cde9cfc | 2016-12-14 16:15:09 -0800 | [diff] [blame] | 94 | </dependency> |
| 95 | |
| 96 | <dependency> |
| 97 | <groupId>org.opencord</groupId> |
| 98 | <artifactId>olt-api</artifactId> |
David K. Bainbridge | 1300124 | 2017-08-10 09:12:26 -0700 | [diff] [blame] | 99 | <version>${olt.api.version}</version> |
Charles Chan | cde9cfc | 2016-12-14 16:15:09 -0800 | [diff] [blame] | 100 | </dependency> |
Jonathan Hart | f4b27c6 | 2018-05-02 17:30:05 -0700 | [diff] [blame] | 101 | |
| 102 | <dependency> |
| 103 | <groupId>org.glassfish.jersey.core</groupId> |
| 104 | <artifactId>jersey-client</artifactId> |
| 105 | </dependency> |
alshabib | 3b1eadc | 2016-02-01 17:57:00 -0800 | [diff] [blame] | 106 | </dependencies> |
alshabib | 772e158 | 2016-06-01 17:50:05 -0700 | [diff] [blame] | 107 | |
| 108 | <build> |
| 109 | <plugins> |
| 110 | <plugin> |
| 111 | <groupId>org.apache.felix</groupId> |
| 112 | <artifactId>maven-bundle-plugin</artifactId> |
| 113 | <version>3.0.1</version> |
| 114 | <extensions>true</extensions> |
| 115 | </plugin> |
| 116 | <plugin> |
| 117 | <groupId>org.apache.maven.plugins</groupId> |
| 118 | <artifactId>maven-compiler-plugin</artifactId> |
| 119 | <version>2.5.1</version> |
| 120 | <configuration> |
| 121 | <source>1.8</source> |
| 122 | <target>1.8</target> |
| 123 | </configuration> |
| 124 | </plugin> |
| 125 | <plugin> |
| 126 | <groupId>org.apache.felix</groupId> |
| 127 | <artifactId>maven-scr-plugin</artifactId> |
| 128 | <version>1.21.0</version> |
| 129 | <executions> |
| 130 | <execution> |
| 131 | <id>generate-scr-srcdescriptor</id> |
| 132 | <goals> |
| 133 | <goal>scr</goal> |
| 134 | </goals> |
| 135 | </execution> |
| 136 | </executions> |
| 137 | <configuration> |
| 138 | <supportedProjectTypes> |
| 139 | <supportedProjectType>bundle</supportedProjectType> |
| 140 | <supportedProjectType>war</supportedProjectType> |
| 141 | </supportedProjectTypes> |
| 142 | </configuration> |
| 143 | </plugin> |
| 144 | <plugin> |
| 145 | <groupId>org.onosproject</groupId> |
| 146 | <artifactId>onos-maven-plugin</artifactId> |
Jonathan Hart | f4b27c6 | 2018-05-02 17:30:05 -0700 | [diff] [blame] | 147 | <version>1.11</version> |
alshabib | 772e158 | 2016-06-01 17:50:05 -0700 | [diff] [blame] | 148 | <executions> |
| 149 | <execution> |
| 150 | <id>cfg</id> |
| 151 | <phase>generate-resources</phase> |
| 152 | <goals> |
| 153 | <goal>cfg</goal> |
| 154 | </goals> |
| 155 | </execution> |
| 156 | <execution> |
| 157 | <id>swagger</id> |
| 158 | <phase>generate-sources</phase> |
| 159 | <goals> |
| 160 | <goal>swagger</goal> |
| 161 | </goals> |
| 162 | </execution> |
| 163 | <execution> |
| 164 | <id>app</id> |
| 165 | <phase>package</phase> |
| 166 | <goals> |
| 167 | <goal>app</goal> |
| 168 | </goals> |
| 169 | </execution> |
| 170 | </executions> |
| 171 | </plugin> |
| 172 | </plugins> |
| 173 | </build> |
| 174 | |
Charles Chan | cde9cfc | 2016-12-14 16:15:09 -0800 | [diff] [blame] | 175 | <repositories> |
| 176 | <repository> |
| 177 | <id>central</id> |
| 178 | <name>Central Repository</name> |
| 179 | <url>http://repo.maven.apache.org/maven2</url> |
| 180 | <layout>default</layout> |
| 181 | <snapshots> |
| 182 | <enabled>false</enabled> |
| 183 | </snapshots> |
| 184 | <releases> |
| 185 | <enabled>true</enabled> |
| 186 | <updatePolicy>always</updatePolicy> |
| 187 | <checksumPolicy>fail</checksumPolicy> |
| 188 | </releases> |
| 189 | </repository> |
| 190 | |
| 191 | <repository> |
| 192 | <id>snapshots</id> |
| 193 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 194 | <snapshots> |
| 195 | <enabled>true</enabled> |
| 196 | <updatePolicy>always</updatePolicy> |
| 197 | <checksumPolicy>fail</checksumPolicy> |
| 198 | </snapshots> |
| 199 | </repository> |
| 200 | </repositories> |
alshabib | 3b1eadc | 2016-02-01 17:57:00 -0800 | [diff] [blame] | 201 | </project> |