dev, Seems the name has always been jBCrypt. odd
| Maven setup | | Use it in your project by adding the following to your project pom.xml: | | <dependency> | <groupId>de.svenkubiak</groupId> | <artifactId>jBCrypt</artifactId> | <version>0.4.1</version> | </dependency> [Source: https://github.com/svenkubiak/jBCrypt#maven-setup] Since it is quite late here in Oz and I haven't opened a JIRA ticket ( I didn't want to open one in case it may be related to my environment), ff confirmed by others, would anyone mind opening a JIRA ticket and merging the following PR#1563 (assuming it fixes it)? Truly appreciated Cheers On Sat, Mar 4, 2017 at 11:49 PM, Andre <[email protected]> wrote: > dev, > > I was wondering if anyone else is having trouble building NiFi after > purging their maven repositories? > > $ git rebase apache/master > Current branch NIFI-871 is up to date. > > $ mvn -U -DskipTests=true clean install > ... > [WARNING] The POM for de.svenkubiak:jBcrypt:jar:0.4.1 is missing, no > dependency information available > ... > [ERROR] Failed to execute goal on project nifi-standard-processors: Could > not resolve dependencies for project > org.apache.nifi:nifi-standard-processors:jar:1.2.0-SNAPSHOT: > Could not find artifact de.svenkubiak:jBcrypt:jar:0.4.1 in central ( > https://repo1.maven.org/maven2) -> [Help 1] > > From what I gather the dependency has been renamed into jBCrypt? > > Cheers >
