Back to home page

OSCL-LXR

 
 

    


0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!--
0003 ~ Licensed to the Apache Software Foundation (ASF) under one or more
0004 ~ contributor license agreements.  See the NOTICE file distributed with
0005 ~ this work for additional information regarding copyright ownership.
0006 ~ The ASF licenses this file to You under the Apache License, Version 2.0
0007 ~ (the "License"); you may not use this file except in compliance with
0008 ~ the License.  You may obtain a copy of the License at
0009 ~
0010 ~    http://www.apache.org/licenses/LICENSE-2.0
0011 ~
0012 ~ Unless required by applicable law or agreed to in writing, software
0013 ~ distributed under the License is distributed on an "AS IS" BASIS,
0014 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
0015 ~ See the License for the specific language governing permissions and
0016 ~ limitations under the License.
0017 -->
0018 <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">
0019   <modelVersion>4.0.0</modelVersion>
0020   <parent>
0021     <groupId>org.apache.spark</groupId>
0022     <artifactId>spark-parent_2.12</artifactId>
0023     <version>3.0.0</version>
0024     <relativePath>../../pom.xml</relativePath>
0025   </parent>
0026 
0027   <!-- Ganglia integration is not included by default due to LGPL-licensed code -->
0028   <artifactId>spark-ganglia-lgpl_2.12</artifactId>
0029   <packaging>jar</packaging>
0030   <name>Spark Ganglia Integration</name>
0031 
0032   <properties>
0033     <sbt.project.name>ganglia-lgpl</sbt.project.name>
0034   </properties>
0035 
0036   <dependencies>
0037     <dependency>
0038       <groupId>org.apache.spark</groupId>
0039       <artifactId>spark-core_${scala.binary.version}</artifactId>
0040       <version>${project.version}</version>
0041     </dependency>
0042     <dependency>
0043       <groupId>info.ganglia.gmetric4j</groupId>
0044       <artifactId>gmetric4j</artifactId>
0045       <version>1.0.10</version>
0046     </dependency>
0047   </dependencies>
0048 </project>