Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
xiaofang li
MeterSphere
Commits
c55591ba
Commit
c55591ba
authored
3 years ago
by
CaptainB
Committed by
刘瑞斌
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
build: spring version, core version
parent
ab8dfb17
dev
feat_api_custom_field
feat_custom_field
feat_timing_clean
fix_lyh_v1.17
master
pr@dev@feat@四种协议test、case页面优化
pr@dev@feat_性能测试版本对比页面修改_自动执行
pr@dev@fix
pr@dev@fix_scenario_load_test
pr@dev@fix_sql版本冲突
pr@dev@fix_代码扫描图标不显示
pr@dev@fix_修复环境设置中编辑下模块和路径匹配时模块和路径允许为空的缺陷
pr@dev@fix_修改db版本号
pr@dev@fix_功能用例版本切换
pr@dev@fix_应用管理没有自动保存
pr@dev@fix_接口case优化
pr@dev@fix_接口测试_安全漏洞
pr@dev@fix_接口测试_引用问题
pr@dev@fix_接口详情-变更历史无变更详情日志
pr@dev@fix_新增测试阶段字段在筛选列表中未更新
pr@dev@refactor_获取场景报告接口效率优化
pr@master@fix_代码扫描图标不显示
pr@v1.17@feat_我的工作台加版本筛选
pr@v1.17@fix
pr@v1.17@fix_功能用例版本切换
pr@v1.17@fix_新增测试阶段字段在筛选列表中未更新
pr@v1.18@fix_修复环境设置中编辑下模块和路径匹配时模块和路径允许为空的缺陷
refactor_project_setting
refactor_ws_notice_template
repr@dev_master_v1.16@
repr@dev_v1.16@1abe60fc@fix_接口测试_循环控制器
repr@dev_v1.16@22a21ac3@fix_接口测试_自动化步骤
repr@dev_v1.16@5d8ba4eb@fix_接口详情-变更历史无变更详情日志
repr@dev_v1.16@6de996ff@fix_接口定义_开启过多时环境与接口名称重叠
repr@dev_v1.16@e15672af3dc95618192ee81aedbefffdfd377b8a@fix_代码扫描图标不显示
repr@dev_v1.16@e43c11a7@fix_应用管理没有保存
repr@dev_v1.16@e43c11a7@fix_应用管理没有自动保存
repr@dev_v1.17@0d05cd92d9a1b005aac8c07594625f3cda8319080d05cd92d9a1b005aac8c07594625f3cda831908@feat_测试跟踪用例版本相关
repr@dev_v1.17@0d05cd92d9a1b005aac8c07594625f3cda831908@fix_功能用例版本管理回收站
repr@dev_v1.18@abc86b09@fix_lyh_dev
ui
v1.17
v1.18
v1.18.2-rc2
v1.18.2-rc1
v1.18.2-rc0
v1.18.2-arm64
v1.18.1
v1.18.0
v1.17.3
v1.17.2
v1.17.1
v1.17.0
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
backend/pom.xml
+2
-2
backend/pom.xml
pom.xml
+1
-1
pom.xml
with
3 additions
and
3 deletions
+3
-3
backend/pom.xml
+
2
-
2
View file @
c55591ba
...
...
@@ -148,7 +148,7 @@
<dependency>
<groupId>
io.metersphere
</groupId>
<artifactId>
ms-jmeter-core
</artifactId>
<version>
1.0.
3
</version>
<version>
1.0.
4
</version>
</dependency>
<!-- 排除jmeter中的 xstream 解决bug -->
...
...
@@ -430,7 +430,7 @@
<artifactItem>
<groupId>
org.apache.jmeter
</groupId>
<artifactId>
ApacheJMeter_functions
</artifactId>
<version>
5.4.
2
</version>
<version>
5.4.
3
</version>
<type>
jar
</type>
<overWrite>
true
</overWrite>
<outputDirectory>
src/main/resources/jmeter/lib/ext
</outputDirectory>
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
1
-
1
View file @
c55591ba
...
...
@@ -10,7 +10,7 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
2.6.
1
</version>
<version>
2.6.
2
</version>
<relativePath/>
<!-- lookup parent from repository -->
</parent>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help