File tree Expand file tree Collapse file tree 4 files changed +36
-4
lines changed
Expand file tree Collapse file tree 4 files changed +36
-4
lines changed Original file line number Diff line number Diff line change 1919<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2020 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2121 <parent >
22- <groupId >org.apache.skywalking </groupId >
22+ <groupId >org.openskywalking </groupId >
2323 <artifactId >java-plugin-extensions</artifactId >
2424 <version >1.0.0-SNAPSHOT</version >
2525 </parent >
Original file line number Diff line number Diff line change 22 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
44
5- <groupId >org.apache.skywalking </groupId >
5+ <groupId >org.openskywalking </groupId >
66 <artifactId >java-plugin-extensions</artifactId >
77 <version >1.0.0-SNAPSHOT</version >
88
2828 <version >${skywalking.version} </version >
2929 <scope >provided</scope >
3030 </dependency >
31+ <dependency >
32+ <groupId >org.apache.skywalking</groupId >
33+ <artifactId >apm-test-tools</artifactId >
34+ <version >${skywalking.version} </version >
35+ <scope >test</scope >
36+ </dependency >
37+ <dependency >
38+ <groupId >junit</groupId >
39+ <artifactId >junit</artifactId >
40+ <version >4.12</version >
41+ <scope >test</scope >
42+ </dependency >
43+ <dependency >
44+ <groupId >org.mockito</groupId >
45+ <artifactId >mockito-all</artifactId >
46+ <version >1.10.19</version >
47+ <scope >test</scope >
48+ </dependency >
49+ <dependency >
50+ <groupId >org.powermock</groupId >
51+ <artifactId >powermock-module-junit4</artifactId >
52+ <version >1.6.4</version >
53+ <scope >test</scope >
54+ </dependency >
55+ <dependency >
56+ <groupId >org.powermock</groupId >
57+ <artifactId >powermock-api-mockito</artifactId >
58+ <version >1.6.4</version >
59+ <scope >test</scope >
60+ </dependency >
3161 </dependencies >
3262
3363 <build >
Original file line number Diff line number Diff line change 2323 <modelVersion >4.0.0</modelVersion >
2424
2525 <parent >
26- <groupId >org.apache.skywalking </groupId >
26+ <groupId >org.openskywalking </groupId >
2727 <artifactId >java-plugin-extensions</artifactId >
2828 <version >1.0.0-SNAPSHOT</version >
2929 </parent >
3030
31+ <groupId >org.apache.skywalking</groupId >
3132 <artifactId >apm-resin-3.x-plugin</artifactId >
3233 <packaging >jar</packaging >
3334
Original file line number Diff line number Diff line change 2323 <modelVersion >4.0.0</modelVersion >
2424
2525 <parent >
26- <groupId >org.apache.skywalking </groupId >
26+ <groupId >org.openskywalking </groupId >
2727 <artifactId >java-plugin-extensions</artifactId >
2828 <version >1.0.0-SNAPSHOT</version >
2929 </parent >
3030
31+ <groupId >org.apache.skywalking</groupId >
3132 <artifactId >apm-resin-4.x-plugin</artifactId >
3233 <packaging >jar</packaging >
3334
You can’t perform that action at this time.
0 commit comments