Allowed 'java.*', rather then just 'java.annotation' loading for jdk 11

This commit is contained in:
Oleg Zhurakousky
2019-01-28 13:59:28 +01:00
parent a2df13d1b3
commit de73c51462
3 changed files with 4 additions and 5 deletions

View File

@@ -19,15 +19,12 @@ package org.springframework.cloud.function.deployer;
import java.util.function.Function;
import java.util.function.Supplier;
import org.junit.Assume;
import org.junit.BeforeClass;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.boot.system.JavaVersion;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.boot.test.rule.OutputCapture;
import org.springframework.cloud.function.context.FunctionCatalog;