blob: 97ef8a8422a0ad03ed781dd50f644f98fe77e87d [file] [log] [blame]
tom0eb04ca2014-08-25 14:34:51 -07001<?xml version="1.0" encoding="UTF-8"?>
Thomas Vachuska4f1a60c2014-10-28 13:39:07 -07002<!--
Brian O'Connor5ab426f2016-04-09 01:19:45 -07003 ~ Copyright 2014-present Open Networking Laboratory
Thomas Vachuska4f1a60c2014-10-28 13:39:07 -07004 ~
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 -->
tom0eb04ca2014-08-25 14:34:51 -070017<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'Connorabafb502014-12-02 22:26:20 -080023 <groupId>org.onosproject</groupId>
Yuta HIGUCHIe76a24d2014-09-27 00:48:34 -070024 <artifactId>onos-core-store</artifactId>
Ray Milkey54a78512017-02-13 11:13:52 -080025 <version>1.10.0-SNAPSHOT</version>
tom0eb04ca2014-08-25 14:34:51 -070026 </parent>
27
Yuta HIGUCHIe76a24d2014-09-27 00:48:34 -070028 <artifactId>onos-core-serializers</artifactId>
tome2dc27a2014-09-09 12:41:21 -070029 <packaging>bundle</packaging>
tom0eb04ca2014-08-25 14:34:51 -070030
Yuta HIGUCHIe76a24d2014-09-27 00:48:34 -070031 <description>Serializers for ONOS classes</description>
tomb1260e42014-08-26 18:39:57 -070032
tom0eb04ca2014-08-25 14:34:51 -070033 <dependencies>
34 <dependency>
Yuta HIGUCHI0390ffb2014-10-09 23:45:16 -070035 <groupId>com.esotericsoftware</groupId>
36 <artifactId>kryo</artifactId>
37 </dependency>
38 <dependency>
39 <groupId>com.google.guava</groupId>
40 <artifactId>guava-testlib</artifactId>
41 <scope>test</scope>
42 </dependency>
Brian O'Connorce2d8b52015-07-29 16:24:13 -070043 <dependency>
44 <groupId>org.onosproject</groupId>
45 <artifactId>onos-incubator-api</artifactId>
46 </dependency>
tom0eb04ca2014-08-25 14:34:51 -070047 </dependencies>
48
tom0eb04ca2014-08-25 14:34:51 -070049</project>