alshabib | 3b1eadc | 2016-02-01 17:57:00 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Brian O'Connor | af764bf | 2016-04-09 01:19:45 -0700 | [diff] [blame] | 3 | ~ Copyright 2016-present Open Networking Laboratory |
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> |
alshabib | 772e158 | 2016-06-01 17:50:05 -0700 | [diff] [blame] | 24 | <artifactId>onos</artifactId> |
Hyunsun Moon | 280773d | 2016-06-09 10:35:20 -0700 | [diff] [blame] | 25 | <version>1.6.0-rc2</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> |
| 31 | <version>1.0-SNAPSHOT</version> |
alshabib | 3b1eadc | 2016-02-01 17:57:00 -0800 | [diff] [blame] | 32 | <packaging>bundle</packaging> |
| 33 | |
alshabib | 8afc701 | 2016-06-02 22:01:56 -0700 | [diff] [blame] | 34 | <!--FIXME remove this one the released bits are out--> |
| 35 | <repositories> |
| 36 | <repository> |
| 37 | <id>oss-staging</id> |
| 38 | <name>OSS Staging</name> |
| 39 | <url>https://oss.sonatype.org/content/groups/staging</url> |
| 40 | </repository> |
| 41 | </repositories> |
| 42 | |
alshabib | 3b1eadc | 2016-02-01 17:57:00 -0800 | [diff] [blame] | 43 | <description>CORD Multicast application</description> |
| 44 | |
| 45 | <properties> |
alshabib | 191751a | 2016-06-01 17:55:26 -0700 | [diff] [blame] | 46 | <onos.app.name>org.opencord.mcast</onos.app.name> |
Hyunsun Moon | 280773d | 2016-06-09 10:35:20 -0700 | [diff] [blame] | 47 | <onos.version>1.6.0-rc2</onos.version> |
Jian Li | 0f1bd26 | 2016-03-08 09:18:53 -0800 | [diff] [blame] | 48 | <onos.app.category>Traffic Steering</onos.app.category> |
Jian Li | eddfb97 | 2016-03-07 21:26:48 -0800 | [diff] [blame] | 49 | <onos.app.title>CORD Multicast App</onos.app.title> |
Jian Li | 0f1bd26 | 2016-03-08 09:18:53 -0800 | [diff] [blame] | 50 | <onos.app.url>http://opencord.org</onos.app.url> |
alshabib | b9d5ccd | 2016-06-01 17:56:30 -0700 | [diff] [blame] | 51 | <onos.app.requires>org.opencord.config</onos.app.requires> |
alshabib | 3b1eadc | 2016-02-01 17:57:00 -0800 | [diff] [blame] | 52 | </properties> |
| 53 | |
| 54 | <dependencies> |
| 55 | <dependency> |
| 56 | <groupId>org.onosproject</groupId> |
| 57 | <artifactId>onos-cli</artifactId> |
alshabib | 772e158 | 2016-06-01 17:50:05 -0700 | [diff] [blame] | 58 | <version>${onos.version}</version> |
alshabib | 3b1eadc | 2016-02-01 17:57:00 -0800 | [diff] [blame] | 59 | </dependency> |
| 60 | <dependency> |
alshabib | 772e158 | 2016-06-01 17:50:05 -0700 | [diff] [blame] | 61 | <groupId>org.opencord</groupId> |
Jonathan Hart | dca5d68 | 2016-06-13 13:50:56 -0700 | [diff] [blame^] | 62 | <artifactId>cord-config</artifactId> |
Jonathan Hart | c1761bd | 2016-05-06 15:23:23 -0700 | [diff] [blame] | 63 | <version>${project.version}</version> |
| 64 | </dependency> |
| 65 | <dependency> |
alshabib | 3b1eadc | 2016-02-01 17:57:00 -0800 | [diff] [blame] | 66 | <groupId>org.apache.karaf.shell</groupId> |
| 67 | <artifactId>org.apache.karaf.shell.console</artifactId> |
| 68 | </dependency> |
| 69 | <dependency> |
| 70 | <groupId>com.google.guava</groupId> |
| 71 | <artifactId>guava</artifactId> |
| 72 | </dependency> |
| 73 | <dependency> |
| 74 | <groupId>org.onosproject</groupId> |
| 75 | <artifactId>onlab-misc</artifactId> |
alshabib | 772e158 | 2016-06-01 17:50:05 -0700 | [diff] [blame] | 76 | <version>${onos.version}</version> |
alshabib | 3b1eadc | 2016-02-01 17:57:00 -0800 | [diff] [blame] | 77 | </dependency> |
| 78 | <dependency> |
| 79 | <groupId>org.apache.felix</groupId> |
| 80 | <artifactId>org.apache.felix.scr</artifactId> |
alshabib | 3b1eadc | 2016-02-01 17:57:00 -0800 | [diff] [blame] | 81 | </dependency> |
| 82 | <dependency> |
| 83 | <groupId>org.osgi</groupId> |
| 84 | <artifactId>org.osgi.compendium</artifactId> |
| 85 | <version>5.0.0</version> |
| 86 | </dependency> |
Jonathan Hart | 2827164 | 2016-02-10 16:13:54 -0800 | [diff] [blame] | 87 | <dependency> |
Jian Li | 46472d7 | 2016-03-09 10:52:49 -0800 | [diff] [blame] | 88 | <groupId>org.glassfish.jersey.core</groupId> |
Jonathan Hart | 2827164 | 2016-02-10 16:13:54 -0800 | [diff] [blame] | 89 | <artifactId>jersey-client</artifactId> |
Jian Li | 46472d7 | 2016-03-09 10:52:49 -0800 | [diff] [blame] | 90 | <version>2.22.2</version> |
Jonathan Hart | 2827164 | 2016-02-10 16:13:54 -0800 | [diff] [blame] | 91 | </dependency> |
alshabib | 09069c9 | 2016-02-21 14:49:51 -0800 | [diff] [blame] | 92 | <dependency> |
alshabib | 772e158 | 2016-06-01 17:50:05 -0700 | [diff] [blame] | 93 | <groupId>org.opencord</groupId> |
| 94 | <artifactId>olt-api</artifactId> |
alshabib | 09069c9 | 2016-02-21 14:49:51 -0800 | [diff] [blame] | 95 | <version>${project.version}</version> |
| 96 | </dependency> |
alshabib | 772e158 | 2016-06-01 17:50:05 -0700 | [diff] [blame] | 97 | |
| 98 | <dependency> |
| 99 | <groupId>org.apache.felix</groupId> |
| 100 | <artifactId>org.apache.felix.scr.annotations</artifactId> |
| 101 | <scope>provided</scope> |
| 102 | </dependency> |
| 103 | |
| 104 | <!-- TODO FIX ONOS ROOT POM to split thirdparty and onos dependencies --> |
| 105 | |
| 106 | <dependency> |
| 107 | <groupId>org.onosproject</groupId> |
| 108 | <artifactId>onlab-osgi</artifactId> |
| 109 | <version>${onos.version}</version> |
| 110 | </dependency> |
| 111 | |
| 112 | <dependency> |
| 113 | <groupId>org.onosproject</groupId> |
| 114 | <artifactId>onos-incubator-api</artifactId> |
| 115 | <version>${onos.version}</version> |
| 116 | </dependency> |
| 117 | |
| 118 | <dependency> |
| 119 | <groupId>org.onosproject</groupId> |
| 120 | <artifactId>onos-api</artifactId> |
| 121 | <version>${onos.version}</version> |
| 122 | </dependency> |
| 123 | |
| 124 | <dependency> |
| 125 | <groupId>org.onosproject</groupId> |
| 126 | <artifactId>onos-core-common</artifactId> |
| 127 | <version>${onos.version}</version> |
| 128 | </dependency> |
alshabib | 3b1eadc | 2016-02-01 17:57:00 -0800 | [diff] [blame] | 129 | </dependencies> |
alshabib | 772e158 | 2016-06-01 17:50:05 -0700 | [diff] [blame] | 130 | |
| 131 | <build> |
| 132 | <plugins> |
| 133 | <plugin> |
| 134 | <groupId>org.apache.felix</groupId> |
| 135 | <artifactId>maven-bundle-plugin</artifactId> |
| 136 | <version>3.0.1</version> |
| 137 | <extensions>true</extensions> |
| 138 | </plugin> |
| 139 | <plugin> |
| 140 | <groupId>org.apache.maven.plugins</groupId> |
| 141 | <artifactId>maven-compiler-plugin</artifactId> |
| 142 | <version>2.5.1</version> |
| 143 | <configuration> |
| 144 | <source>1.8</source> |
| 145 | <target>1.8</target> |
| 146 | </configuration> |
| 147 | </plugin> |
| 148 | <plugin> |
| 149 | <groupId>org.apache.felix</groupId> |
| 150 | <artifactId>maven-scr-plugin</artifactId> |
| 151 | <version>1.21.0</version> |
| 152 | <executions> |
| 153 | <execution> |
| 154 | <id>generate-scr-srcdescriptor</id> |
| 155 | <goals> |
| 156 | <goal>scr</goal> |
| 157 | </goals> |
| 158 | </execution> |
| 159 | </executions> |
| 160 | <configuration> |
| 161 | <supportedProjectTypes> |
| 162 | <supportedProjectType>bundle</supportedProjectType> |
| 163 | <supportedProjectType>war</supportedProjectType> |
| 164 | </supportedProjectTypes> |
| 165 | </configuration> |
| 166 | </plugin> |
| 167 | <plugin> |
| 168 | <groupId>org.onosproject</groupId> |
| 169 | <artifactId>onos-maven-plugin</artifactId> |
| 170 | <version>1.7</version> |
| 171 | <executions> |
| 172 | <execution> |
| 173 | <id>cfg</id> |
| 174 | <phase>generate-resources</phase> |
| 175 | <goals> |
| 176 | <goal>cfg</goal> |
| 177 | </goals> |
| 178 | </execution> |
| 179 | <execution> |
| 180 | <id>swagger</id> |
| 181 | <phase>generate-sources</phase> |
| 182 | <goals> |
| 183 | <goal>swagger</goal> |
| 184 | </goals> |
| 185 | </execution> |
| 186 | <execution> |
| 187 | <id>app</id> |
| 188 | <phase>package</phase> |
| 189 | <goals> |
| 190 | <goal>app</goal> |
| 191 | </goals> |
| 192 | </execution> |
| 193 | </executions> |
| 194 | </plugin> |
| 195 | </plugins> |
| 196 | </build> |
| 197 | |
alshabib | 3b1eadc | 2016-02-01 17:57:00 -0800 | [diff] [blame] | 198 | </project> |