Update versions of jboss-logging and javax.enterprise-cdi-api
This commit is contained in:
parent
b0f6250941
commit
0f3a973299
4
pom.xml
4
pom.xml
|
@ -300,7 +300,7 @@
|
|||
<dependency>
|
||||
<groupId>org.jboss.logging</groupId>
|
||||
<artifactId>jboss-logging</artifactId>
|
||||
<version>3.1.4.GA</version>
|
||||
<version>3.3.0.Final</version>
|
||||
<!-- License: Apache 2.0 -->
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -333,7 +333,7 @@
|
|||
<dependency>
|
||||
<groupId>javax.enterprise</groupId>
|
||||
<artifactId>cdi-api</artifactId>
|
||||
<version>1.0-SP4</version>
|
||||
<version>1.2</version>
|
||||
<!-- License: Apache 2.0 -->
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue