Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -41,7 +41,7 @@ |
41 | 41 | <pkg.copyInstallScripts>false</pkg.copyInstallScripts> |
42 | 42 | <pkg.win.dist>${project.build.directory}/windows</pkg.win.dist> |
43 | 43 | <pkg.implementationTitle>ThingsBoard MQTT Transport Service</pkg.implementationTitle> |
44 | - <pkg.mainClass>org.thingsboard.server.tcp.ThingsboardMqttTransportApplication</pkg.mainClass> | |
44 | + <pkg.mainClass>org.thingsboard.server.mqtt.ThingsboardMqttTransportApplication</pkg.mainClass> | |
45 | 45 | </properties> |
46 | 46 | |
47 | 47 | <dependencies> | ... | ... |