File tree Expand file tree Collapse file tree 3 files changed +3
-35
lines changed
Expand file tree Collapse file tree 3 files changed +3
-35
lines changed Original file line number Diff line number Diff line change 11os : linux
22language : java
33jdk :
4- - oraclejdk11
4+ - oraclejdk8
Original file line number Diff line number Diff line change 6060 ```
6161 <dependency>
6262 <groupId>info.xiaomo</groupId>
63- <artifactId>all </artifactId>
63+ <artifactId>gameCore </artifactId>
6464 <version>RELEASE</version>
6565 </dependency>
6666 ```
67- 2 . 单独引用
68- ```
69- <dependency>
70- <groupId>info.xiaomo</groupId>
71- <artifactId>base</artifactId>
72- <version>RELEASE</version>
73- </dependency>
74-
75- <dependency>
76- <groupId>info.xiaomo</groupId>
77- <artifactId>config</artifactId>
78- <version>RELEASE</version>
79- </dependency>
80-
81- <dependency>
82- <groupId>info.xiaomo</groupId>
83- <artifactId>persist</artifactId>
84- <version>RELEASE</version>
85- </dependency>
86-
87- <dependency>
88- <groupId>info.xiaomo</groupId>
89- <artifactId>logger</artifactId>
90- <version>RELEASE</version>
91- </dependency>
92-
93- <dependency>
94- <groupId>info.xiaomo</groupId>
95- <artifactId>protocol</artifactId>
96- <version>RELEASE</version>
97- </dependency>
98- ```
Original file line number Diff line number Diff line change 66 <modelVersion >4.0.0</modelVersion >
77 <groupId >info.xiaomo</groupId >
88 <artifactId >gameCore</artifactId >
9- <version >2.0.6 </version >
9+ <version >2.0.7 </version >
1010 <name >gameCore</name >
1111
1212 <properties >
You can’t perform that action at this time.
0 commit comments