2016-02-01 19:13:30 -05:00
|
|
|
<?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.
|
|
|
|
-->
|
2016-02-12 17:27:59 -05:00
|
|
|
<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">
|
2016-02-01 19:13:30 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-scripting-bundle</artifactId>
|
2017-09-28 13:45:36 -04:00
|
|
|
<version>1.5.0-SNAPSHOT</version>
|
2016-02-01 19:13:30 -05:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>nifi-scripting-processors</artifactId>
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-api</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-properties</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
2016-11-17 17:09:49 -05:00
|
|
|
<artifactId>nifi-utils</artifactId>
|
2016-02-01 19:13:30 -05:00
|
|
|
</dependency>
|
2017-04-25 00:38:14 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-record-serialization-service-api</artifactId>
|
|
|
|
</dependency>
|
2017-04-12 18:25:31 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-record</artifactId>
|
|
|
|
</dependency>
|
2017-05-19 11:01:43 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-lookup-service-api</artifactId>
|
|
|
|
</dependency>
|
2016-02-01 19:13:30 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.groovy</groupId>
|
|
|
|
<artifactId>groovy-all</artifactId>
|
|
|
|
</dependency>
|
2018-01-03 13:46:30 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.ivy</groupId>
|
|
|
|
<artifactId>ivy</artifactId>
|
|
|
|
<version>2.4.0</version>
|
|
|
|
</dependency>
|
2016-02-01 19:13:30 -05:00
|
|
|
<dependency>
|
2017-05-18 22:57:49 -04:00
|
|
|
<groupId>org.scijava</groupId>
|
|
|
|
<artifactId>jython-shaded</artifactId>
|
2017-08-17 11:11:45 -04:00
|
|
|
<version>2.7.1</version>
|
2016-02-01 19:13:30 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.luaj</groupId>
|
|
|
|
<artifactId>luaj-jse</artifactId>
|
|
|
|
<version>3.0.1</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jruby</groupId>
|
|
|
|
<artifactId>jruby-complete</artifactId>
|
2017-05-18 22:57:49 -04:00
|
|
|
<version>9.1.9.0</version>
|
2016-02-01 19:13:30 -05:00
|
|
|
</dependency>
|
2017-01-06 15:06:48 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.clojure</groupId>
|
|
|
|
<artifactId>clojure</artifactId>
|
|
|
|
<version>1.8.0</version>
|
|
|
|
</dependency>
|
2016-11-17 17:09:49 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
</dependency>
|
2016-02-01 19:13:30 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
</dependency>
|
2017-08-30 15:25:56 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-net</groupId>
|
|
|
|
<artifactId>commons-net</artifactId>
|
|
|
|
</dependency>
|
2016-10-14 13:41:37 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.yammer.metrics</groupId>
|
|
|
|
<artifactId>metrics-core</artifactId>
|
|
|
|
</dependency>
|
2016-02-01 19:13:30 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.nifi</groupId>
|
|
|
|
<artifactId>nifi-mock</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</project>
|