Repository: nifi Updated Branches: refs/heads/master c638191a4 -> a2ed0f061
Github repo is missing the latest Apache repo commit. As per Infra's suggstion pushing a whitespace commit to force an update Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/a2ed0f06 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/a2ed0f06 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/a2ed0f06 Branch: refs/heads/master Commit: a2ed0f06109f1b1c19db4a8c45aae06d74029888 Parents: c638191 Author: jpercivall <[email protected]> Authored: Wed Aug 24 11:30:14 2016 -0400 Committer: jpercivall <[email protected]> Committed: Wed Aug 24 11:30:14 2016 -0400 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/a2ed0f06/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1e816a5..564f96e 100644 --- a/pom.xml +++ b/pom.xml @@ -1357,6 +1357,7 @@ language governing permissions and limitations under the License. --> </dependency> </dependencies> </dependencyManagement> + <dependencies> <dependency> <groupId>junit</groupId> @@ -1378,6 +1379,7 @@ language governing permissions and limitations under the License. --> <artifactId>groovy-all</artifactId> </dependency> </dependencies> + <build> <pluginManagement> <plugins>
