Skip to content

Commit

Permalink
Prepare Maven Central release (#33)
Browse files Browse the repository at this point in the history
* Ensure that implementation modules are resolvable

We want the implementation to be easily usable in external projects. This means that we shouldn't require additional Jersey or other implementation dependencies to be included in the external project. We can (and should) require that specification dependencies (e.g. SCR, Servlet Whiteboard, an SLF4J logging impl) are provided by the user. This commit fixes the pom dependencies so that these projects can be resolved.

This commit also fixes the SSE fragment version range, and avoids exporting an internal Jersey package, instead publishing a proper API type.

Signed-off-by: Tim Ward <timothyjward@apache.org>

* Prepare Release

- configure release plugin
- avoid releasing test jars
- switch tck-test jar version back to SNAPSHOT

Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>

* Skip staging for test

- added skip configuration

Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>

* Ignore Deploy

- added deploy skip for nexus staging plugin

Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>

* Remove project templates modules from build

Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>

* Allow timestmped snapshots in release

- allow timestamped snapshots for latest tck

Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>

* set TCK in scope=test (#27)

* Ignore Deploy

- added deploy skip for nexus staging plugin

Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>

* Remove project templates modules from build

Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>

* Allow timestmped snapshots in release

- allow timestamped snapshots for latest tck

Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>

* ignore snapshots

- set dependency scope to test

Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>

---------

Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>

* Eclipse Jenkins settings (#29)

* Ignore Deploy

- added deploy skip for nexus staging plugin

Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>

* Remove project templates modules from build

Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>

* Allow timestmped snapshots in release

- allow timestamped snapshots for latest tck

Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>

* ignore snapshots

- set dependency scope to test

Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>

* Merge branch 'main' of git@github.com:maho7791/jakartarest-osgi.git into
main

Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>

---------

Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>

* Release Configuration (#31)

* Ignore Deploy

- added deploy skip for nexus staging plugin

Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>

* Remove project templates modules from build

Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>

* Allow timestmped snapshots in release

- allow timestamped snapshots for latest tck

Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>

* ignore snapshots

- set dependency scope to test

Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>

* Merge branch 'main' of git@github.com:maho7791/jakartarest-osgi.git into
main

Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>

* Add bnd-library, archetype

- modified archetype to current deps
- modified library to current deps

Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>

* Verified Release Setup

- added autocloase on release

Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>

---------

Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>

* Fix Build breaker (#32)

* Ignore Deploy

- added deploy skip for nexus staging plugin

Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>

* Remove project templates modules from build

Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>

* Allow timestmped snapshots in release

- allow timestamped snapshots for latest tck

Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>

* ignore snapshots

- set dependency scope to test

Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>

* Merge branch 'main' of git@github.com:maho7791/jakartarest-osgi.git into
main

Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>

* Add bnd-library, archetype

- modified archetype to current deps
- modified library to current deps

Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>

* Verified Release Setup

- added autocloase on release

Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>

* Fix Build breaker

Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>

* REadme

Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>

---------

Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>

* Update pom.xml

---------

Signed-off-by: Tim Ward <timothyjward@apache.org>
Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>
Co-authored-by: Tim Ward <timothyjward@apache.org>
  • Loading branch information
maho7791 and timothyjward authored Oct 27, 2023
1 parent 77d5c18 commit 2b4b569
Show file tree
Hide file tree
Showing 20 changed files with 171 additions and 166 deletions.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ This implementation is **compliant** in respect to the corresponding OSGi Whiteb

It uses:

* Jersey 3.0.8
* HK2 3.0.3.
* Jersey 3.1.3
* HK2 3.0.5

When you want to run it, you currently have the choice between two different adapters / connectors:

Expand Down
6 changes: 3 additions & 3 deletions org.eclipse.osgitech.rest.archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.eclipse.osgi-technology.rest</groupId>
<artifactId>parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<groupId>org.eclipse.osgi-technology.rest</groupId>
<artifactId>parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,44 +12,53 @@
-runproperties: \
org.osgi.service.http.port=-1

-runbundles: \
jakarta.activation-api;version='[2.1.0,2.1.1)',\
jakarta.annotation-api;version='[2.1.1,2.1.2)',\
jakarta.inject.jakarta.inject-api;version='[2.0.1,2.0.2)',\
jakarta.validation.jakarta.validation-api;version='[3.0.2,3.0.3)',\
jakarta.ws.rs-api;version='[3.1.0,3.1.1)',\
jakarta.xml.bind-api;version='[4.0.0,4.0.1)',\
javassist;version='[3.29.0,3.29.1)',\
org.apache.aries.spifly.dynamic.framework.extension;version='[1.3.6,1.3.7)',\
org.apache.felix.cm.json;version='[2.0.0,2.0.1)',\
org.apache.felix.configadmin;version='[1.9.24,1.9.25)',\
runbundles.jersey: \
${jersey.deps}

-require-bnd: "(version>=6.4.0)"

jersey.deps: \
org.apache.aries.spifly.dynamic.framework.extension;version='[1.3.5,1.4)',\
jakarta.annotation-api;version='[2.1.1,2.2)',\
jakarta.inject.jakarta.inject-api;version='[2.0.1,2.1)',\
jakarta.validation.jakarta.validation-api;version='[3.0.2,3.1)',\
jakarta.ws.rs-api;version='[3.1.0,3.2)',\
jakarta.xml.bind-api;version='[4.0.0,4.1)',\
javassist;version='[3.29.2,3.30)',\
org.osgi.service.jakartars;version='[2.0.0,2.1)',\
org.osgi.service.component;version='[1.5.0,1.6)',\
org.osgi.util.function;version='[1.2.0,1.3)',\
org.osgi.util.promise;version='[1.3.0,1.4)',\
org.osgi.util.converter;version='[1,1.1)',\
org.apache.felix.configadmin;version='[1.9.26,1.10)',\
org.apache.felix.cm.json;version='[2.0.0,2.1)',\
org.apache.felix.configurator;version='[1.0.18,1.0.19)',\
org.apache.felix.http.jetty;version='[5.0.4,5.0.5)',\
org.apache.felix.http.servlet-api;version='[2.1.0,2.1.1)',\
org.apache.felix.scr;version='[2.2.6,2.2.7)',\
org.eclipse.osgitech.rest;version='[1.0.0,1.0.1)',\
org.eclipse.osgitech.rest.servlet.whiteboard;version='[1.0.0,1.0.1)',\
org.eclipse.osgitech.rest.sse;version='[1.0.0,1.0.1)',\
org.eclipse.parsson.jakarta.json;version='[1.1.2,1.1.3)',\
org.glassfish.hk2.api;version='[3.0.4,3.0.5)',\
org.glassfish.hk2.external.aopalliance-repackaged;version='[3.0.4,3.0.5)',\
org.glassfish.hk2.locator;version='[3.0.4,3.0.5)',\
org.apache.felix.http.jetty;version='[5.0.0,5.1)',\
org.apache.felix.http.servlet-api;version='[2.1.0,2.2)',\
org.apache.felix.scr;version='[2.2.6,2.3)',\
org.eclipse.parsson.jakarta.json;version='[1.1.2,1.2)',\
com.sun.xml.bind.jaxb-osgi;version='[4,4.1)',\
com.sun.activation.jakarta.activation;version='[2,2.1)',\
org.glassfish.hk2.api;version='[3.0.4,3.1)',\
org.glassfish.hk2.external.aopalliance-repackaged;version='[3.0.4,3.1)',\
org.glassfish.hk2.locator;version='[3.0.4,3.1)',\
org.glassfish.hk2.osgi-resource-locator;version='[1.0.3,1.0.4)',\
org.glassfish.hk2.utils;version='[3.0.4,3.0.5)',\
org.glassfish.jersey.containers.jersey-container-servlet;version='[3.1.2,3.1.3)',\
org.glassfish.jersey.containers.jersey-container-servlet-core;version='[3.1.2,3.1.3)',\
org.glassfish.jersey.core.jersey-client;version='[3.1.2,3.1.3)',\
org.glassfish.jersey.core.jersey-common;version='[3.1.2,3.1.3)',\
org.glassfish.jersey.core.jersey-server;version='[3.1.2,3.1.3)',\
org.glassfish.jersey.inject.jersey-hk2;version='[3.1.2,3.1.3)',\
org.glassfish.jersey.media.jersey-media-jaxb;version='[3.1.2,3.1.3)',\
org.glassfish.jersey.media.jersey-media-sse;version='[3.1.2,3.1.3)',\
org.objectweb.asm;version='[9.5.0,9.5.1)',\
org.osgi.service.component;version='[1.5.1,1.5.2)',\
org.osgi.service.jakartars;version='[2.0.0,2.0.1)',\
org.osgi.util.converter;version='[1.0.9,1.0.10)',\
org.osgi.util.function;version='[1.2.0,1.2.1)',\
org.osgi.util.promise;version='[1.3.0,1.3.1)',\
slf4j.api;version='[1.7.36,1.7.37)',\
slf4j.simple;version='[1.7.36,1.7.37)',\
${artifactId};version=snapshot
org.glassfish.hk2.utils;version='[3.0.4,3.1)',\
org.glassfish.jersey.containers.jersey-container-servlet;version='[3.1.2,3.2)',\
org.glassfish.jersey.containers.jersey-container-servlet-core;version='[3.1.1,3.2)',\
org.glassfish.jersey.core.jersey-client;version='[3.1.2,3.2)',\
org.glassfish.jersey.core.jersey-common;version='[3.1.2,3.2)',\
org.glassfish.jersey.core.jersey-server;version='[3.1.2,3.2)',\
org.glassfish.jersey.inject.jersey-hk2;version='[3.1.2,3.2)',\
org.glassfish.jersey.media.jersey-media-jaxb;version='[3.1.2,3.2)',\
org.glassfish.jersey.media.jersey-media-sse;version='[3.1.2,3.2)',\
org.objectweb.asm;version='[9.6,9.7)',\
org.objectweb.asm.commons;version='[9.6,9.7)',\
org.objectweb.asm.tree;version='[9.6,9.7)',\
org.objectweb.asm.tree.analysis;version='[9.6,9.7)',\
org.objectweb.asm.util;version='[9.6,9.7)',\
slf4j.api;version='[1.7.36,1.8)',\
slf4j.simple;version='[1.7.30,1.8)',\
org.eclipse.osgitech.rest;version='[1,2)',\
org.eclipse.osgitech.rest.sse;version='[1,2)'

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<bnd.version>6.4.0</bnd.version>
<jersey.version>3.1.2</jersey.version>
<jersey.version>3.1.3</jersey.version>
</properties>

<dependencies>
Expand Down
7 changes: 5 additions & 2 deletions org.eclipse.osgitech.rest.bnd.library/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
-resourceonly: true

jersey.version: 3.1.2
hk2.version: 3.0.4
jersey.version: 3.1.3
hk2.version: 3.0.5

Provide-Capability: \
bnd.library;\
bnd.library = jakartaREST; \
path = library/workspace

-includeresource: {library=library}

Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
org.eclipse.osgitech.rest:org.eclipse.osgitech.rest.bnd.project.library:${mvn-base-version}
org.eclipse.osgitech.rest:org.eclipse.osgitech.rest:${mvn-base-version}
org.eclipse.osgitech.rest:org.eclipse.osgitech.rest.jetty:${mvn-base-version}
org.eclipse.osgitech.rest:org.eclipse.osgitech.rest.servlet.whiteboard:${mvn-base-version}
org.eclipse.osgitech.rest:org.eclipse.osgitech.rest.config:${mvn-base-version}
org.eclipse.osgitech.rest:org.eclipse.osgitech.rest.sse:${mvn-base-version}
org.eclipse.osgitech.rest:org.eclipse.osgitech.rest.multipart:${mvn-base-version}
org.eclipse.osgitech.rest:org.eclipse.osgitech.rest.bnd.project.library:${project.version}
org.eclipse.osgitech.rest:org.eclipse.osgitech.rest:${project.version}
org.eclipse.osgitech.rest:org.eclipse.osgitech.rest.jetty:${project.version}
org.eclipse.osgitech.rest:org.eclipse.osgitech.rest.servlet.whiteboard:${project.version}
org.eclipse.osgitech.rest:org.eclipse.osgitech.rest.config:${project.version}
org.eclipse.osgitech.rest:org.eclipse.osgitech.rest.sse:${project.version}
org.eclipse.osgitech.rest:org.eclipse.osgitech.rest.multipart:${project.version}

org.apache.felix:org.apache.felix.http.jetty:5.0.4
org.apache.felix:org.apache.felix.http.servlet-api:2.1.0
org.apache.felix:org.apache.felix.cm.json:2.0.0
org.apache.felix:org.apache.felix.configurator:1.0.18
org.apache.felix:org.apache.felix.configadmin:1.9.26
org.apache.aries.spifly:org.apache.aries.spifly.dynamic.framework.extension:1.3.6
org.osgi:org.osgi.util.promise:1.3.0
org.osgi:org.osgi.service.jakartars:2.0.0
Expand Down Expand Up @@ -71,14 +72,14 @@ org.glassfish.jersey.media:jersey-media-sse:${jersey.version}

org.javassist:javassist:3.29.2-GA
org.jvnet.mimepull:mimepull:1.10.0
org.eclipse.parsson:jakarta.json:1.1.2
org.eclipse.parsson:parsson-media:1.1.2
org.eclipse.parsson:jakarta.json:1.1.5
org.eclipse.parsson:parsson-media:1.1.5
org.slf4j:slf4j-api:1.7.36
org.slf4j:slf4j-simple:1.7.36

# ASM
org.ow2.asm:asm:9.5
org.ow2.asm:asm-tree:9.5
org.ow2.asm:asm-commons:9.5
org.ow2.asm:asm-analysis:9.5
org.ow2.asm:asm-util:9.5
org.ow2.asm:asm:9.6
org.ow2.asm:asm-tree:9.6
org.ow2.asm:asm-commons:9.6
org.ow2.asm:asm-analysis:9.6
org.ow2.asm:asm-util:9.6
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
readOnly=true; \
poll.time=-1; \
name="OSGi Technology Jakarta REST"


Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jersey.deps: \
org.glassfish.jersey.inject.jersey-hk2;version='[3.1.2,3.2)',\
org.glassfish.jersey.media.jersey-media-jaxb;version='[3.1.2,3.2)',\
org.glassfish.jersey.media.jersey-media-sse;version='[3.1.2,3.2)',\
org.objectweb.asm;version='[9.5,9.6)',\
org.objectweb.asm.commons;version='[9.5,9.6)',\
org.objectweb.asm.tree;version='[9.5,9.6)',\
org.objectweb.asm.tree.analysis;version='[9.5,9.6)',\
org.objectweb.asm.util;version='[9.5,9.6)',\
org.objectweb.asm;version='[9.6,9.7)',\
org.objectweb.asm.commons;version='[9.6,9.7)',\
org.objectweb.asm.tree;version='[9.6,9.7)',\
org.objectweb.asm.tree.analysis;version='[9.6,9.7)',\
org.objectweb.asm.util;version='[9.6,9.7)',\
slf4j.api;version='[1.7.36,1.8)',\
slf4j.simple;version='[1.7.30,1.8)',\
org.eclipse.osgitech.rest;version='[1,2)',\
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
-buildpath: \
osgi.annotation;version=latest,\
osgi.core;version=latest
org.osgi.service.component.annotations;version=latest

-library: enableJakartaREST

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

-resolve.effective: active;skip:="osgi.service"

-runtrace: true

# enabled the runbundles for the Jersey dependencies
# This sets -runbundles.jersey: ${jersey.deps}
-library: enableJakartaREST
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
/**
*
* This is a Demo Resource for a Jakartars Whiteboard
* You should see an log output like this, that mentions port and uri:
* Started Jakartars whiteboard server for port: <port> and context: /rest/
*
* So the application can be reached under:
* http://localhost:<port>/rest/hello-no-config
*
* @since 1.0
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
-buildpath: \
osgi.annotation;version=latest,\
osgi.core;version=latest,\
org.osgi.service.component.annotations;version=latest,\
org.osgi.service.servlet;version=latest

-library: enableJakartaREST
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

-resolve.effective: active;skip:="osgi.service"

-runtrace: true

# enabled the runbundles for the Jersey dependencies
-library: enableJakartaREST

Expand All @@ -17,6 +15,7 @@
# we need to run our project
-runbundles.project: \
org.eclipse.osgitech.rest.servlet.whiteboard;version=latest,\
org.eclipse.parsson.jakarta.json;version=latest,\
{{projectName}};version=snapshot

-runblacklist: \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
-buildpath: \
osgi.annotation;version=latest,\
osgi.core;version=latest
org.osgi.service.component.annotations;version=latest

-library: enableJakartaREST

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

-resolve.effective: active;skip:="osgi.service"

-runtrace: true

# enabled the runbundles for the Jersey dependencies
# This sets -runbundles.jersey: ${jersey.deps}
-library: enableJakartaREST
Expand All @@ -18,6 +16,7 @@
# we need to run our project
-runbundles.project: \
org.eclipse.osgitech.rest.jetty;version=latest,\
org.eclipse.parsson.jakarta.json;version=latest,\
{{projectName}};version=snapshot

-runblacklist: \
Expand Down
36 changes: 18 additions & 18 deletions org.eclipse.osgitech.rest.servlet.whiteboard.tests/test.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -45,35 +45,18 @@
jakarta.ws.rs-api;version='[3.1.0,3.1.1)',\
jakarta.xml.bind-api;version='[4.0.0,4.0.1)',\
javassist;version='[3.29.2,3.29.3)',\
junit-jupiter-api;version='[5.9.2,5.9.3)',\
junit-jupiter-params;version='[5.9.2,5.9.3)',\
junit-platform-commons;version='[1.9.2,1.9.3)',\
org.apache.aries.spifly.dynamic.framework.extension;version='[1.3.6,1.3.7)',\
org.apache.felix.cm.json;version='[2.0.0,2.0.1)',\
org.apache.felix.configadmin;version='[1.9.24,1.9.25)',\
org.apache.felix.configurator;version='[1.0.18,1.0.19)',\
org.apache.felix.http.jetty;version='[5.0.4,5.0.5)',\
org.apache.felix.http.servlet-api;version='[2.1.0,2.1.1)',\
org.apache.felix.scr;version='[2.2.6,2.2.7)',\
org.glassfish.hk2.api;version='[3.0.4,3.0.5)',\
org.glassfish.hk2.external.aopalliance-repackaged;version='[3.0.4,3.0.5)',\
org.glassfish.hk2.locator;version='[3.0.4,3.0.5)',\
org.glassfish.hk2.osgi-resource-locator;version='[1.0.3,1.0.4)',\
org.glassfish.hk2.utils;version='[3.0.4,3.0.5)',\
org.glassfish.jersey.containers.jersey-container-servlet;version='[3.1.2,3.1.3)',\
org.glassfish.jersey.containers.jersey-container-servlet-core;version='[3.1.2,3.1.3)',\
org.glassfish.jersey.core.jersey-client;version='[3.1.2,3.1.3)',\
org.glassfish.jersey.core.jersey-common;version='[3.1.2,3.1.3)',\
org.glassfish.jersey.core.jersey-server;version='[3.1.2,3.1.3)',\
org.glassfish.jersey.inject.jersey-hk2;version='[3.1.2,3.1.3)',\
org.glassfish.jersey.media.jersey-media-jaxb;version='[3.1.2,3.1.3)',\
org.glassfish.jersey.media.jersey-media-sse;version='[3.1.2,3.1.3)',\
org.eclipse.osgitech.rest;version='[1.0.0,1.0.1)',\
org.eclipse.osgitech.rest.servlet.whiteboard;version='[1.0.0,1.0.1)',\
org.eclipse.osgitech.rest.servlet.whiteboard.tests-tests;version='[1.0.0,1.0.1)',\
org.eclipse.osgitech.rest.sse;version='[1.0.0,1.0.1)',\
org.objectweb.asm;version='[9.5.0,9.5.1)',\
org.opentest4j;version='[1.2.0,1.2.1)',\
org.osgi.service.component;version='[1.5.1,1.5.2)',\
org.osgi.service.jakartars;version='[2.0.0,2.0.1)',\
org.osgi.test.common;version='[1.2.1,1.2.2)',\
Expand All @@ -84,4 +67,21 @@
org.osgi.util.promise;version='[1.3.0,1.3.1)',\
slf4j.api;version='[1.7.36,1.7.37)',\
slf4j.simple;version='[1.7.36,1.7.37)',\
org.eclipse.parsson.jakarta.json;version='[1.1.2,1.1.3)'
org.eclipse.parsson.jakarta.json;version='[1.1.2,1.1.3)',\
org.glassfish.hk2.api;version='[3.0.5,3.0.6)',\
org.glassfish.hk2.external.aopalliance-repackaged;version='[3.0.5,3.0.6)',\
org.glassfish.hk2.locator;version='[3.0.5,3.0.6)',\
org.glassfish.hk2.utils;version='[3.0.5,3.0.6)',\
org.glassfish.jersey.containers.jersey-container-servlet;version='[3.1.3,3.1.4)',\
org.glassfish.jersey.containers.jersey-container-servlet-core;version='[3.1.3,3.1.4)',\
org.glassfish.jersey.core.jersey-client;version='[3.1.3,3.1.4)',\
org.glassfish.jersey.core.jersey-common;version='[3.1.3,3.1.4)',\
org.glassfish.jersey.core.jersey-server;version='[3.1.3,3.1.4)',\
org.glassfish.jersey.inject.jersey-hk2;version='[3.1.3,3.1.4)',\
org.glassfish.jersey.media.jersey-media-jaxb;version='[3.1.3,3.1.4)',\
org.glassfish.jersey.media.jersey-media-sse;version='[3.1.3,3.1.4)',\
org.objectweb.asm;version='[9.6.0,9.6.1)',\
junit-jupiter-api;version='[5.9.2,5.9.3)',\
junit-jupiter-params;version='[5.9.2,5.9.3)',\
junit-platform-commons;version='[1.9.2,1.9.3)',\
org.opentest4j;version='[1.2.0,1.2.1)'
Loading

0 comments on commit 2b4b569

Please sign in to comment.