JAVA-959: Migrate spring-kafka to com.baeldung

This commit is contained in:
Krzysiek
2020-03-11 21:34:23 +01:00
parent 84db95894d
commit 0648722aca
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
package org.baeldung;
package com.baeldung;
import org.junit.Test;
import org.junit.runner.RunWith;

View File

@@ -1,4 +1,4 @@
package org.baeldung;
package com.baeldung;
import org.junit.Test;
import org.junit.runner.RunWith;