Fixes #10657 - jetty-http-tools-12.0.1.jar is not well-formed

Added Maven property <bundle-symbolic-name>.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
Simone Bordet 2023-10-07 15:14:23 +02:00
parent 3608ecf999
commit c41509950b
No known key found for this signature in database
GPG Key ID: 1677D141BCF3584D
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@
<artifactId>jetty-http-tools</artifactId>
<name>Core :: HTTP Tools</name>
<properties>
<bundle-symbolic-name>${project.groupId}.http.tools</bundle-symbolic-name>
</properties>
<dependencies>
<dependency>
<groupId>org.eclipse.jetty</groupId>