File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change 55
66 <groupId >apijson.cassandra</groupId >
77 <artifactId >apijson-cassandra</artifactId >
8- <version >2.0.0 </version >
8+ <version >2.0.1 </version >
99 <packaging >jar</packaging >
1010
1111 <name >apijson-cassandra</name >
3030 <dependency >
3131 <groupId >com.github.Tencent</groupId >
3232 <artifactId >APIJSON</artifactId >
33- <version >7.0.0 </version >
33+ <version >7.0.3 </version >
3434 </dependency >
3535 <dependency >
3636 <groupId >com.datastax.oss</groupId >
4545 <plugin >
4646 <groupId >org.apache.maven.plugins</groupId >
4747 <artifactId >maven-compiler-plugin</artifactId >
48- <version >3.8 .1</version >
48+ <version >3.12 .1</version >
4949 <configuration >
5050 <source >17</source >
5151 <target >17</target >
5252 </configuration >
5353 </plugin >
54+
55+ <plugin >
56+ <groupId >org.apache.maven.plugins</groupId >
57+ <artifactId >maven-source-plugin</artifactId >
58+ <version >3.2.1</version >
59+ <executions >
60+ <execution >
61+ <phase >package</phase >
62+ <goals >
63+ <goal >jar-no-fork</goal >
64+ </goals >
65+ </execution >
66+ </executions >
67+ </plugin >
5468 </plugins >
5569 </build >
5670
You can’t perform that action at this time.
0 commit comments