removed sl4j binding from pom
update to version 1.0.1-SNAPSHOT git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/vre-management/whn-manager@95398 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
d4125cc774
commit
108b2be42b
30
pom.xml
30
pom.xml
|
@ -8,7 +8,7 @@
|
|||
</parent>
|
||||
<groupId>org.gcube.resourcemanagement</groupId>
|
||||
<artifactId>whn-manager</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<version>1.0.1-SNAPSHOT</version>
|
||||
<packaging>war</packaging>
|
||||
<properties>
|
||||
<webappDirectory>${project.basedir}/src/main/webapp/WEB-INF</webappDirectory>
|
||||
|
@ -50,10 +50,34 @@
|
|||
<artifactId>jaxws-rt</artifactId>
|
||||
<version>2.1.7</version>
|
||||
</dependency>
|
||||
<!-- <dependency> -->
|
||||
<!-- <groupId>org.jboss.weld.servlet</groupId> -->
|
||||
<!-- <artifactId>weld-servlet</artifactId> -->
|
||||
<!-- <version>1.1.9.Final</version> -->
|
||||
<!-- </dependency> -->
|
||||
<dependency>
|
||||
<groupId>org.jboss.weld.servlet</groupId>
|
||||
<artifactId>weld-servlet</artifactId>
|
||||
<version>1.1.9.Final</version>
|
||||
<artifactId>weld-servlet-core</artifactId>
|
||||
<version>2.0.4.Final</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>jboss-el-api_3.0_spec</artifactId>
|
||||
<groupId>org.jboss.spec.javax.el</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<artifactId>jboss-el-api_3.0_spec</artifactId>
|
||||
<groupId>org.jboss.spec.javax.el</groupId>
|
||||
<version>1.0.0.Alpha1</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jboss.weld</groupId>
|
||||
<artifactId>weld-core</artifactId>
|
||||
<version>2.0.4.Final</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
|
|
Loading…
Reference in New Issue