mirror of https://github.com/dapr/java-sdk.git
Fix new required dependencies.
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
This commit is contained in:
parent
02e9a90363
commit
70ff878d10
|
|
@ -140,6 +140,16 @@
|
||||||
<artifactId>javax.annotation-api</artifactId>
|
<artifactId>javax.annotation-api</artifactId>
|
||||||
<version>1.3.2</version>
|
<version>1.3.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.springframework</groupId>
|
||||||
|
<artifactId>spring-context</artifactId>
|
||||||
|
<version>6.1.1</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.springframework</groupId>
|
||||||
|
<artifactId>spring-core</artifactId>
|
||||||
|
<version>6.1.1</version>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|
|
||||||
2
pom.xml
2
pom.xml
|
|
@ -30,7 +30,7 @@
|
||||||
which conflict with dapr-sdk's jackson dependencies
|
which conflict with dapr-sdk's jackson dependencies
|
||||||
https://github.com/microsoft/durabletask-java/blob/main/client/build.gradle#L16
|
https://github.com/microsoft/durabletask-java/blob/main/client/build.gradle#L16
|
||||||
-->
|
-->
|
||||||
<jackson.version>2.12.3</jackson.version>
|
<jackson.version>2.16.1</jackson.version>
|
||||||
<gpg.skip>true</gpg.skip>
|
<gpg.skip>true</gpg.skip>
|
||||||
<spotbugs.fail>true</spotbugs.fail>
|
<spotbugs.fail>true</spotbugs.fail>
|
||||||
<spotbugs.exclude.filter.file>../spotbugs-exclude.xml</spotbugs.exclude.filter.file>
|
<spotbugs.exclude.filter.file>../spotbugs-exclude.xml</spotbugs.exclude.filter.file>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue