mirror of https://github.com/apache/druid.git
No need of druid-server.version
This commit is contained in:
parent
47278ad109
commit
a2c8388742
|
@ -45,7 +45,7 @@ public class StatusResource
|
|||
public Status doGet()
|
||||
{
|
||||
return new Status(
|
||||
getVersion("/druid-server.version"),
|
||||
Initialization.class.getPackage().getImplementationVersion(),
|
||||
getVersion("/druid-api.version"),
|
||||
getExtensionVersions(),
|
||||
new Memory(Runtime.getRuntime())
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
version=${pom.version}
|
||||
groupId=${pom.groupId}
|
||||
artifactId=${pom.artifactId}
|
Loading…
Reference in New Issue