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:
parent
3608ecf999
commit
c41509950b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue