Skip to content

Commit f07d4aa

Browse files
committed
AP-25728: Remove re-packacking of jose4j-0.9.4 component
AP-25728 (Update com.box:box-java-sdk to 4.11.1)
1 parent 73151a0 commit f07d4aa

File tree

5 files changed

+2
-6
lines changed

5 files changed

+2
-6
lines changed

org.knime.ext.box.filehandling/.classpath

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<classpathentry exported="true" kind="lib" path="libs/bcprov-jdk18on-1.78.1.jar" sourcepath="libs/bcprov-jdk18on-1.78.1-sources.jar"/>
66
<classpathentry exported="true" kind="lib" path="libs/bcutil-jdk18on-1.78.1.jar" sourcepath="libs/bcutil-jdk18on-1.78.1-sources.jar"/>
77
<classpathentry exported="true" kind="lib" path="libs/box-java-sdk-4.10.0.jar" sourcepath="libs/box-java-sdk-4.10.0-sources.jar"/>
8-
<classpathentry exported="true" kind="lib" path="libs/jose4j-0.9.4.jar" sourcepath="libs/jose4j-0.9.4-sources.jar"/>
98
<classpathentry exported="true" kind="lib" path="libs/minimal-json-0.9.5.jar" sourcepath="libs/minimal-json-0.9.5-sources.jar"/>
109
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
1110
<attributes>

org.knime.ext.box.filehandling/META-INF/MANIFEST.MF

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Bundle-ClassPath: .,
1717
libs/bcprov-jdk18on-1.78.1.jar,
1818
libs/bcutil-jdk18on-1.78.1.jar,
1919
libs/box-java-sdk-4.10.0.jar,
20-
libs/jose4j-0.9.4.jar,
2120
libs/minimal-json-0.9.5.jar
2221
Bundle-RequiredExecutionEnvironment: JavaSE-17
2322
Automatic-Module-Name: org.knime.ext.box.filehandling

org.knime.ext.box.filehandling/build.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ bin.includes = plugin.xml,\
99
libs/bcprov-jdk18on-1.78.1.jar,\
1010
libs/bcutil-jdk18on-1.78.1.jar,\
1111
libs/box-java-sdk-4.10.0.jar,\
12-
libs/jose4j-0.9.4.jar,\
1312
libs/minimal-json-0.9.5.jar
1413
src.includes = LICENSE.TXT,\
1514
plugin.xml,\

org.knime.ext.box.filehandling/libraries_license/licenses.csv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ library,library-url,licence,,,, licence-url,copyright
22
bcpkix-jdk18on-1.78.1.jar,https://www.bouncycastle.org/java.html,MIT License,https://www.bouncycastle.org/licence.html,The Legion of the Bouncy Castle Inc.,,,
33
bcprov-jdk18on-1.78.1.jar,https://www.bouncycastle.org/java.html,MIT License,https://www.bouncycastle.org/licence.html,The Legion of the Bouncy Castle Inc.,,,
44
box-java-sdk-4.10.0.jar,https://github.com/box/box-java-sdk,Apache 2.0 License,https://github.com/box/box-java-sdk/blob/main/LICENSE,Box,Inc.,,
5-
jose4j-0.9.4.jar,https://bitbucket.org/b_c/jose4j/wiki/Home,Apache 2.0 License,https://bitbucket.org/b_c/jose4j/src/master/LICENSE,Brian Campbell,,,
65
minimal-json-0.9.5.jar,https://github.com/ralfstx/minimal-json,MIT License,https://github.com/ralfstx/minimal-json/blob/master/LICENSE,EclipseSource GmbH,,,

org.knime.ext.box.filehandling/libs/fetch_jars/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<configuration>
5454
<includeScope>runtime</includeScope>
5555
<outputDirectory>../</outputDirectory>
56-
<excludeGroupIds>org.slf4j, com.squareup, org.jetbrains</excludeGroupIds>
56+
<excludeGroupIds>org.slf4j, com.squareup, org.jetbrains, org.bitbucket.b_c</excludeGroupIds>
5757
</configuration>
5858
<phase>package</phase>
5959
<goals>
@@ -65,7 +65,7 @@
6565
<configuration>
6666
<includeScope>runtime</includeScope>
6767
<outputDirectory>../</outputDirectory>
68-
<excludeGroupIds>org.slf4j, com.squareup, org.jetbrains</excludeGroupIds>
68+
<excludeGroupIds>org.slf4j, com.squareup, org.jetbrains, org.bitbucket.b_c</excludeGroupIds>
6969
<classifier>sources</classifier>
7070
</configuration>
7171
<phase>package</phase>

0 commit comments

Comments
 (0)