Commenting enunciate plugins
This commit is contained in:
parent
287abfe454
commit
686e0ff851
36
pom.xml
36
pom.xml
|
@ -216,24 +216,24 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Required for Enunciate plugin -->
|
<!-- Required for Enunciate plugin -->
|
||||||
<dependency>
|
<!-- <dependency> -->
|
||||||
<groupId>com.webcohesion.enunciate</groupId>
|
<!-- <groupId>com.webcohesion.enunciate</groupId> -->
|
||||||
<artifactId>enunciate-core-annotations</artifactId>
|
<!-- <artifactId>enunciate-core-annotations</artifactId> -->
|
||||||
<version>${enunciate.version}</version>
|
<!-- <version>${enunciate.version}</version> -->
|
||||||
<scope>provided</scope>
|
<!-- <scope>provided</scope> -->
|
||||||
</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> -->
|
||||||
<scope>provided</scope>
|
<!-- <scope>provided</scope> -->
|
||||||
</dependency>
|
<!-- </dependency> -->
|
||||||
<dependency>
|
<!-- <dependency> -->
|
||||||
<groupId>javax.servlet</groupId>
|
<!-- <groupId>javax.servlet</groupId> -->
|
||||||
<artifactId>javax.servlet-api</artifactId>
|
<!-- <artifactId>javax.servlet-api</artifactId> -->
|
||||||
<version>3.1.0</version>
|
<!-- <version>3.1.0</version> -->
|
||||||
<scope>provided</scope>
|
<!-- <scope>provided</scope> -->
|
||||||
</dependency>
|
<!-- </dependency> -->
|
||||||
<!-- END Required for Enunciate plugin -->
|
<!-- END Required for Enunciate plugin -->
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue