http://git-wip-us.apache.org/repos/asf/nifi/blob/cd745191/nifi-external/nifi-spark-receiver/pom.xml
----------------------------------------------------------------------
diff --cc nifi-external/nifi-spark-receiver/pom.xml
index 0000000,e290713..19d8ed6
mode 000000,100644..100644
--- a/nifi-external/nifi-spark-receiver/pom.xml
+++ b/nifi-external/nifi-spark-receiver/pom.xml
@@@ -1,0 -1,36 +1,36 @@@
+ <?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 information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License. You may obtain a copy of the License at
+   http://www.apache.org/licenses/LICENSE-2.0
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+ -->
+ <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";>
+     <modelVersion>4.0.0</modelVersion>
+     <parent>
+         <groupId>org.apache.nifi</groupId>
+         <artifactId>nifi-external</artifactId>
+         <version>0.3.0-SNAPSHOT</version>
+     </parent>
+     <groupId>org.apache.nifi</groupId>
+     <artifactId>nifi-spark-receiver</artifactId>
+ 
+     <dependencies>
+         <dependency>
+             <groupId>org.apache.spark</groupId>
+             <artifactId>spark-streaming_2.10</artifactId>
+         </dependency>
+         <dependency>
+             <groupId>org.apache.nifi</groupId>
+             <artifactId>nifi-site-to-site-client</artifactId>
+         </dependency>
+     </dependencies>
 -</project>
++</project>

http://git-wip-us.apache.org/repos/asf/nifi/blob/cd745191/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-api/pom.xml
----------------------------------------------------------------------
diff --cc nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-api/pom.xml
index 0000000,d98426e..3f55dc2
mode 000000,100644..100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-api/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-api/pom.xml
@@@ -1,0 -1,31 +1,31 @@@
+ <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";>
+     <!--
+       Licensed to the Apache Software Foundation (ASF) under one or more
+       contributor license agreements.  See the NOTICE file distributed with
+       this work for additional information regarding copyright ownership.
+       The ASF licenses this file to You under the Apache License, Version 2.0
+       (the "License"); you may not use this file except in compliance with
+       the License.  You may obtain a copy of the License at
+           http://www.apache.org/licenses/LICENSE-2.0
+       Unless required by applicable law or agreed to in writing, software
+       distributed under the License is distributed on an "AS IS" BASIS,
+       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+       See the License for the specific language governing permissions and
+       limitations under the License.
+     -->
+     <modelVersion>4.0.0</modelVersion>
+     <parent>
+         <groupId>org.apache.nifi</groupId>
+         <artifactId>nifi-standard-services</artifactId>
+         <version>0.3.0-SNAPSHOT</version>
+     </parent>
+     
+     <artifactId>nifi-dbcp-service-api</artifactId>
+     <packaging>jar</packaging>
+     <dependencies>
+         <dependency>
+             <groupId>org.apache.nifi</groupId>
+             <artifactId>nifi-api</artifactId>
+         </dependency>
+     </dependencies>
 -</project>
++</project>

http://git-wip-us.apache.org/repos/asf/nifi/blob/cd745191/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service-nar/pom.xml
----------------------------------------------------------------------
diff --cc 
nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service-nar/pom.xml
index 0000000,da847a1..130a1eb
mode 000000,100644..100644
--- 
a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service-nar/pom.xml
+++ 
b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service-nar/pom.xml
@@@ -1,0 -1,37 +1,37 @@@
+ <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";>
+     <!--
+       Licensed to the Apache Software Foundation (ASF) under one or more
+       contributor license agreements.  See the NOTICE file distributed with
+       this work for additional information regarding copyright ownership.
+       The ASF licenses this file to You under the Apache License, Version 2.0
+       (the "License"); you may not use this file except in compliance with
+       the License.  You may obtain a copy of the License at
+           http://www.apache.org/licenses/LICENSE-2.0
+       Unless required by applicable law or agreed to in writing, software
+       distributed under the License is distributed on an "AS IS" BASIS,
+       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+       See the License for the specific language governing permissions and
+       limitations under the License.
+     -->
+     <modelVersion>4.0.0</modelVersion>
+     <parent>
+         <groupId>org.apache.nifi</groupId>
+         <artifactId>nifi-dbcp-service-bundle</artifactId>
+         <version>0.3.0-SNAPSHOT</version>
+     </parent>
+     
+     <artifactId>nifi-dbcp-service-nar</artifactId>
+     <packaging>nar</packaging>
+     <dependencies>
+         <dependency>
+             <groupId>org.apache.nifi</groupId>
+             <artifactId>nifi-standard-services-api-nar</artifactId>
+             <type>nar</type>
+         </dependency>
+         <dependency>
+             <groupId>org.apache.nifi</groupId>
+             <artifactId>nifi-dbcp-service</artifactId>
+             <version>0.3.0-SNAPSHOT</version>
+         </dependency>
+     </dependencies>
 -</project>
++</project>

http://git-wip-us.apache.org/repos/asf/nifi/blob/cd745191/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/pom.xml
----------------------------------------------------------------------
diff --cc 
nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/pom.xml
index 0000000,f10e005..a9be9d6
mode 000000,100644..100644
--- a/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/pom.xml
@@@ -1,0 -1,29 +1,29 @@@
+ <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";>
+     <!--
+       Licensed to the Apache Software Foundation (ASF) under one or more
+       contributor license agreements.  See the NOTICE file distributed with
+       this work for additional information regarding copyright ownership.
+       The ASF licenses this file to You under the Apache License, Version 2.0
+       (the "License"); you may not use this file except in compliance with
+       the License.  You may obtain a copy of the License at
+           http://www.apache.org/licenses/LICENSE-2.0
+       Unless required by applicable law or agreed to in writing, software
+       distributed under the License is distributed on an "AS IS" BASIS,
+       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+       See the License for the specific language governing permissions and
+       limitations under the License.
+     -->
+     <modelVersion>4.0.0</modelVersion>
+     <parent>
+         <groupId>org.apache.nifi</groupId>
+         <artifactId>nifi-standard-services</artifactId>
+         <version>0.3.0-SNAPSHOT</version>
+     </parent>
+     
+     <artifactId>nifi-dbcp-service-bundle</artifactId>
+     <packaging>pom</packaging>
+     <modules>
+         <module>nifi-dbcp-service</module>
+         <module>nifi-dbcp-service-nar</module>
+     </modules>
 -</project>
++</project>

http://git-wip-us.apache.org/repos/asf/nifi/blob/cd745191/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/pom.xml
----------------------------------------------------------------------
diff --cc 
nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/pom.xml
index 0000000,905c629..195bd2c
mode 000000,100644..100644
--- 
a/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/pom.xml
+++ 
b/nifi-nar-bundles/nifi-standard-services/nifi-http-context-map-bundle/pom.xml
@@@ -1,0 -1,31 +1,31 @@@
+ <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";>
+     <!--
+       Licensed to the Apache Software Foundation (ASF) under one or more
+       contributor license agreements.  See the NOTICE file distributed with
+       this work for additional information regarding copyright ownership.
+       The ASF licenses this file to You under the Apache License, Version 2.0
+       (the "License"); you may not use this file except in compliance with
+       the License.  You may obtain a copy of the License at
+           http://www.apache.org/licenses/LICENSE-2.0
+       Unless required by applicable law or agreed to in writing, software
+       distributed under the License is distributed on an "AS IS" BASIS,
+       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+       See the License for the specific language governing permissions and
+       limitations under the License.
+     -->
+     <modelVersion>4.0.0</modelVersion>
+     <parent>
+         <groupId>org.apache.nifi</groupId>
+         <artifactId>nifi-standard-services</artifactId>
+         <version>0.3.0-SNAPSHOT</version>
+     </parent>
+ 
+     <artifactId>nifi-http-context-map-bundle</artifactId>
+     <packaging>pom</packaging>
+ 
+     <modules>
+         <module>nifi-http-context-map</module>
+         <module>nifi-http-context-map-nar</module>
+     </modules>
+     
 -</project>
++</project>

http://git-wip-us.apache.org/repos/asf/nifi/blob/cd745191/nifi-nar-bundles/nifi-standard-services/pom.xml
----------------------------------------------------------------------
diff --cc nifi-nar-bundles/nifi-standard-services/pom.xml
index 0000000,5a99b87..3782ab8
mode 000000,100644..100644
--- a/nifi-nar-bundles/nifi-standard-services/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-services/pom.xml
@@@ -1,0 -1,37 +1,37 @@@
+ <?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 information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+       http://www.apache.org/licenses/LICENSE-2.0
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+ -->
+ <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>
+     <parent>
+         <groupId>org.apache.nifi</groupId>
+         <artifactId>nifi-nar-bundles</artifactId>
+         <version>0.3.0-SNAPSHOT</version>
+     </parent>
+     <artifactId>nifi-standard-services</artifactId>
+     <packaging>pom</packaging>
+     <modules>
+         <module>nifi-distributed-cache-client-service-api</module>
+         <module>nifi-distributed-cache-services-bundle</module>
+         <module>nifi-load-distribution-service-api</module>
 -              <module>nifi-http-context-map-api</module>
++      <module>nifi-http-context-map-api</module>
+         <module>nifi-ssl-context-bundle</module>
+         <module>nifi-ssl-context-service-api</module>
 -              <module>nifi-http-context-map-bundle</module>
++      <module>nifi-http-context-map-bundle</module>
+         <module>nifi-standard-services-api-nar</module>
+         <module>nifi-dbcp-service-api</module>
+         <module>nifi-dbcp-service-bundle</module>
+     </modules>
+ </project>

Reply via email to