Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
byit-myth-job
Overview
Overview
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
liyuan
byit-myth-job
Commits
0982ec46
Commit
0982ec46
authored
Feb 04, 2020
by
guominglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去除无用的日志依赖
parent
7c2dd41c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
15 deletions
+16
-15
pom.xml
byit-myth-core/myth-executor-core/pom.xml
+16
-15
No files found.
byit-myth-core/myth-executor-core/pom.xml
View file @
0982ec46
...
@@ -32,19 +32,6 @@
...
@@ -32,19 +32,6 @@
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
apache-log4j
</groupId>
<artifactId>
log4j
</artifactId>
<version>
1.2.8
</version>
</dependency>
<dependency>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-simple
</artifactId>
<version>
1.7.25
</version>
<scope>
compile
</scope>
</dependency>
<dependency>
<groupId>
commons-io
</groupId>
<groupId>
commons-io
</groupId>
<artifactId>
commons-io
</artifactId>
<artifactId>
commons-io
</artifactId>
<version>
2.6
</version>
<version>
2.6
</version>
...
@@ -63,11 +50,11 @@
...
@@ -63,11 +50,11 @@
<build>
<build>
<plugins>
<plugins>
<plugin>
<
!--<
plugin>
<groupId>org.springframework.boot</groupId>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<configuration>
<!-- 指定SpringBoot程序的main函数入口类 -->
<!– 指定SpringBoot程序的main函数入口类 –>
<mainClass>com.byit.executor.Test</mainClass>
<mainClass>com.byit.executor.Test</mainClass>
</configuration>
</configuration>
...
@@ -78,6 +65,20 @@
...
@@ -78,6 +65,20 @@
</goals>
</goals>
</execution>
</execution>
</executions>
</executions>
</plugin>-->
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-source-plugin
</artifactId>
<version>
2.0.2
</version>
<executions>
<execution>
<id>
attach-sources
</id>
<goals>
<goal>
jar
</goal>
</goals>
</execution>
</executions>
</plugin>
</plugin>
<plugin>
<plugin>
...
...
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