Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gf_back
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tianchao
gf_back
Commits
1cd25004
Commit
1cd25004
authored
Jul 04, 2024
by
ZWT
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
都删了
parent
65559f70
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
25 deletions
+5
-25
C00-common/pps-common/pom.xml
C00-common/pps-common/pom.xml
+0
-13
D01-dependency/pps-dependency-all/pom.xml
D01-dependency/pps-dependency-all/pom.xml
+1
-12
D03-deploy/deploy-pps-gateway/pom.xml
D03-deploy/deploy-pps-gateway/pom.xml
+4
-0
No files found.
C00-common/pps-common/pom.xml
View file @
1cd25004
...
...
@@ -18,11 +18,6 @@
</properties>
<dependencies>
<dependency>
<groupId>
huawei-gauss-db
</groupId>
<artifactId>
huawei-gauss-db
</artifactId>
<version>
1.0
</version>
</dependency>
<dependency>
<groupId>
com.google.guava
</groupId>
<artifactId>
guava
</artifactId>
...
...
@@ -62,29 +57,21 @@
<version>
4.1.2
</version>
<scope>
compile
</scope>
</dependency>
<!--POI end-->
<!--jxls start-->
<dependency>
<groupId>
commons-discovery
</groupId>
<artifactId>
commons-discovery
</artifactId>
<version>
0.4
</version>
</dependency>
<dependency>
<groupId>
org.jxls
</groupId>
<artifactId>
jxls
</artifactId>
<version>
2.4.6
</version>
</dependency>
<dependency>
<groupId>
org.jxls
</groupId>
<artifactId>
jxls-poi
</artifactId>
<version>
1.0.15
</version>
</dependency>
<!--jxls end-->
<!--poiExcel-->
<dependency>
<groupId>
cn.afterturn
</groupId>
<artifactId>
easypoi-base
</artifactId>
...
...
D01-dependency/pps-dependency-all/pom.xml
View file @
1cd25004
...
...
@@ -18,18 +18,7 @@
<version>
${pps.version}
</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>
maven-assembly-plugin
</artifactId>
<configuration>
<descriptorRefs>
<descriptorRef>
jar-with-dependencies
</descriptorRef>
</descriptorRefs>
</configuration>
</plugin>
</plugins>
</build>
<repositories>
<repository>
<id>
central
</id>
...
...
D03-deploy/deploy-pps-gateway/pom.xml
View file @
1cd25004
...
...
@@ -49,6 +49,10 @@
</properties>
</profile>
</profiles>
<properties>
<!-- 定义main.class属性,值为你的主类全限定名 -->
<main.class>
app.DeployPpsGatewayApplication
</main.class>
</properties>
<build>
<filters>
<filter>
../filters/filter-${env}.properties
</filter>
...
...
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