Fixing startup issue
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/vre-management/smart-executor@124212 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
cb0815ea3c
commit
098e9ac2ea
|
@ -26,3 +26,4 @@
|
|||
</Profile>
|
||||
</Resource>
|
||||
|
||||
|
||||
|
|
11
pom.xml
11
pom.xml
|
@ -60,7 +60,7 @@
|
|||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>javax.servlet-api</artifactId>
|
||||
<version>[3.0.1, 4.0.0)</version>
|
||||
<version>[3.0.0, 4.0.0)</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -88,14 +88,7 @@
|
|||
<version>20090211</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<!-- H2 libraries -->
|
||||
<dependency>
|
||||
<groupId>com.h2database</groupId>
|
||||
<artifactId>h2</artifactId>
|
||||
<version>[1.4.185, 1.5.0)</version>
|
||||
</dependency>
|
||||
<!-- END H2 libraries -->
|
||||
|
||||
|
||||
<!-- CouchDB libraries -->
|
||||
<dependency>
|
||||
<groupId>org.ektorp</groupId>
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
org.gcube.vremanagement.executor.SmartExecutorInitializator
|
Loading…
Reference in New Issue