GH-1002 Cleane up non-jackarta dependencies

Resolves #1002
This commit is contained in:
Oleg Zhurakousky
2023-02-24 11:13:20 +01:00
parent ba1094df63
commit 21dbe4cd1f
4 changed files with 57 additions and 67 deletions

View File

@@ -16,12 +16,13 @@
package org.springframework.cloud.function.deployer;
import javax.annotation.PostConstruct;
import jakarta.annotation.PostConstruct;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.cloud.function.context.FunctionProperties;
import org.springframework.util.Assert;
/**
* Configuration properties for deciding how to locate the functional class to execute.
*