Removed duplicate dependency declaration from nifi-standard-processors/pom.xml.

This closes #551.
This commit is contained in:
Andy LoPresto 2016-06-21 10:12:01 -07:00 committed by Pierre Villard
parent cd846c8d62
commit a6e96953f6
1 changed files with 0 additions and 5 deletions

View File

@ -240,11 +240,6 @@ language governing permissions and limitations under the License. -->
<artifactId>nifi-standard-utils</artifactId> <artifactId>nifi-standard-utils</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-standard-utils</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
</dependencies> </dependencies>
<build> <build>