Don't document infinispan (yet)

This commit is contained in:
Joakim Erdfelt 2022-11-17 19:34:03 -06:00
parent 1325886a2a
commit aeaa75c4d7
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 8 additions and 8 deletions

View File

@ -368,14 +368,14 @@
<scope>provided</scope>
</dependency>-->
<!-- === InfiniSpan Deps === -->
<dependency>
<!--<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>infinispan-common</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
</dependency>-->
<!-- to make infinispan-common source sane -->
<dependency>
<!--<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-core</artifactId>
<scope>provided</scope>
@ -385,19 +385,19 @@
<artifactId>wildfly-common</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependency>-->
<!-- to make infinispan-common source sane -->
<dependency>
<!--<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-client-hotrod</artifactId>
<scope>provided</scope>
</dependency>
</dependency>-->
<!-- to make infinispan-common source sane -->
<dependency>
<!--<dependency>
<groupId>org.infinispan.protostream</groupId>
<artifactId>protostream</artifactId>
<scope>provided</scope>
</dependency>
</dependency>-->
<!--<dependency>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>