mirror of https://github.com/apache/nifi.git
NIFI-11269 Added snappy-java to nifi-avro-processors
This closes #7035 Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
parent
8227c19b97
commit
40be70762a
|
@ -53,6 +53,10 @@ language governing permissions and limitations under the License. -->
|
|||
<version>2.0.0-SNAPSHOT</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.xerial.snappy</groupId>
|
||||
<artifactId>snappy-java</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
Loading…
Reference in New Issue