Whitespace fix for last commit (nifi-spark-receiver/pom.xml)

This closes #231
This commit is contained in:
Matt Burgess 2016-03-15 10:08:31 -04:00
parent 3f295b13c9
commit 54670486bc
1 changed files with 43 additions and 40 deletions

View File

@ -1,43 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor <!--
license agreements. See the NOTICE file distributed with this work for additional Licensed to the Apache Software Foundation (ASF) under one or more
information regarding copyright ownership. The ASF licenses this file to contributor license agreements. See the NOTICE file distributed with
You under the Apache License, Version 2.0 (the "License"); you may not use this work for additional information regarding copyright ownership.
this file except in compliance with the License. You may obtain a copy of The ASF licenses this file to You under the Apache License, Version 2.0
the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required (the "License"); you may not use this file except in compliance with
by applicable law or agreed to in writing, software distributed under the the License. You may obtain a copy of the License at
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS http://www.apache.org/licenses/LICENSE-2.0
OF ANY KIND, either express or implied. See the License for the specific Unless required by applicable law or agreed to in writing, software
language governing permissions and limitations under the License. --> distributed under the License is distributed on an "AS IS" BASIS,
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> See the License for the specific language governing permissions and
<modelVersion>4.0.0</modelVersion> limitations under the License.
<parent> -->
<groupId>org.apache.nifi</groupId> <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/maven-v4_0_0.xsd">
<artifactId>nifi-external</artifactId> <modelVersion>4.0.0</modelVersion>
<version>0.6.0-SNAPSHOT</version> <parent>
</parent> <groupId>org.apache.nifi</groupId>
<groupId>org.apache.nifi</groupId> <artifactId>nifi-external</artifactId>
<artifactId>nifi-spark-receiver</artifactId> <version>0.6.0-SNAPSHOT</version>
</parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-spark-receiver</artifactId>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.apache.spark</groupId> <groupId>org.apache.spark</groupId>
<artifactId>spark-streaming_2.10</artifactId> <artifactId>spark-streaming_2.10</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-site-to-site-client</artifactId> <artifactId>nifi-site-to-site-client</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.sun.jersey</groupId> <groupId>com.sun.jersey</groupId>
<artifactId>jersey-server</artifactId> <artifactId>jersey-server</artifactId>
<version>1.2</version> <version>1.2</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.fasterxml.jackson.core</groupId> <groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId> <artifactId>jackson-databind</artifactId>
<version>2.4.4</version> <version>2.4.4</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>