Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pms-agent
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
姜耀祖
pms-agent
Commits
c8d85106
Commit
c8d85106
authored
Apr 30, 2026
by
jiangyz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jar包
parent
69c56ff9
Pipeline
#25211
passed with stages
in 2 minutes and 32 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
24 deletions
+8
-24
pom.xml
pom.xml
+8
-24
No files found.
pom.xml
View file @
c8d85106
...
...
@@ -100,8 +100,6 @@
<groupId>
com.oceanbase
</groupId>
<artifactId>
oceanbase-client
</artifactId>
<version>
2.2.11
</version>
<scope>
system
</scope>
<systemPath>
${pom.basedir}/src/main/resources/jar/oceanbase-client-2.2.11.jar
</systemPath>
</dependency>
<!--jackson-->
<dependency>
...
...
@@ -159,6 +157,14 @@
</dependency>
</dependencies>
<build>
<resources>
<resource>
<directory>
src/main/resources
</directory>
<excludes>
<exclude>
jar/**
</exclude>
</excludes>
</resource>
</resources>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
...
...
@@ -185,28 +191,6 @@
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-install-plugin
</artifactId>
<version>
3.1.4
</version>
<executions>
<execution>
<id>
install-external
</id>
<phase>
clean
</phase>
<configuration>
<file>
${pom.basedir}/src/main/resources/jar/oceanbase-client-2.2.11.jar
</file>
<groupId>
com.oceanbase
</groupId>
<artifactId>
oceanbase-client
</artifactId>
<version>
2.2.11
</version>
<packaging>
jar
</packaging>
<generatePom>
true
</generatePom>
</configuration>
<goals>
<goal>
install-file
</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
...
...
Write
Preview
Markdown
is supported
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