Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
211010717
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2021
211010717
Commits
b4ce245e
Unverified
Commit
b4ce245e
authored
4 years ago
by
jimin
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
bugfix: fix deploy staging rule check failed (#3357)
Signed-off-by:
slievrly
<
slievrly@163.com
>
parent
7ba2e818
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
all/pom.xml
+7
-0
7 additions, 0 deletions
all/pom.xml
compressor/seata-compressor-all/pom.xml
+5
-0
5 additions, 0 deletions
compressor/seata-compressor-all/pom.xml
with
12 additions
and
0 deletions
all/pom.xml
+
7
−
0
View file @
b4ce245e
...
...
@@ -289,6 +289,11 @@
<artifactId>
seata-compressor-lz4
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
io.seata
</groupId>
<artifactId>
seata-compressor-deflater
</artifactId>
<version>
${project.version}
</version>
</dependency>
<!-- saga -->
<dependency>
...
...
@@ -681,11 +686,13 @@
<include>
io.seata:seata-saga-rm
</include>
<include>
io.seata:seata-saga-tm
</include>
<include>
io.seata:seata-saga-engine-store
</include>
<!--compressor-->
<include>
io.seata:seata-compressor-gzip
</include>
<include>
io.seata:seata-compressor-7z
</include>
<include>
io.seata:seata-compressor-bzip2
</include>
<include>
io.seata:seata-compressor-zip
</include>
<include>
io.seata:seata-compressor-lz4
</include>
<include>
io.seata:seata-compressor-deflater
</include>
</includes>
</artifactSet>
<transformers>
...
...
This diff is collapsed.
Click to expand it.
compressor/seata-compressor-all/pom.xml
+
5
−
0
View file @
b4ce245e
...
...
@@ -47,6 +47,11 @@
<artifactId>
seata-compressor-zip
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<artifactId>
seata-compressor-deflater
</artifactId>
<version>
${project.version}
</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment