File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1515
1616 <dependencies >
1717
18+
1819 <dependency >
1920 <groupId >org.quartz-scheduler</groupId >
2021 <artifactId >quartz</artifactId >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
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 >
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 >
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments