tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Thomas Vachuska | 4f1a60c | 2014-10-28 13:39:07 -0700 | [diff] [blame] | 2 | <!-- |
| 3 | ~ Copyright 2014 Open Networking Laboratory |
| 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 | --> |
tom | 0eb04ca | 2014-08-25 14:34:51 -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> |
| 23 | <groupId>org.onlab.onos</groupId> |
Yuta HIGUCHI | e76a24d | 2014-09-27 00:48:34 -0700 | [diff] [blame] | 24 | <artifactId>onos-core-store</artifactId> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 25 | <version>1.0.0-SNAPSHOT</version> |
| 26 | <relativePath>../pom.xml</relativePath> |
| 27 | </parent> |
| 28 | |
Yuta HIGUCHI | e76a24d | 2014-09-27 00:48:34 -0700 | [diff] [blame] | 29 | <artifactId>onos-core-dist</artifactId> |
tom | e2dc27a | 2014-09-09 12:41:21 -0700 | [diff] [blame] | 30 | <packaging>bundle</packaging> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 31 | |
Yuta HIGUCHI | e76a24d | 2014-09-27 00:48:34 -0700 | [diff] [blame] | 32 | <description>ONOS Gossip based distributed store subsystems</description> |
tom | b1260e4 | 2014-08-26 18:39:57 -0700 | [diff] [blame] | 33 | |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 34 | <dependencies> |
| 35 | <dependency> |
| 36 | <groupId>org.onlab.onos</groupId> |
Yuta HIGUCHI | e76a24d | 2014-09-27 00:48:34 -0700 | [diff] [blame] | 37 | <artifactId>onos-core-serializers</artifactId> |
| 38 | <version>${project.version}</version> |
| 39 | </dependency> |
tom | 7309483 | 2014-09-29 13:47:08 -0700 | [diff] [blame] | 40 | |
Madan Jampani | c9ed9be | 2014-10-02 16:13:11 -0700 | [diff] [blame] | 41 | <dependency> |
| 42 | <groupId>org.onlab.onos</groupId> |
| 43 | <artifactId>onlab-netty</artifactId> |
| 44 | <version>${project.version}</version> |
| 45 | </dependency> |
Yuta HIGUCHI | 0c1c100 | 2014-11-05 13:47:25 -0800 | [diff] [blame] | 46 | <!-- |
Madan Jampani | 08822c4 | 2014-11-04 17:17:46 -0800 | [diff] [blame] | 47 | <dependency> |
| 48 | <groupId>net.kuujo.copycat</groupId> |
| 49 | <artifactId>copycat</artifactId> |
Yuta HIGUCHI | 0c1c100 | 2014-11-05 13:47:25 -0800 | [diff] [blame] | 50 | <version>${copycat.version}</version> |
Madan Jampani | 08822c4 | 2014-11-04 17:17:46 -0800 | [diff] [blame] | 51 | </dependency> |
| 52 | |
| 53 | <dependency> |
| 54 | <groupId>net.kuujo.copycat</groupId> |
| 55 | <artifactId>copycat-chronicle</artifactId> |
Yuta HIGUCHI | 0c1c100 | 2014-11-05 13:47:25 -0800 | [diff] [blame] | 56 | <version>${copycat.version}</version> |
Madan Jampani | 08822c4 | 2014-11-04 17:17:46 -0800 | [diff] [blame] | 57 | </dependency> |
| 58 | |
| 59 | <dependency> |
| 60 | <groupId>net.kuujo.copycat</groupId> |
| 61 | <artifactId>copycat-tcp</artifactId> |
Yuta HIGUCHI | 0c1c100 | 2014-11-05 13:47:25 -0800 | [diff] [blame] | 62 | <version>${copycat.version}</version> |
Madan Jampani | 08822c4 | 2014-11-04 17:17:46 -0800 | [diff] [blame] | 63 | </dependency> |
Yuta HIGUCHI | 0c1c100 | 2014-11-05 13:47:25 -0800 | [diff] [blame] | 64 | --> |
Madan Jampani | 08822c4 | 2014-11-04 17:17:46 -0800 | [diff] [blame] | 65 | |
tom | 7309483 | 2014-09-29 13:47:08 -0700 | [diff] [blame] | 66 | <dependency> |
Madan Jampani | 778f7ad | 2014-11-05 22:46:15 -0800 | [diff] [blame] | 67 | <groupId>org.mapdb</groupId> |
| 68 | <artifactId>mapdb</artifactId> |
| 69 | <version>1.0.6</version> |
| 70 | </dependency> |
| 71 | |
| 72 | <dependency> |
tom | 7309483 | 2014-09-29 13:47:08 -0700 | [diff] [blame] | 73 | <groupId>com.fasterxml.jackson.core</groupId> |
| 74 | <artifactId>jackson-databind</artifactId> |
| 75 | </dependency> |
| 76 | <dependency> |
| 77 | <groupId>com.fasterxml.jackson.core</groupId> |
| 78 | <artifactId>jackson-annotations</artifactId> |
| 79 | </dependency> |
| 80 | |
Yuta HIGUCHI | e76a24d | 2014-09-27 00:48:34 -0700 | [diff] [blame] | 81 | <dependency> |
Yuta HIGUCHI | 0390ffb | 2014-10-09 23:45:16 -0700 | [diff] [blame] | 82 | <groupId>com.google.guava</groupId> |
| 83 | <artifactId>guava-testlib</artifactId> |
| 84 | <scope>test</scope> |
| 85 | </dependency> |
| 86 | <dependency> |
| 87 | <groupId>org.apache.commons</groupId> |
| 88 | <artifactId>commons-lang3</artifactId> |
| 89 | </dependency> |
Yuta HIGUCHI | 47c4088 | 2014-10-10 18:44:37 -0700 | [diff] [blame] | 90 | <dependency> |
| 91 | <groupId>org.easymock</groupId> |
| 92 | <artifactId>easymock</artifactId> |
| 93 | <scope>test</scope> |
| 94 | </dependency> |
Yuta HIGUCHI | 4d18795 | 2014-10-16 19:59:35 -0700 | [diff] [blame] | 95 | <dependency> |
| 96 | <groupId>org.onlab.onos</groupId> |
| 97 | <artifactId>onos-api</artifactId> |
| 98 | <classifier>tests</classifier> |
| 99 | <scope>test</scope> |
| 100 | </dependency> |
Yuta HIGUCHI | 41f2ec0 | 2014-10-27 09:54:43 -0700 | [diff] [blame] | 101 | <dependency> |
| 102 | <groupId>com.hazelcast</groupId> |
| 103 | <artifactId>hazelcast</artifactId> |
| 104 | </dependency> |
Yuta HIGUCHI | 0c1c100 | 2014-11-05 13:47:25 -0800 | [diff] [blame] | 105 | |
| 106 | <!-- for shaded copycat --> |
| 107 | <dependency> |
| 108 | <groupId>org.onlab.onos</groupId> |
| 109 | <artifactId>onlab-thirdparty</artifactId> |
| 110 | </dependency> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 111 | </dependencies> |
| 112 | |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 113 | </project> |