Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
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
项目统一框架
amos-boot-biz
Commits
c28830aa
Commit
c28830aa
authored
Jul 06, 2022
by
chenzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改pom文件 排除引用低版本log4j
parent
c10d076f
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
31 additions
and
5 deletions
+31
-5
pom.xml
...oot-module-api/amos-boot-module-knowledgebase-api/pom.xml
+6
-2
pom.xml
...s-boot-module-api/amos-boot-module-precontrol-api/pom.xml
+5
-1
pom.xml
...oot-module-biz/amos-boot-module-knowledgebase-biz/pom.xml
+6
-0
pom.xml
amos-boot-system-knowledgebase/pom.xml
+7
-1
pom.xml
amos-boot-system-precontrol/pom.xml
+7
-1
No files found.
amos-boot-module/amos-boot-module-api/amos-boot-module-knowledgebase-api/pom.xml
View file @
c28830aa
...
@@ -33,10 +33,14 @@
...
@@ -33,10 +33,14 @@
<version>
3.3.6
</version>
<version>
3.3.6
</version>
<exclusions>
<exclusions>
<exclusion>
<exclusion>
<groupId>
org.slf4j
</groupId>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-log4j12
</artifactId>
<artifactId>
slf4j-log4j12
</artifactId>
</exclusion>
</exclusion>
</exclusions>
<exclusion>
<artifactId>
log4j
</artifactId>
<groupId>
log4j
</groupId>
</exclusion>
</exclusions>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.docx4j
</groupId>
<groupId>
org.docx4j
</groupId>
...
...
amos-boot-module/amos-boot-module-api/amos-boot-module-precontrol-api/pom.xml
View file @
c28830aa
...
@@ -40,7 +40,11 @@
...
@@ -40,7 +40,11 @@
<groupId>
org.slf4j
</groupId>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-log4j12
</artifactId>
<artifactId>
slf4j-log4j12
</artifactId>
</exclusion>
</exclusion>
</exclusions>
<exclusion>
<artifactId>
log4j
</artifactId>
<groupId>
log4j
</groupId>
</exclusion>
</exclusions>
</dependency>
</dependency>
<!-- https://mvnrepository.com/artifact/org.docx4j/docx4j-ImportXHTML -->
<!-- https://mvnrepository.com/artifact/org.docx4j/docx4j-ImportXHTML -->
<dependency>
<dependency>
...
...
amos-boot-module/amos-boot-module-biz/amos-boot-module-knowledgebase-biz/pom.xml
View file @
c28830aa
...
@@ -17,6 +17,12 @@
...
@@ -17,6 +17,12 @@
<groupId>
com.amosframework.boot
</groupId>
<groupId>
com.amosframework.boot
</groupId>
<artifactId>
amos-boot-module-knowledgebase-api
</artifactId>
<artifactId>
amos-boot-module-knowledgebase-api
</artifactId>
<version>
${amos-biz-boot.version}
</version>
<version>
${amos-biz-boot.version}
</version>
<exclusions>
<exclusion>
<artifactId>
log4j
</artifactId>
<groupId>
log4j
</groupId>
</exclusion>
</exclusions>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
...
amos-boot-system-knowledgebase/pom.xml
View file @
c28830aa
...
@@ -14,7 +14,13 @@
...
@@ -14,7 +14,13 @@
<groupId>
com.amosframework.boot
</groupId>
<groupId>
com.amosframework.boot
</groupId>
<artifactId>
amos-boot-module-knowledgebase-biz
</artifactId>
<artifactId>
amos-boot-module-knowledgebase-biz
</artifactId>
<version>
${amos-biz-boot.version}
</version>
<version>
${amos-biz-boot.version}
</version>
</dependency>
<exclusions>
<exclusion>
<artifactId>
log4j
</artifactId>
<groupId>
log4j
</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</dependencies>
<build>
<build>
...
...
amos-boot-system-precontrol/pom.xml
View file @
c28830aa
...
@@ -18,7 +18,13 @@
...
@@ -18,7 +18,13 @@
<groupId>
com.amosframework.boot
</groupId>
<groupId>
com.amosframework.boot
</groupId>
<artifactId>
amos-boot-module-precontrol-biz
</artifactId>
<artifactId>
amos-boot-module-precontrol-biz
</artifactId>
<version>
${amos-biz-boot.version}
</version>
<version>
${amos-biz-boot.version}
</version>
</dependency>
<exclusions>
<exclusion>
<artifactId>
log4j
</artifactId>
<groupId>
log4j
</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</dependencies>
<build>
<build>
<plugins>
<plugins>
...
...
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