Skip to content

Commit

Permalink
[BAEL-13311] - Checked modules that don't use our standard parents
Browse files Browse the repository at this point in the history
  • Loading branch information
amit2103 committed Apr 4, 2019
1 parent a7eb7bf commit 5740974
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions apache-meecrowave/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
<version>0.0.1</version>
<name>apache-meecrowave</name>
<description>A sample REST API application with Meecrowave</description>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<dependencies>
<!-- https://mvnrepository.com/artifact/org.apache.meecrowave/meecrowave-core -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import okhttp3.Response;

@RunWith(MonoMeecrowave.Runner.class)
public class ArticleEndpointsTest {
public class ArticleEndpointsUnitTest {

@ConfigurationInject
private Meecrowave.Builder config;
Expand Down
7 changes: 7 additions & 0 deletions spring-rest-hal-browser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
<version>1.0-SNAPSHOT</version>
<name>spring-rest-hal-browser</name>

<parent>
<artifactId>parent-boot-1</artifactId>
<groupId>com.baeldung</groupId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../parent-boot-1</relativePath>
</parent>

<dependencies>
<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web -->
<dependency>
Expand Down

0 comments on commit 5740974

Please sign in to comment.