Skip to content

Commit 8c10d57

Browse files
Fix Gateway 2.0.x plugin not activated for spring-cloud-starter-gateway 2.0.0.RELEASE
1 parent 8d43b06 commit 8c10d57

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

test/plugin/scenarios/gateway-2.0.x-scenario/gateway-projectA-scenario/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
<artifactId>spring-cloud-starter-gateway</artifactId>
3535
<version>${test.framework.version}</version>
3636
</dependency>
37+
<dependency>
38+
<groupId>io.projectreactor</groupId>
39+
<artifactId>reactor-core</artifactId>
40+
<version>3.1.7.RELEASE</version>
41+
</dependency>
3742
</dependencies>
3843

3944
<build>

test/plugin/scenarios/gateway-2.0.x-scenario/support-version.list

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
2.0.4.RELEASE
17+
2.0.4.RELEASE
18+
2.0.0.RELEASE

0 commit comments

Comments
 (0)