<?xml version="1.0" encoding="ISO-8859-15"?>
<project 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>org.talend.libraries</groupId>  
  <artifactId>scala-library-2.11.7</artifactId>  
  <version>6.2.0</version>  
  <packaging>jar</packaging>  
  <name>Scala Library</name>  
  <description>Standard library for the Scala Programming Language</description>  
  <url>http://www.scala-lang.org/</url>  
  <licenses> 
    <license> 
      <name>BSD-3-Clause</name>  
      <url>http://www.talendforge.org/modules/licenses/BSD_v3.txt</url> 
    </license> 
  </licenses> 
</project>
