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
b42b8db0
Commit
b42b8db0
authored
Mar 13, 2020
by
guominglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
插件端开启调度和撤销调度
parent
bc0e7ffe
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
9 deletions
+1
-9
pom.xml
byit-myth-register/myth-register-server/pom.xml
+0
-5
pom.xml
byit-myth-register/pom.xml
+0
-1
pom.xml
pom.xml
+1
-3
No files found.
byit-myth-register/myth-register-server/pom.xml
View file @
b42b8db0
...
...
@@ -12,9 +12,6 @@
<artifactId>
myth-register-server
</artifactId>
<packaging>
jar
</packaging>
<dependencies>
<!-- starter-web:spring-webmvc + autoconfigure + logback + yaml + tomcat -->
<dependency>
...
...
@@ -98,5 +95,4 @@
</build>
</project>
\ No newline at end of file
byit-myth-register/pom.xml
View file @
b42b8db0
...
...
@@ -16,7 +16,6 @@
<module>
myth-register-client
</module>
</modules>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
...
...
pom.xml
View file @
b42b8db0
...
...
@@ -15,6 +15,7 @@
<module>
byit-myth-executor
</module>
<module>
byit-myth-rpc
</module>
<module>
byit-mybatis-plugin
</module>
<module>
byit-myth-gateway
</module>
<module>
demo-client
</module>
</modules>
...
...
@@ -69,12 +70,10 @@
<org-apache-commons.version>
1.3
</org-apache-commons.version>
<fastdfs-client-java-version>
1.27.0.0
</fastdfs-client-java-version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>
net.oschina.zcx7878
</groupId>
...
...
@@ -82,7 +81,6 @@
<version>
${fastdfs-client-java-version}
</version>
</dependency>
<!-- 外部脚本执行器 -->
<dependency>
<groupId>
org.apache.commons
</groupId>
...
...
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