Adding infinispan:protostream-processor depman

This commit is contained in:
Joakim Erdfelt 2023-01-30 13:47:58 -06:00
parent f3eb37cbcc
commit 730ed27e8f
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 5 additions and 0 deletions

View File

@ -1580,6 +1580,11 @@
<artifactId>protostream</artifactId>
<version>${infinispan.protostream.version}</version>
</dependency>
<dependency>
<groupId>org.infinispan.protostream</groupId>
<artifactId>protostream-processor</artifactId>
<version>${infinispan.protostream.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>