diff --git a/NOTICE b/NOTICE index 48a677c9e7b05f208d82ef8a4389321f6ce5444f..68a3d760c2a3cc6c202ef299ed9b38187f6c7c31 100644 --- a/NOTICE +++ b/NOTICE @@ -326,6 +326,7 @@ The following software have components provided under the terms of this license: - API Common (from https://github.com/googleapis, https://github.com/googleapis/api-common-java, https://repo1.maven.org/maven2/com/google/api/api-common) - ASM Core (from http://asm.ow2.io/, http://asm.ow2.org/) +- Angus Activation Registries (from https://repo1.maven.org/maven2/org/eclipse/angus/angus-activation) - AspectJ Weaver (from http://www.aspectj.org, https://www.eclipse.org/aspectj/) - FindBugs-jsr305 (from http://findbugs.sourceforge.net/) - GAX (Google Api eXtensions) for Java (Core) (from https://github.com/googleapis, https://github.com/googleapis/gax-java, https://repo1.maven.org/maven2/com/google/api/gax) @@ -348,6 +349,7 @@ The following software have components provided under the terms of this license: - Microsoft Application Insights Log4j 2 Appender (from https://github.com/Microsoft/ApplicationInsights-Java) - NanoHttpd-Core (from https://repo1.maven.org/maven2/org/nanohttpd/nanohttpd) - Netty/Codec/HTTP (from https://repo1.maven.org/maven2/io/netty/netty-codec-http) +- Old JAXB Core (from <https://eclipse-ee4j.github.io/jaxb-ri/>, https://eclipse-ee4j.github.io/jaxb-ri/, https://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-impl) - Protocol Buffer Java API (from http://code.google.com/p/protobuf, https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java) - Protocol Buffers [Util] (from https://repo1.maven.org/maven2/com/google/protobuf/protobuf-java-util) - RE2/J (from http://github.com/google/re2j) @@ -458,6 +460,7 @@ EPL-2.0 ======================================================================== The following software have components provided under the terms of this license: +- Angus Activation Registries (from https://repo1.maven.org/maven2/org/eclipse/angus/angus-activation) - AspectJ Weaver (from http://www.aspectj.org, https://www.eclipse.org/aspectj/) - JUnit Jupiter (Aggregator) (from https://junit.org/junit5/) - JUnit Jupiter API (from http://junit.org/junit5/, https://junit.org/junit5/) @@ -471,6 +474,7 @@ The following software have components provided under the terms of this license: - Jakarta Servlet (from https://projects.eclipse.org/projects/ee4j.servlet) - Jakarta Validation API (from https://beanvalidation.org) - Jakarta XML Binding API (from https://repo1.maven.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api, https://repo1.maven.org/maven2/org/jboss/spec/javax/xml/bind/jboss-jaxb-api_2.3_spec) +- Old JAXB Core (from <https://eclipse-ee4j.github.io/jaxb-ri/>, https://eclipse-ee4j.github.io/jaxb-ri/, https://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-impl) - tomcat-servlet-api (from http://tomcat.apache.org/, https://tomcat.apache.org/) ======================================================================== @@ -492,6 +496,7 @@ GPL-2.0-with-classpath-exception ======================================================================== The following software have components provided under the terms of this license: +- Angus Activation Registries (from https://repo1.maven.org/maven2/org/eclipse/angus/angus-activation) - Jakarta Activation API (from https://github.com/eclipse-ee4j/jaf, https://github.com/jakartaee/jaf-api, https://repo1.maven.org/maven2/jakarta/activation/jakarta.activation-api) - Jakarta Annotations API (from https://projects.eclipse.org/projects/ee4j.ca) - Jakarta Messaging API (from https://projects.eclipse.org/projects/ee4j.jms) @@ -500,6 +505,7 @@ The following software have components provided under the terms of this license: - Jakarta XML Binding API (from https://repo1.maven.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api, https://repo1.maven.org/maven2/org/jboss/spec/javax/xml/bind/jboss-jaxb-api_2.3_spec) - Java Architecture for XML Binding (from http://jaxb.java.net/, https://repo1.maven.org/maven2/javax/xml/bind/jaxb-api) - JavaBeans Activation Framework (from <http://java.sun.com/javase/technologies/desktop/javabeans/jaf/index.jsp>, http://java.sun.com/javase/technologies/desktop/javabeans/jaf/index.jsp, https://repo1.maven.org/maven2/com/sun/activation/javax.activation) +- Old JAXB Core (from <https://eclipse-ee4j.github.io/jaxb-ri/>, https://eclipse-ee4j.github.io/jaxb-ri/, https://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-impl) - javax.annotation API (from http://jcp.org/en/jsr/detail?id=250) - tomcat-embed-core (from http://tomcat.apache.org/) - tomcat-servlet-api (from http://tomcat.apache.org/, https://tomcat.apache.org/) @@ -617,6 +623,13 @@ The following software have components provided under the terms of this license: - RabbitMQ Java Client (from http://www.rabbitmq.com, https://www.rabbitmq.com) +======================================================================== +SAX-PD +======================================================================== +The following software have components provided under the terms of this license: + +- Old JAXB Core (from <https://eclipse-ee4j.github.io/jaxb-ri/>, https://eclipse-ee4j.github.io/jaxb-ri/, https://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-impl) + ======================================================================== WTFPL ======================================================================== diff --git a/provider/csv-parser-ibm/pom.xml b/provider/csv-parser-ibm/pom.xml index aea5e3b4a9ae3458fb7196da746e0d4021390270..f2c3538f4f165b7f3387fcf46049f54793627aab 100644 --- a/provider/csv-parser-ibm/pom.xml +++ b/provider/csv-parser-ibm/pom.xml @@ -17,7 +17,7 @@ <description>IBM Cloud implementation of CSV parser service</description> <properties> - <os-core-lib-ibm.version>0.26.0-rc8</os-core-lib-ibm.version> + <os-core-lib-ibm.version>0.26.0</os-core-lib-ibm.version> <gson.version>2.10</gson.version> <spring-security-web.version>6.2.4</spring-security-web.version> </properties> diff --git a/testing/csv-parser-ibm-test/pom.xml b/testing/csv-parser-ibm-test/pom.xml index c501fe342017ce9a45e98979d99c19eafa740242..0f84ab84ec358589584b49eaa48553c50344c3b3 100644 --- a/testing/csv-parser-ibm-test/pom.xml +++ b/testing/csv-parser-ibm-test/pom.xml @@ -12,7 +12,7 @@ <version>0.27.0-SNAPSHOT</version> <properties> - <os-core-lib-ibm.version>0.26.0-rc8</os-core-lib-ibm.version> + <os-core-lib-ibm.version>0.26.0</os-core-lib-ibm.version> </properties> <dependencies>