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 <trixpan@users.noreply.github.com>
This commit is contained in:
Pere Urbon-Bayes 2017-03-04 08:01:18 +01:00 committed by Andre F de Miranda
parent f8cad0f8c9
commit 33a702500c
1 changed files with 1 additions and 1 deletions

View File

@ -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>