[ 
https://issues.apache.org/jira/browse/HDDS-5137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17335239#comment-17335239
 ] 

Mark Gui edited comment on HDDS-5137 at 4/29/21, 10:53 AM:
-----------------------------------------------------------

So there are several dependencies to be checked, I checked again manually by 
diff `mvn -o dependency:list`:

These are freshly new:
 - aspectjrt.jar : Eclipse Public License - v 1.0
 - aspectjweaver.jar : Eclipse Public License - v 1.0

 

These are deprecated intentionally by the master branch.
 - javax.ws.rs-api.jar : CDDL+GPL-1.1 (deprecated by jakarta.ws.rs-api.jar)
 - validation-api.Final.jar : The Apache Software License, Version 2.0 
(deprecated by jakarta.validation-api.jar)
 - javax.inject-b42.jar. : CDDL+GPL_1_1

 

I think the following is already mentioned in LICENCE.txt:
 - hk2-locator.jar

 

This one actually I found it in the dependency list both in this branch and 
master,

but no licenses found, we should add it.
 - reflections.jar : WTFPL+The New BSD License

 

 [~elek] What do you think ?


was (Author: markgui):
So there are several dependencies to be checked, I checked again manually by 
diff `mvn -o dependency:list`:

These are freshly new:
- aspectjrt.jar : Eclipse Public License - v 1.0
- aspectjweaver.jar : Eclipse Public License - v 1.0

 

These are deprecated intentionally by the master branch.

- javax.ws.rs-api.jar : CDDL+GPL-1.1
- validation-api.Final.jar : The Apache Software License, Version 2.0
- javax.inject-b42.jar. : CDDL+GPL_1_1

 

I think the following is already mentioned in LICENCE.txt:

- hk2-locator.jar

 

This one actually I found it in the dependency list both in this branch and 
master,

but no licenses found, we should add it.

- reflections.jar : WTFPL+The New BSD License

> Adjust LICENSE and NOTICE files for the non-rolling upgrade branch
> ------------------------------------------------------------------
>
>                 Key: HDDS-5137
>                 URL: https://issues.apache.org/jira/browse/HDDS-5137
>             Project: Apache Ozone
>          Issue Type: Sub-task
>            Reporter: Marton Elek
>            Assignee: Mark Gui
>            Priority: Blocker
>
> The branch introduced new dependencies:
> {code}
> > ./share/ozone/lib/aspectjrt.jar
> > ./share/ozone/lib/aspectjweaver.jar
> 87c89
> < ./share/ozone/lib/hk2-locator.jar
> ---
> > ./share/ozone/lib/hk2-locator-b42.jar
> 108,109d109
> < ./share/ozone/lib/jakarta.validation-api.jar
> < ./share/ozone/lib/jakarta.ws.rs-api.jar
> 114a115
> > ./share/ozone/lib/javax.inject-b42.jar
> 117a119
> > ./share/ozone/lib/javax.ws.rs-api.jar
> 214a217
> > ./share/ozone/lib/reflections.jar
> 229a233
> > ./share/ozone/lib/validation-api.Final.jar
> {code}
> As far as I see the LICENCE and NOTICE files are not changed under 
> hadoop-ozone/dist/src/main/license/bin
> We should update the LICENSE file with new / modified maven artifact names.
> Related LICENSE files should be included in 
> hadoop-ozone/dist/src/main/license/bin/licenses (except pure Apache license)
> In case of dependency is licensed under Apache, and IF there is a NOTICE file 
> in the repository of the dependency, it should be copied to the NOTICE.txt 
> (or referenced from NOTICE.txt)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to