mirror of https://github.com/apache/nifi.git
NIFI-265: Fixed typos
This commit is contained in:
parent
01a63bd045
commit
94a06fc5d5
|
@ -49,7 +49,7 @@
|
||||||
<services>
|
<services>
|
||||||
<service>
|
<service>
|
||||||
<identifier>ssl-context</identifier>
|
<identifier>ssl-context</identifier>
|
||||||
<class>nifi.ssl.StandardSSLContextService</class>
|
<class>org.apache.nifi.ssl.StandardSSLContextService</class>
|
||||||
<property name="Keystore Filename">C:/testpki/localtest-ks.jks</property>
|
<property name="Keystore Filename">C:/testpki/localtest-ks.jks</property>
|
||||||
<property name="Keystore Password">localtest</property>
|
<property name="Keystore Password">localtest</property>
|
||||||
<property name="Keystore Type">JKS</property>
|
<property name="Keystore Type">JKS</property>
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -770,7 +770,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>kafka-nar</artifactId>
|
<artifactId>kafka-nar</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
<type>nar</type>
|
<type>nar</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in New Issue