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
ec95e7cc
Commit
ec95e7cc
authored
Nov 20, 2019
by
liyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify codes
parent
5d122df2
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
9 deletions
+14
-9
pom.xml
byit-myth-core/myth-admin-core/pom.xml
+0
-1
pom.xml
byit-myth-core/myth-core-common/pom.xml
+2
-8
GlueTypeEnum.java
...common/src/main/java/com/byit/job/enums/GlueTypeEnum.java
+3
-0
pom.xml
pom.xml
+9
-0
No files found.
byit-myth-core/myth-admin-core/pom.xml
View file @
ec95e7cc
...
@@ -42,7 +42,6 @@
...
@@ -42,7 +42,6 @@
<dependency>
<dependency>
<groupId>
com.alibaba
</groupId>
<groupId>
com.alibaba
</groupId>
<artifactId>
fastjson
</artifactId>
<artifactId>
fastjson
</artifactId>
<version>
1.2.62
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
...
...
byit-myth-core/myth-core-common/pom.xml
View file @
ec95e7cc
...
@@ -26,18 +26,11 @@
...
@@ -26,18 +26,11 @@
<scope>
test
</scope>
<scope>
test
</scope>
</dependency>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
<dependency>
<groupId>
org.apache.httpcomponents
</groupId>
<artifactId>
httpclient
</artifactId>
<version>
4.5.10
</version>
</dependency>
<dependency>
<dependency>
<groupId>
cn.hutool
</groupId>
<groupId>
cn.hutool
</groupId>
<artifactId>
hutool-all
</artifactId>
<artifactId>
hutool-all
</artifactId>
<version>
4.5.11
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
</project>
</project>
\ No newline at end of file
byit-myth-core/myth-core-common/src/main/java/com/byit/job/enums/GlueTypeEnum.java
View file @
ec95e7cc
...
@@ -5,6 +5,9 @@ package com.byit.job.enums;
...
@@ -5,6 +5,9 @@ package com.byit.job.enums;
*/
*/
public
enum
GlueTypeEnum
{
public
enum
GlueTypeEnum
{
/**
*
*/
BEAN
(
"BEAN"
,
false
,
null
,
null
),
BEAN
(
"BEAN"
,
false
,
null
,
null
),
GLUE_GROOVY
(
"GLUE(Java)"
,
false
,
null
,
null
),
GLUE_GROOVY
(
"GLUE(Java)"
,
false
,
null
,
null
),
GLUE_SHELL
(
"GLUE(Shell)"
,
true
,
"bash"
,
".sh"
),
GLUE_SHELL
(
"GLUE(Shell)"
,
true
,
"bash"
,
".sh"
),
...
...
pom.xml
View file @
ec95e7cc
...
@@ -51,11 +51,14 @@
...
@@ -51,11 +51,14 @@
<!--<spring-cloud.version>Finchley.SR2</spring-cloud.version>-->
<!--<spring-cloud.version>Finchley.SR2</spring-cloud.version>-->
<spring-cloud.version>
Dalston.RELEASE
</spring-cloud.version>
<spring-cloud.version>
Dalston.RELEASE
</spring-cloud.version>
<lombok.version>
1.18.4
</lombok.version>
<lombok.version>
1.18.4
</lombok.version>
<hutool.version>
4.5.11
</hutool.version>
<maven-source-plugin.version>
3.1.0
</maven-source-plugin.version>
<maven-source-plugin.version>
3.1.0
</maven-source-plugin.version>
<maven-javadoc-plugin.version>
3.1.1
</maven-javadoc-plugin.version>
<maven-javadoc-plugin.version>
3.1.1
</maven-javadoc-plugin.version>
<maven-gpg-plugin.version>
1.6
</maven-gpg-plugin.version>
<maven-gpg-plugin.version>
1.6
</maven-gpg-plugin.version>
</properties>
</properties>
<dependencyManagement>
<dependencyManagement>
...
@@ -130,6 +133,12 @@
...
@@ -130,6 +133,12 @@
<version>
${project.version}
</version>
<version>
${project.version}
</version>
</dependency>
</dependency>
<dependency>
<groupId>
cn.hutool
</groupId>
<artifactId>
hutool-all
</artifactId>
<version>
${hutool.version}
</version>
</dependency>
</dependencies>
</dependencies>
</dependencyManagement>
</dependencyManagement>
...
...
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