added javax.interceptor-api
This commit is contained in:
parent
d13c54c390
commit
169ca49479
20
pom.xml
20
pom.xml
|
@ -147,6 +147,14 @@
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!-- https://mvnrepository.com/artifact/javax.interceptor/javax.interceptor-api -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>javax.interceptor</groupId>
|
||||||
|
<artifactId>javax.interceptor-api</artifactId>
|
||||||
|
<version>1.2.2</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
<!-- weld -->
|
<!-- weld -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.enterprise</groupId>
|
<groupId>javax.enterprise</groupId>
|
||||||
|
@ -266,11 +274,11 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
<!-- <dependency> -->
|
<!-- <dependency> -->
|
||||||
<!-- <groupId>com.webcohesion.enunciate</groupId> -->
|
<!-- <groupId>com.webcohesion.enunciate</groupId> -->
|
||||||
<!-- <artifactId>enunciate-rt-util</artifactId> -->
|
<!-- <artifactId>enunciate-rt-util</artifactId> -->
|
||||||
<!-- <version>${enunciate.version}</version> -->
|
<!-- <version>${enunciate.version}</version> -->
|
||||||
<!-- </dependency> -->
|
<!-- </dependency> -->
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
@ -308,7 +316,7 @@
|
||||||
<artifactId>enunciate-maven-plugin</artifactId>
|
<artifactId>enunciate-maven-plugin</artifactId>
|
||||||
<version>${enunciate.version}</version>
|
<version>${enunciate.version}</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<!-- <docsDir>${project.build.directory}/docs</docsDir> -->
|
<!-- <docsDir>${project.build.directory}/docs</docsDir> -->
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
|
|
Loading…
Reference in New Issue