* Added parent module on poms that have no parent defined

* Removed dependency reduced pom from undertow module

* [BAEL-5374] - Fix test names
This commit is contained in:
Amit Pandey 2018-05-20 10:05:03 +05:30 committed by Grzegorz Piwowarek
parent ba55cfb67d
commit 0f960f423d
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ import com.baeldung.si.security.SecurityPubSubChannel;
@RunWith(SpringJUnit4ClassRunner.class) @RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(classes = { SecurityPubSubChannel.class, MessageConsumer.class, SecurityConfig.class }) @ContextConfiguration(classes = { SecurityPubSubChannel.class, MessageConsumer.class, SecurityConfig.class })
public class TestSpringIntegrationSecurityExecutor { public class TestSpringIntegrationSecurityExecutorIntegrationTest {
@Autowired @Autowired
SubscribableChannel startPSChannel; SubscribableChannel startPSChannel;

View File

@ -22,7 +22,7 @@ import com.baeldung.si.security.SecurityConfig;
@RunWith(SpringJUnit4ClassRunner.class) @RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(classes = { SecurityConfig.class, SecuredDirectChannel.class, MessageConsumer.class }) @ContextConfiguration(classes = { SecurityConfig.class, SecuredDirectChannel.class, MessageConsumer.class })
public class TestSpringIntegrationSecurity { public class TestSpringIntegrationSecurityIntegrationTest {
@Rule @Rule
public ExpectedException expectedException = ExpectedException.none(); public ExpectedException expectedException = ExpectedException.none();