NIFI-2668: This closes #945. Replaced JSR-107 JCache API JAR w Geronimo version, updated notices

This commit is contained in:
Matt Burgess 2016-08-25 14:35:59 -04:00 committed by joewitt
parent ad7808f63d
commit 3224b1a5dd
3 changed files with 27 additions and 0 deletions

View File

@ -837,6 +837,14 @@ The following binary components are provided under the Apache Software License v
Licensed under Apache License, Version 2.0.
http://search.maven.org/#artifactdetails%7Corg.jetbrains%7Cannotations%7C13.0%7Cjar
(ASLv2) Apache Geronimo JSR-107 JCache Spec API
The following NOTICE information applies:
Apache Geronimo JSR-107 JCache Spec API
Copyright 2009-2014 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
(ASLv2) Carrotsearch HPPC
The following NOTICE information applies:
HPPC borrowed code, ideas or both from:

View File

@ -25,6 +25,14 @@ The following binary components are provided under the Apache Software License v
Licensed under Apache License, Version 2.0.
http://search.maven.org/#artifactdetails%7Corg.jetbrains%7Cannotations%7C13.0%7Cjar
(ASLv2) Apache Geronimo JSR-107 JCache Spec API
The following NOTICE information applies:
Apache Geronimo JSR-107 JCache Spec API
Copyright 2009-2014 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
(ASLv2) Apache Commons IO
The following NOTICE information applies:
Apache Commons IO

View File

@ -29,7 +29,18 @@
<dependency>
<groupId>org.apache.ignite</groupId>
<artifactId>ignite-core</artifactId>
<exclusions>
<exclusion>
<groupId>javax.cache</groupId>
<artifactId>cache-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jcache_1.0_spec</artifactId>
<version>1.0-alpha-1</version>
</dependency>
<dependency>
<groupId>org.apache.ignite</groupId>
<artifactId>ignite-log4j2</artifactId>