Introducing Protocol Buffers Encoding
[controller.git] / opendaylight / md-sal / sal-protocolbuffer-encoding / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3   <modelVersion>4.0.0</modelVersion>
4
5   <parent>
6     <groupId>org.opendaylight.controller</groupId>
7     <artifactId>sal-parent</artifactId>
8     <version>1.1-SNAPSHOT</version>
9   </parent>
10
11   <artifactId>sal-protocolbuffer-encoding</artifactId>
12
13   <packaging>bundle</packaging>
14
15   <dependencies>
16     <dependency>
17       <groupId>com.google.protobuf</groupId>
18       <artifactId>protobuf-java</artifactId>
19       <version>2.5.0</version>
20     </dependency>
21     <dependency>
22       <groupId>junit</groupId>
23       <artifactId>junit</artifactId>
24       <scope>test</scope>
25     </dependency>
26   </dependencies>
27
28 </project>