mirror of
https://github.com/jlengrand/quarkus.git
synced 2026-03-10 08:41:22 +00:00
Use Common Annotations 1.3
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -27,6 +27,7 @@
|
||||
<smallrye-open-api.version>1.0.2</smallrye-open-api.version>
|
||||
<smallrye-fault-tolerance.version>1.0.2</smallrye-fault-tolerance.version>
|
||||
<javax.inject.version>1</javax.inject.version>
|
||||
<javax.annotation-api.version>1.3</javax.annotation-api.version>
|
||||
<jboss-classfilewriter.version>1.2.1.Final</jboss-classfilewriter.version>
|
||||
<jboss-invocation.version>1.5.1.Final</jboss-invocation.version>
|
||||
<javax.json.version>1.1.2</javax.json.version>
|
||||
@@ -414,6 +415,11 @@
|
||||
<artifactId>javax.inject</artifactId>
|
||||
<version>${javax.inject.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.annotation</groupId>
|
||||
<artifactId>javax.annotation-api</artifactId>
|
||||
<version>${javax.annotation-api.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.persistence</groupId>
|
||||
<artifactId>javax.persistence-api</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user