From 098e9ac2eacc9a9606c48ad5255fe00083b0a9f1 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Tue, 16 Feb 2016 11:22:21 +0000 Subject: [PATCH] Fixing startup issue git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/vre-management/smart-executor@124212 82a268e6-3cf1-43bd-a215-b396298e98cf --- distro/profile.xml | 1 + pom.xml | 11 ++--------- ...smartgears.handlers.application.ApplicationHandler | 1 + 3 files changed, 4 insertions(+), 9 deletions(-) create mode 100644 src/main/resources/META-INF/services/org.gcube.smartgears.handlers.application.ApplicationHandler diff --git a/distro/profile.xml b/distro/profile.xml index 4626fbc..43394cf 100644 --- a/distro/profile.xml +++ b/distro/profile.xml @@ -26,3 +26,4 @@ + diff --git a/pom.xml b/pom.xml index 61f98a0..3f34f1b 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ javax.servlet javax.servlet-api - [3.0.1, 4.0.0) + [3.0.0, 4.0.0) provided @@ -88,14 +88,7 @@ 20090211 jar - - - com.h2database - h2 - [1.4.185, 1.5.0) - - - + org.ektorp diff --git a/src/main/resources/META-INF/services/org.gcube.smartgears.handlers.application.ApplicationHandler b/src/main/resources/META-INF/services/org.gcube.smartgears.handlers.application.ApplicationHandler new file mode 100644 index 0000000..874ac97 --- /dev/null +++ b/src/main/resources/META-INF/services/org.gcube.smartgears.handlers.application.ApplicationHandler @@ -0,0 +1 @@ +org.gcube.vremanagement.executor.SmartExecutorInitializator \ No newline at end of file