<?xml version="1.0" encoding="ISO-8859-15"?>
<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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.google.guava</groupId>
  <artifactId>protobuf-java</artifactId>
  <version>2.5.0</version>
  <packaging>jar</packaging>
  <name>Protocol Buffers [Core]</name>
  <description>Core Protocol Buffers library. Protocol Buffers are a way of encoding structured data in an efficient yet extensible format.</description>
  <url>https://developers.google.com/protocol-buffers/</url>
  <licenses>
    <license>
      <name>BSD-3-Clause</name>
      <url>http://www.talendforge.org/modules/licenses/BSD_v3.txt</url>
    </license>
  </licenses>
</project>
