mirror of https://github.com/apache/nifi.git
Removed duplicate dependency declaration from nifi-standard-processors/pom.xml.
This closes #551.
This commit is contained in:
parent
cd846c8d62
commit
a6e96953f6
|
@ -240,11 +240,6 @@ language governing permissions and limitations under the License. -->
|
|||
<artifactId>nifi-standard-utils</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.nifi</groupId>
|
||||
<artifactId>nifi-standard-utils</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
Loading…
Reference in New Issue