You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pull request #197: Support for authentication in remote artifact requests (OAuth2.0, HTTP basic, HTTP header)
Merge in ITB/xml-validator from development to master
* commit '351909aacff1b4c57a10140a89586f6e1381ef93':
Support for authentication in remote artifact requests (OAuth2.0, HTTP basic, HTTP header)
| Apache License, Version 2.0 | OAuth 2.0 SDK with OpenID Connect extensions | com.nimbusds:oauth2-oidc-sdk| 9.43.6 |https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions|
63
68
| Eclipse Distribution License - v1.0 | istack common utility code runtime | com.sun.istack:istack-commons-runtime| 4.1.2 |https://projects.eclipse.org/projects/ee4j/istack-commons/istack-commons-runtime|
64
69
| Eclipse Distribution License - v1.0 | Old JAXB Core | com.sun.xml.bind:jaxb-core| 4.0.6 |https://eclipse-ee4j.github.io/jaxb-ri/|
65
70
| Eclipse Distribution License - v1.0 | Old JAXB Runtime | com.sun.xml.bind:jaxb-impl| 4.0.4 |https://eclipse-ee4j.github.io/jaxb-ri/|
@@ -90,6 +95,8 @@ This product depends on software developed by third parties as listed in the fol
90
95
| Eclipse Distribution License - v1.0 | Jakarta XML Binding API | jakarta.xml.bind:jakarta.xml.bind-api | 4.0.2 |https://github.com/jakartaee/jaxb-api/jakarta.xml.bind-api|
91
96
| Eclipse Distribution License - v1.0 | Jakarta SOAP with Attachments API | jakarta.xml.soap:jakarta.xml.soap-api | 3.0.2 |https://github.com/jakartaee/saaj-api|
92
97
| Eclipse Distribution License - v1.0 | Jakarta XML Web Services API | jakarta.xml.ws:jakarta.xml.ws-api | 4.0.2 |https://github.com/jakartaee/jax-ws-api|
98
+
| Apache License, Version 2.0 | ASM based accessors helper used by json-smart | net.minidev:accessors-smart| 2.5.2 |https://urielch.github.io/|
99
+
| Apache License, Version 2.0 | JSON Small and Fast Parser | net.minidev:json-smart| 2.5.2 |https://urielch.github.io/|
93
100
| Mozilla Public License Version 2.0 | Saxon-HE | net.sf.saxon:Saxon-HE| 12.8 |http://www.saxonica.com/|
@@ -111,10 +118,10 @@ This product depends on software developed by third parties as listed in the fol
111
118
| Apache License, Version 2.0 | Apache Log4j API | org.apache.logging.log4j:log4j-api| 2.24.3 |https://logging.apache.org/log4j/2.x/log4j/log4j-api/|
112
119
| Apache License, Version 2.0 | Log4j API to SLF4J Adapter | org.apache.logging.log4j:log4j-to-slf4j| 2.24.3 |https://logging.apache.org/log4j/2.x/log4j/log4j-to-slf4j/|
0 commit comments