Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
Aidea
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
sa_aidea
Aidea
Commits
71741eb0
Commit
71741eb0
authored
Feb 19, 2021
by
谢希宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
create by Strive
create date 2021/02/19
parent
fcb76e86
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
0 additions
and
18 deletions
+0
-18
pom.xml
aidea-modules/authentication-module/pom.xml
+0
-1
pom.xml
aidea-modules/checkresult-module/pom.xml
+0
-1
pom.xml
aidea-modules/couponrecord-module/pom.xml
+0
-1
pom.xml
aidea-modules/hospital-module/pom.xml
+0
-2
pom.xml
aidea-modules/invoice-module/pom.xml
+0
-1
pom.xml
aidea-modules/logistics-module/pom.xml
+0
-1
pom.xml
aidea-modules/order-module/pom.xml
+0
-3
pom.xml
aidea-modules/product-classify-module/pom.xml
+0
-1
pom.xml
aidea-modules/product-detail-module/pom.xml
+0
-1
pom.xml
aidea-modules/product-into-wareroom-module/pom.xml
+0
-2
pom.xml
aidea-modules/product-module/pom.xml
+0
-4
No files found.
aidea-modules/authentication-module/pom.xml
View file @
71741eb0
...
...
@@ -15,7 +15,6 @@
<groupId>
com.cftech
</groupId>
<artifactId>
sys-module
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<scope>
compile
</scope>
</dependency>
</dependencies>
...
...
aidea-modules/checkresult-module/pom.xml
View file @
71741eb0
...
...
@@ -15,7 +15,6 @@
<groupId>
com.cftech
</groupId>
<artifactId>
couponrecord-module
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<scope>
compile
</scope>
</dependency>
</dependencies>
...
...
aidea-modules/couponrecord-module/pom.xml
View file @
71741eb0
...
...
@@ -15,7 +15,6 @@
<groupId>
com.cftech
</groupId>
<artifactId>
checkcoupon-module
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<scope>
compile
</scope>
</dependency>
</dependencies>
...
...
aidea-modules/hospital-module/pom.xml
View file @
71741eb0
...
...
@@ -15,13 +15,11 @@
<groupId>
com.cftech
</groupId>
<artifactId>
order-module
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<scope>
compile
</scope>
</dependency>
<dependency>
<groupId>
com.cftech
</groupId>
<artifactId>
waybill-module
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<scope>
compile
</scope>
</dependency>
</dependencies>
...
...
aidea-modules/invoice-module/pom.xml
View file @
71741eb0
...
...
@@ -16,7 +16,6 @@
<groupId>
com.cftech
</groupId>
<artifactId>
sys-module
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<scope>
compile
</scope>
</dependency>
<dependency>
<groupId>
com.nuonuo
</groupId>
...
...
aidea-modules/logistics-module/pom.xml
View file @
71741eb0
...
...
@@ -15,7 +15,6 @@
<groupId>
com.cftech
</groupId>
<artifactId>
sys-module
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<scope>
compile
</scope>
</dependency>
</dependencies>
...
...
aidea-modules/order-module/pom.xml
View file @
71741eb0
...
...
@@ -26,13 +26,11 @@
<groupId>
com.cftech
</groupId>
<artifactId>
invoice-module
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<scope>
compile
</scope>
</dependency>
<dependency>
<groupId>
com.cftech
</groupId>
<artifactId>
product-module
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<scope>
compile
</scope>
</dependency>
<dependency>
<groupId>
com.cftech
</groupId>
...
...
@@ -43,7 +41,6 @@
<groupId>
com.cftech
</groupId>
<artifactId>
couponrecord-module
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<scope>
compile
</scope>
</dependency>
</dependencies>
</project>
\ No newline at end of file
aidea-modules/product-classify-module/pom.xml
View file @
71741eb0
...
...
@@ -15,7 +15,6 @@
<groupId>
com.cftech
</groupId>
<artifactId>
sys-module
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<scope>
compile
</scope>
</dependency>
</dependencies>
...
...
aidea-modules/product-detail-module/pom.xml
View file @
71741eb0
...
...
@@ -15,7 +15,6 @@
<groupId>
com.cftech
</groupId>
<artifactId>
sys-module
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<scope>
compile
</scope>
</dependency>
</dependencies>
...
...
aidea-modules/product-into-wareroom-module/pom.xml
View file @
71741eb0
...
...
@@ -8,14 +8,12 @@
<version>
1.0-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
product-into-wareroom-module
</artifactId>
<dependencies>
<dependency>
<groupId>
com.cftech
</groupId>
<artifactId>
sys-module
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<scope>
compile
</scope>
</dependency>
</dependencies>
...
...
aidea-modules/product-module/pom.xml
View file @
71741eb0
...
...
@@ -15,25 +15,21 @@
<groupId>
com.cftech
</groupId>
<artifactId>
sys-module
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<scope>
compile
</scope>
</dependency>
<dependency>
<groupId>
com.cftech
</groupId>
<artifactId>
product-classify-module
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<scope>
compile
</scope>
</dependency>
<dependency>
<groupId>
com.cftech
</groupId>
<artifactId>
product-into-wareroom-module
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<scope>
compile
</scope>
</dependency>
<dependency>
<groupId>
com.cftech
</groupId>
<artifactId>
product-detail-module
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<scope>
compile
</scope>
</dependency>
</dependencies>
...
...
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