Skip to content

Commit 7fc75c7

Browse files
committed
更新pom依赖
1 parent 2715d6b commit 7fc75c7

4 files changed

Lines changed: 26 additions & 5 deletions

File tree

base/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>framework</artifactId>
77
<groupId>com.trackray</groupId>
8-
<version>2.0.0</version>
8+
<version>3.0.0-BETA</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

@@ -15,6 +15,7 @@
1515

1616
<dependencies>
1717

18+
1819
<dependency>
1920
<groupId>org.quartz-scheduler</groupId>
2021
<artifactId>quartz</artifactId>

module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>framework</artifactId>
77
<groupId>com.trackray</groupId>
8-
<version>2.0.0</version>
8+
<version>3.0.0-BETA</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

pom.xml

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818

1919
<groupId>com.trackray</groupId>
2020
<artifactId>framework</artifactId>
21-
<version>2.0.0</version>
21+
<version>3.0.0-BETA</version>
2222
<name>trackray framework</name>
2323
<description>trackray pentest framework</description>
2424

2525
<properties>
2626
<java.version>1.8</java.version>
27-
<trackray.version>2.0.0</trackray.version>
27+
<trackray.version>3.0.0-BETA</trackray.version>
2828
</properties>
2929

3030
<dependencies>
@@ -49,6 +49,20 @@
4949
<scope>test</scope>
5050
</dependency>
5151

52+
<!-- https://mvnrepository.com/artifact/com.alibaba/fastjson -->
53+
<dependency>
54+
<groupId>com.alibaba</groupId>
55+
<artifactId>fastjson</artifactId>
56+
<version>1.2.59</version>
57+
</dependency>
58+
59+
<!-- https://mvnrepository.com/artifact/net.java.dev.jna/jna -->
60+
<dependency>
61+
<groupId>net.java.dev.jna</groupId>
62+
<artifactId>jna</artifactId>
63+
<version>5.4.0</version>
64+
</dependency>
65+
5266
<dependency>
5367
<groupId>org.apache.commons</groupId>
5468
<artifactId>commons-lang3</artifactId>
@@ -122,5 +136,11 @@
122136

123137
</dependencies>
124138

139+
<repositories>
140+
<repository>
141+
<id>aliyunmaven</id>
142+
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
143+
</repository>
144+
</repositories>
125145

126146
</project>

web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>framework</artifactId>
77
<groupId>com.trackray</groupId>
8-
<version>2.0.0</version>
8+
<version>3.0.0-BETA</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)