]
Pedro Zapata Fernandez updated ISPN-10585:
------------------------------------------
Sprint: DataGrid Sprint #33, DataGrid Sprint #34 (was: DataGrid Sprint #33)
Wrong property for jackson-databind in server-testsuite
-------------------------------------------------------
Key: ISPN-10585
URL:
https://issues.jboss.org/browse/ISPN-10585
Project: Infinispan
Issue Type: Bug
Affects Versions: 9.4.16.Final, 10.0.0.CR1
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
Priority: Major
Fix For: 10.0.0.CR2, 9.4.17.Final
In {{server/integrate/testsuite/pom.xml}}, we have
{code:xml}
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${version.jackson}</version>
<scope>test</scope>
</dependency>
{code}
but the {{version}} should be {{${versionx.com.fasterxml.jackson.core.jackson-databind}}}