feature_23113 #4
20
pom.xml
20
pom.xml
|
@ -147,6 +147,14 @@
|
|||
<scope>compile</scope>
|
||||
</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 -->
|
||||
<dependency>
|
||||
<groupId>javax.enterprise</groupId>
|
||||
|
@ -266,11 +274,11 @@
|
|||
</dependency>
|
||||
|
||||
|
||||
<!-- <dependency> -->
|
||||
<!-- <groupId>com.webcohesion.enunciate</groupId> -->
|
||||
<!-- <artifactId>enunciate-rt-util</artifactId> -->
|
||||
<!-- <version>${enunciate.version}</version> -->
|
||||
<!-- </dependency> -->
|
||||
<!-- <dependency> -->
|
||||
<!-- <groupId>com.webcohesion.enunciate</groupId> -->
|
||||
<!-- <artifactId>enunciate-rt-util</artifactId> -->
|
||||
<!-- <version>${enunciate.version}</version> -->
|
||||
<!-- </dependency> -->
|
||||
|
||||
</dependencies>
|
||||
|
||||
|
@ -308,7 +316,7 @@
|
|||
<artifactId>enunciate-maven-plugin</artifactId>
|
||||
<version>${enunciate.version}</version>
|
||||
<configuration>
|
||||
<!-- <docsDir>${project.build.directory}/docs</docsDir> -->
|
||||
<!-- <docsDir>${project.build.directory}/docs</docsDir> -->
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
|
|
Loading…
Reference in New Issue