工程结构模块的改变
This commit is contained in:
parent
6718c1482b
commit
d0611d5d50
|
@ -14,12 +14,6 @@
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
|
||||||
<groupId>com.yomahub</groupId>
|
|
||||||
<artifactId>liteflow-script-common</artifactId>
|
|
||||||
<version>${revision}</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.hutool</groupId>
|
<groupId>cn.hutool</groupId>
|
||||||
<artifactId>hutool-core</artifactId>
|
<artifactId>hutool-core</artifactId>
|
||||||
|
|
|
@ -0,0 +1,83 @@
|
||||||
|
# Compiled source #
|
||||||
|
###################
|
||||||
|
*.com
|
||||||
|
*.class
|
||||||
|
*.dll
|
||||||
|
*.exe
|
||||||
|
*.o
|
||||||
|
*.so
|
||||||
|
|
||||||
|
|
||||||
|
# Packages #
|
||||||
|
############
|
||||||
|
# it's better to unpack these files and commit the raw source
|
||||||
|
# git has its own built in compression methods
|
||||||
|
*.7z
|
||||||
|
*.dmg
|
||||||
|
*.gz
|
||||||
|
*.iso
|
||||||
|
*.jar
|
||||||
|
*.rar
|
||||||
|
*.tar
|
||||||
|
*.zip
|
||||||
|
*.war
|
||||||
|
*.del
|
||||||
|
*.pmd
|
||||||
|
.tern-project
|
||||||
|
|
||||||
|
|
||||||
|
# Logs and databases #
|
||||||
|
######################
|
||||||
|
*.log
|
||||||
|
*.log.*
|
||||||
|
# OS generated files #
|
||||||
|
######################
|
||||||
|
.DS_Store*
|
||||||
|
ehthumbs.db
|
||||||
|
Icon?
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
|
||||||
|
# Editor Files #
|
||||||
|
################
|
||||||
|
*~
|
||||||
|
*.swp
|
||||||
|
|
||||||
|
|
||||||
|
# Gradle Files #
|
||||||
|
################
|
||||||
|
.gradle
|
||||||
|
|
||||||
|
|
||||||
|
# Build output directies
|
||||||
|
/target
|
||||||
|
*/target
|
||||||
|
/build
|
||||||
|
*/build
|
||||||
|
|
||||||
|
|
||||||
|
# IntelliJ specific files/directories
|
||||||
|
out
|
||||||
|
.idea
|
||||||
|
*.ipr
|
||||||
|
*.iws
|
||||||
|
*.iml
|
||||||
|
atlassian-ide-plugin.xml
|
||||||
|
|
||||||
|
|
||||||
|
# Eclipse specific files/directories
|
||||||
|
.classpath
|
||||||
|
.project
|
||||||
|
.settings
|
||||||
|
.metadata
|
||||||
|
.myeclipse
|
||||||
|
|
||||||
|
|
||||||
|
# NetBeans specific files/directories
|
||||||
|
.nbattrs
|
||||||
|
|
||||||
|
*.mymetadata
|
||||||
|
/logs
|
||||||
|
*/logs
|
||||||
|
|
||||||
|
.flattened-pom.xml
|
|
@ -0,0 +1,83 @@
|
||||||
|
# Compiled source #
|
||||||
|
###################
|
||||||
|
*.com
|
||||||
|
*.class
|
||||||
|
*.dll
|
||||||
|
*.exe
|
||||||
|
*.o
|
||||||
|
*.so
|
||||||
|
|
||||||
|
|
||||||
|
# Packages #
|
||||||
|
############
|
||||||
|
# it's better to unpack these files and commit the raw source
|
||||||
|
# git has its own built in compression methods
|
||||||
|
*.7z
|
||||||
|
*.dmg
|
||||||
|
*.gz
|
||||||
|
*.iso
|
||||||
|
*.jar
|
||||||
|
*.rar
|
||||||
|
*.tar
|
||||||
|
*.zip
|
||||||
|
*.war
|
||||||
|
*.del
|
||||||
|
*.pmd
|
||||||
|
.tern-project
|
||||||
|
|
||||||
|
|
||||||
|
# Logs and databases #
|
||||||
|
######################
|
||||||
|
*.log
|
||||||
|
*.log.*
|
||||||
|
# OS generated files #
|
||||||
|
######################
|
||||||
|
.DS_Store*
|
||||||
|
ehthumbs.db
|
||||||
|
Icon?
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
|
||||||
|
# Editor Files #
|
||||||
|
################
|
||||||
|
*~
|
||||||
|
*.swp
|
||||||
|
|
||||||
|
|
||||||
|
# Gradle Files #
|
||||||
|
################
|
||||||
|
.gradle
|
||||||
|
|
||||||
|
|
||||||
|
# Build output directies
|
||||||
|
/target
|
||||||
|
*/target
|
||||||
|
/build
|
||||||
|
*/build
|
||||||
|
|
||||||
|
|
||||||
|
# IntelliJ specific files/directories
|
||||||
|
out
|
||||||
|
.idea
|
||||||
|
*.ipr
|
||||||
|
*.iws
|
||||||
|
*.iml
|
||||||
|
atlassian-ide-plugin.xml
|
||||||
|
|
||||||
|
|
||||||
|
# Eclipse specific files/directories
|
||||||
|
.classpath
|
||||||
|
.project
|
||||||
|
.settings
|
||||||
|
.metadata
|
||||||
|
.myeclipse
|
||||||
|
|
||||||
|
|
||||||
|
# NetBeans specific files/directories
|
||||||
|
.nbattrs
|
||||||
|
|
||||||
|
*.mymetadata
|
||||||
|
/logs
|
||||||
|
*/logs
|
||||||
|
|
||||||
|
.flattened-pom.xml
|
|
@ -13,12 +13,6 @@
|
||||||
<artifactId>liteflow-script-groovy</artifactId>
|
<artifactId>liteflow-script-groovy</artifactId>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
|
||||||
<groupId>com.yomahub</groupId>
|
|
||||||
<artifactId>liteflow-script-common</artifactId>
|
|
||||||
<version>${revision}</version>
|
|
||||||
<optional>true</optional>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.yomahub</groupId>
|
<groupId>com.yomahub</groupId>
|
||||||
<artifactId>liteflow-core</artifactId>
|
<artifactId>liteflow-core</artifactId>
|
||||||
|
|
|
@ -13,12 +13,6 @@
|
||||||
<artifactId>liteflow-script-qlexpress</artifactId>
|
<artifactId>liteflow-script-qlexpress</artifactId>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
|
||||||
<groupId>com.yomahub</groupId>
|
|
||||||
<artifactId>liteflow-script-common</artifactId>
|
|
||||||
<version>${revision}</version>
|
|
||||||
<optional>true</optional>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.yomahub</groupId>
|
<groupId>com.yomahub</groupId>
|
||||||
<artifactId>liteflow-core</artifactId>
|
<artifactId>liteflow-core</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue