2018-05-27 05:38:50 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
2018-06-10 07:26:54 +08:00
|
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
|
|
<parent>
|
|
|
|
<groupId>org.ray.parent</groupId>
|
|
|
|
<artifactId>ray-superpom</artifactId>
|
|
|
|
<version>1.0</version>
|
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<groupId>org.ray</groupId>
|
|
|
|
<artifactId>ray-api</artifactId>
|
|
|
|
<name>java api for ray</name>
|
|
|
|
<description>java api for ray</description>
|
|
|
|
<url></url>
|
|
|
|
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-cli</groupId>
|
|
|
|
<artifactId>commons-cli</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>de.ruedigermoeller</groupId>
|
|
|
|
<artifactId>fst</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.arrow</groupId>
|
|
|
|
<artifactId>arrow-plasma</artifactId>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2018-05-27 05:38:50 +08:00
|
|
|
|
|
|
|
</project>
|