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/05 00:42:20 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/0.x 9a5487cde -> 32a93be54


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/32a93be5
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/32a93be5
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/32a93be5

Branch: refs/heads/0.x
Commit: 32a93be546fd026db54b0cfc188e6971a40b70a4
Parents: 9a5487c
Author: Pere Urbon-Bayes <pe...@gmail.com>
Authored: Sun Mar 5 10:48:15 2017 +1100
Committer: Andre F de Miranda <tr...@users.noreply.github.com>
Committed: Sun Mar 5 10:49:46 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/32a93be5/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 9a3d200..cf36974 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>