mirror of https://github.com/apache/nifi.git
NIFI-2668: This closes #945. Replaced JSR-107 JCache API JAR w Geronimo version, updated notices
This commit is contained in:
parent
ad7808f63d
commit
3224b1a5dd
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue