UOCL-244: poc working

This commit is contained in:
2023-10-05 16:50:50 +01:00
parent 9497d52428
commit ac9a7c0453
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -325,7 +325,7 @@
<dependency> <dependency>
<groupId>com.unicenta</groupId> <groupId>com.unicenta</groupId>
<artifactId>unicenta-plugins</artifactId> <artifactId>unicenta-plugins</artifactId>
<version>1.1</version> <version>1.2-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.gluonhq</groupId> <groupId>com.gluonhq</groupId>
@@ -129,7 +129,7 @@ public class StartPOS {
metrics.setUniCentaVersion(AppLocal.APP_VERSION); metrics.setUniCentaVersion(AppLocal.APP_VERSION);
Application application = new Application(); Application application = new Application();
application.postMetrics(metrics); application.postMetrics(metrics);
//application.startEventListener(host, jRootApp); application.startEventListener(host, jRootApp);
} catch (Exception e) { } catch (Exception e) {
log.error("Problem with starting the uniCenta plugin application:${}", e.getMessage()); log.error("Problem with starting the uniCenta plugin application:${}", e.getMessage());
} }