Could not find artifact org.springframework.cloud:spring-cloud-stream

Could not find artifact org.springframework.cloud:spring-cloud-stream

Check if maven pom.xml contains  

<project>
   <dependencyManagement>
		<dependencies>
			<dependency>
				<groupId>org.springframework.cloud</groupId>
				<artifactId>spring-cloud-dependencies</artifactId>
				<version>${spring-cloud.version}</version>
				<type>pom</type>
				<scope>import</scope>
			</dependency>
		</dependencies>
	</dependencyManagement>

and 

<properties>
		<spring-cloud.version>2020.0.0</spring-cloud.version>
</properties>