Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Commit

Permalink
Merge 711d916 into 08e51c4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahesh Subramanian committed Feb 12, 2019
2 parents 08e51c4 + 711d916 commit 5963e4f
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 172 deletions.
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
<module>raml-maven-plugin-it</module>
<module>raml-generator-for-testing</module>
<module>lint-checker-core</module>
<module>raml-maven-test-utils</module>
</modules>

<properties>
Expand Down
5 changes: 3 additions & 2 deletions raml-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

<properties>
<org.apache.maven.plugin-tools.version>3.5</org.apache.maven.plugin-tools.version>
<maven-test-utils.version>1.0.0</maven-test-utils.version>
</properties>

<build>
Expand Down Expand Up @@ -160,8 +161,8 @@
</dependency>
<dependency>
<groupId>uk.gov.justice.maven</groupId>
<artifactId>raml-maven-test-utils</artifactId>
<version>${project.version}</version>
<artifactId>maven-test-utils</artifactId>
<version>${maven-test-utils.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
import static org.hamcrest.Matchers.hasSize;
import static org.hamcrest.core.IsEqual.equalTo;

import uk.gov.justice.maven.test.utils.BetterAbstractMojoTestCase;
import uk.gov.justice.raml.core.GeneratorConfig;
import uk.gov.justice.raml.maven.test.utils.BetterAbstractMojoTestCase;

import java.io.File;
import java.nio.file.Files;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertThat;

import uk.gov.justice.maven.test.utils.BetterAbstractMojoTestCase;
import uk.gov.justice.raml.maven.lintchecker.LintCheckerException;
import uk.gov.justice.raml.maven.lintchecker.rules.FailingLintCheckRule;
import uk.gov.justice.raml.maven.lintchecker.rules.LintCheckMojo;
import uk.gov.justice.raml.maven.lintchecker.rules.SucceedingLintCheckRule;
import uk.gov.justice.raml.maven.test.utils.BetterAbstractMojoTestCase;

import java.io.File;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;

import uk.gov.justice.maven.test.utils.BetterAbstractMojoTestCase;
import uk.gov.justice.raml.maven.common.BasicGoalConfig;
import uk.gov.justice.raml.maven.test.utils.BetterAbstractMojoTestCase;

import java.io.File;
import java.io.IOException;
Expand Down
55 changes: 0 additions & 55 deletions raml-maven-test-utils/pom.xml

This file was deleted.

This file was deleted.

0 comments on commit 5963e4f

Please sign in to comment.