Updated the plugin according to new Contract naming

This commit is contained in:
Marcin Grzejszczak
2016-06-29 19:02:51 +02:00
parent 7b8e078578
commit 5f04ebdbd8
15 changed files with 15 additions and 15 deletions

View File

@@ -27,7 +27,7 @@ import org.apache.maven.plugins.annotations.Mojo;
import org.apache.maven.plugins.annotations.Parameter;
import org.apache.maven.plugins.annotations.ResolutionScope;
import org.apache.maven.project.MavenProject;
import org.springframework.cloud.contract.verifier.ContractVerifierException;
import org.springframework.cloud.contract.spec.ContractVerifierException;
import org.springframework.cloud.contract.verifier.TestGenerator;
import org.springframework.cloud.contract.verifier.config.ContractVerifierConfigProperties;
import org.springframework.cloud.contract.verifier.config.TestFramework;

View File

@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
org.springframework.cloud.contract.verifier.dsl.Contract.make {
org.springframework.cloud.contract.spec.Contract.make {
label 'some_label'
input {
messageFrom('jms:input')

View File

@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
org.springframework.cloud.contract.verifier.dsl.Contract.make {
org.springframework.cloud.contract.spec.Contract.make {
request {
method 'POST'
url('/users') {

View File

@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
org.springframework.cloud.contract.verifier.dsl.Contract.make {
org.springframework.cloud.contract.spec.Contract.make {
request {
method 'PUT'
url '/fraudcheck'

View File

@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
org.springframework.cloud.contract.verifier.dsl.Contract.make {
org.springframework.cloud.contract.spec.Contract.make {
request {
method """PUT"""
url """/fraudcheck"""

View File

@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
org.springframework.cloud.contract.verifier.dsl.Contract.make {
org.springframework.cloud.contract.spec.Contract.make {
request {
method 'PUT'
url '/fraudcheck'

View File

@@ -1,4 +1,4 @@
org.springframework.cloud.contract.verifier.dsl.Contract.make {
org.springframework.cloud.contract.spec.Contract.make {
request {
method 'POST'
url('/users') {

View File

@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
org.springframework.cloud.contract.verifier.dsl.Contract.make {
org.springframework.cloud.contract.spec.Contract.make {
priority 2
request {
method 'GET'

View File

@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
org.springframework.cloud.contract.verifier.dsl.Contract.make {
org.springframework.cloud.contract.spec.Contract.make {
priority 2
request {
method 'GET'

View File

@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
org.springframework.cloud.contract.verifier.dsl.Contract.make {
org.springframework.cloud.contract.spec.Contract.make {
request {
method 'POST'
url('/users') {

View File

@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
org.springframework.cloud.contract.verifier.dsl.Contract.make {
org.springframework.cloud.contract.spec.Contract.make {
priority 2
request {
method 'GET'

View File

@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
org.springframework.cloud.contract.verifier.dsl.Contract.make {
org.springframework.cloud.contract.spec.Contract.make {
priority 2
request {
method 'GET'

View File

@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
org.springframework.cloud.contract.verifier.dsl.Contract.make {
org.springframework.cloud.contract.spec.Contract.make {
priority 2
request {
method 'GET'

View File

@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
org.springframework.cloud.contract.verifier.dsl.Contract.make {
org.springframework.cloud.contract.spec.Contract.make {
priority 2
request {
method 'GET'

View File

@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
org.springframework.cloud.contract.verifier.dsl.Contract.make {
org.springframework.cloud.contract.spec.Contract.make {
request {
method 'POST'
url('/users') {