Skip to content

Commit

Permalink
W-17047702: Update MTF plugin to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fsgonz committed Oct 24, 2024
1 parent f2a7adb commit d153747
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
16 changes: 15 additions & 1 deletion munit-tests/forward-compatibility-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<munit.input.directory>src/test/munit</munit.input.directory>
<munit.output.directory>${basedir}/target/test-mule/munit</munit.output.directory>
<munit.version>3.3.0</munit.version>
<munit.extensions.maven.plugin.version>1.4.0-SNAPSHOT</munit.extensions.maven.plugin.version>
<munit.extensions.maven.plugin.version>1.4.0</munit.extensions.maven.plugin.version>
<mtf.tools.version>1.2.0-SNAPSHOT</mtf.tools.version>

<mulesoftLicenseVersion>1.1.0</mulesoftLicenseVersion>
Expand Down Expand Up @@ -108,6 +108,20 @@
<runtimeProduct>MULE_EE</runtimeProduct>
<runtimeVersion>${mule.version}</runtimeVersion>
</configuration>
<dependencies>
<dependency>
<groupId>com.mulesoft.munit</groupId>
<artifactId>munit-runner</artifactId>
<version>${munit.version}</version>
<classifier>mule-plugin</classifier>
</dependency>
<dependency>
<groupId>com.mulesoft.munit</groupId>
<artifactId>munit-tools</artifactId>
<version>${munit.version}</version>
<classifier>mule-plugin</classifier>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,20 @@
<runtimeProduct>MULE_EE</runtimeProduct>
<runtimeVersion>${mule.version}</runtimeVersion>
</configuration>
<dependencies>
<dependency>
<groupId>com.mulesoft.munit</groupId>
<artifactId>munit-runner</artifactId>
<version>${munit.version}</version>
<classifier>mule-plugin</classifier>
</dependency>
<dependency>
<groupId>com.mulesoft.munit</groupId>
<artifactId>munit-tools</artifactId>
<version>${munit.version}</version>
<classifier>mule-plugin</classifier>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit d153747

Please sign in to comment.