Jonathan Hart | 335ef46 | 2014-10-16 08:20:46 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Thomas Vachuska | 24c849c | 2014-10-27 09:53:05 -0700 | [diff] [blame] | 2 | <!-- |
Thomas Vachuska | 4f1a60c | 2014-10-28 13:39:07 -0700 | [diff] [blame] | 3 | ~ Copyright 2014 Open Networking Laboratory |
Thomas Vachuska | 24c849c | 2014-10-27 09:53:05 -0700 | [diff] [blame] | 4 | ~ |
Thomas Vachuska | 4f1a60c | 2014-10-28 13:39:07 -0700 | [diff] [blame] | 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 |
Thomas Vachuska | 24c849c | 2014-10-27 09:53:05 -0700 | [diff] [blame] | 8 | ~ |
Thomas Vachuska | 4f1a60c | 2014-10-28 13:39:07 -0700 | [diff] [blame] | 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. |
Thomas Vachuska | 24c849c | 2014-10-27 09:53:05 -0700 | [diff] [blame] | 16 | --> |
Jonathan Hart | 335ef46 | 2014-10-16 08:20:46 -0700 | [diff] [blame] | 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> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 23 | <groupId>org.onosproject</groupId> |
Jonathan Hart | 335ef46 | 2014-10-16 08:20:46 -0700 | [diff] [blame] | 24 | <artifactId>onlab-utils</artifactId> |
Brian O'Connor | 955c316 | 2016-03-10 15:27:19 -0800 | [diff] [blame] | 25 | <version>1.6.0-SNAPSHOT</version> |
Jonathan Hart | 335ef46 | 2014-10-16 08:20:46 -0700 | [diff] [blame] | 26 | <relativePath>../pom.xml</relativePath> |
| 27 | </parent> |
| 28 | |
| 29 | <artifactId>onlab-thirdparty</artifactId> |
| 30 | <packaging>bundle</packaging> |
| 31 | |
| 32 | <description>ONLab third-party dependencies</description> |
| 33 | |
| 34 | <dependencies> |
| 35 | <dependency> |
Madan Jampani | 4471cb5 | 2016-04-04 08:02:54 -0700 | [diff] [blame] | 36 | <groupId>io.atomix.catalyst</groupId> |
| 37 | <artifactId>catalyst-transport</artifactId> |
| 38 | <version>${catalyst.version}</version> |
| 39 | </dependency> |
| 40 | |
| 41 | <dependency> |
| 42 | <groupId>io.atomix.catalyst</groupId> |
| 43 | <artifactId>catalyst-serializer</artifactId> |
| 44 | <version>${catalyst.version}</version> |
| 45 | </dependency> |
| 46 | |
| 47 | <dependency> |
Madan Jampani | 3289fbf | 2016-01-13 14:14:27 -0800 | [diff] [blame] | 48 | <groupId>io.atomix</groupId> |
| 49 | <artifactId>atomix</artifactId> |
| 50 | <version>${atomix.version}</version> |
| 51 | </dependency> |
| 52 | |
| 53 | <dependency> |
Madan Jampani | 0da36be | 2016-04-01 10:38:23 -0700 | [diff] [blame] | 54 | <groupId>io.atomix.copycat</groupId> |
| 55 | <artifactId>copycat-client</artifactId> |
Madan Jampani | 38f0169 | 2016-04-04 20:28:08 -0700 | [diff] [blame] | 56 | <version>${copycat.version}</version> |
Madan Jampani | 0da36be | 2016-04-01 10:38:23 -0700 | [diff] [blame] | 57 | </dependency> |
| 58 | |
| 59 | <dependency> |
| 60 | <groupId>io.atomix.copycat</groupId> |
| 61 | <artifactId>copycat-server</artifactId> |
Brian O'Connor | e79b025 | 2015-09-04 15:55:03 -0700 | [diff] [blame] | 62 | <version>${copycat.version}</version> |
| 63 | </dependency> |
Madan Jampani | 9b37d57 | 2014-11-12 11:53:24 -0800 | [diff] [blame] | 64 | |
Jonathan Hart | 335ef46 | 2014-10-16 08:20:46 -0700 | [diff] [blame] | 65 | </dependencies> |
| 66 | |
| 67 | <build> |
| 68 | <plugins> |
| 69 | <plugin> |
| 70 | <groupId>org.apache.maven.plugins</groupId> |
| 71 | <artifactId>maven-shade-plugin</artifactId> |
Jonathan Hart | 335ef46 | 2014-10-16 08:20:46 -0700 | [diff] [blame] | 72 | <configuration> |
HIGUCHI Yuta | 41ed854 | 2015-04-20 14:17:02 -0700 | [diff] [blame] | 73 | <createSourcesJar>true</createSourcesJar> |
| 74 | |
| 75 | <artifactSet> |
| 76 | <excludes> |
| 77 | <!-- exclude OSGi-ready transitive dependencies --> |
| 78 | <exclude>com.google.guava:guava</exclude> |
| 79 | <exclude>com.esotericsoftware:*</exclude> |
| 80 | <exclude>org.ow2.asm:asm</exclude> |
| 81 | <exclude>org.objenesis:objenesis</exclude> |
| 82 | <exclude>io.netty:*</exclude> |
Brian O'Connor | 344ea7a | 2016-04-04 14:08:33 -0700 | [diff] [blame] | 83 | <exclude>commons-io:commons-io</exclude> |
HIGUCHI Yuta | 41ed854 | 2015-04-20 14:17:02 -0700 | [diff] [blame] | 84 | </excludes> |
| 85 | </artifactSet> |
| 86 | |
Jonathan Hart | 335ef46 | 2014-10-16 08:20:46 -0700 | [diff] [blame] | 87 | <filters> |
Madan Jampani | 3289fbf | 2016-01-13 14:14:27 -0800 | [diff] [blame] | 88 | <filter> |
Madan Jampani | 851c423 | 2016-02-01 00:39:15 -0800 | [diff] [blame] | 89 | <artifact>io.atomix:atomix-all</artifact> |
| 90 | <includes> |
| 91 | <include>**</include> |
| 92 | </includes> |
Madan Jampani | 3289fbf | 2016-01-13 14:14:27 -0800 | [diff] [blame] | 93 | </filter> |
| 94 | |
Jonathan Hart | 335ef46 | 2014-10-16 08:20:46 -0700 | [diff] [blame] | 95 | </filters> |
| 96 | </configuration> |
| 97 | <executions> |
| 98 | <execution> |
| 99 | <phase>package</phase> |
| 100 | <goals> |
| 101 | <goal>shade</goal> |
| 102 | </goals> |
| 103 | </execution> |
| 104 | </executions> |
Yuta HIGUCHI | 0c1c100 | 2014-11-05 13:47:25 -0800 | [diff] [blame] | 105 | </plugin> |
Jonathan Hart | 335ef46 | 2014-10-16 08:20:46 -0700 | [diff] [blame] | 106 | <plugin> |
| 107 | <groupId>org.apache.felix</groupId> |
| 108 | <artifactId>maven-bundle-plugin</artifactId> |
| 109 | <configuration> |
| 110 | <instructions> |
| 111 | <Export-Package> |
Madan Jampani | 38f0169 | 2016-04-04 20:28:08 -0700 | [diff] [blame] | 112 | io.atomix.* |
Jonathan Hart | 335ef46 | 2014-10-16 08:20:46 -0700 | [diff] [blame] | 113 | </Export-Package> |
Madan Jampani | 3289fbf | 2016-01-13 14:14:27 -0800 | [diff] [blame] | 114 | <Import-Package> |
| 115 | !sun.nio.ch,!sun.misc,* |
| 116 | </Import-Package> |
Jonathan Hart | 335ef46 | 2014-10-16 08:20:46 -0700 | [diff] [blame] | 117 | </instructions> |
| 118 | </configuration> |
| 119 | </plugin> |
| 120 | </plugins> |
| 121 | </build> |
| 122 | |
| 123 | </project> |