You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by af...@apache.org on 2017/03/04 23:23:06 UTC

nifi git commit: NIFI-3554 Fixing the jBCrypt dependency name from nifi-standard-processors/pom.xml file, so it uses the expected naming format from the maven repository

Repository: nifi
Updated Branches:
  refs/heads/master f8cad0f8c -> 33a702500


NIFI-3554 Fixing the jBCrypt dependency name from nifi-standard-processors/pom.xml file, so it uses the expected naming format from the maven repository

Signed-off-by: Andre F de Miranda <tr...@users.noreply.github.com>


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/33a70250
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/33a70250
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/33a70250

Branch: refs/heads/master
Commit: 33a702500c30e585bf5b59e6a25b99daa9b492df
Parents: f8cad0f
Author: Pere Urbon-Bayes <pe...@gmail.com>
Authored: Sat Mar 4 08:01:18 2017 +0100
Committer: Andre F de Miranda <tr...@users.noreply.github.com>
Committed: Sun Mar 5 10:15:06 2017 +1100

----------------------------------------------------------------------
 .../nifi-standard-bundle/nifi-standard-processors/pom.xml          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/33a70250/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
----------------------------------------------------------------------
diff --git a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
index 5fd9ae2..95d2445 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml
@@ -186,7 +186,7 @@ language governing permissions and limitations under the License. -->
         </dependency>
         <dependency>
             <groupId>de.svenkubiak</groupId>
-            <artifactId>jBcrypt</artifactId>
+            <artifactId>jBCrypt</artifactId>
             <version>0.4.1</version>
         </dependency>
         <dependency>