File tree Expand file tree Collapse file tree 3 files changed +8
-15
lines changed Expand file tree Collapse file tree 3 files changed +8
-15
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ limitations under the License.
44
44
<slf4j .range.version>[${slf4j.base.version} ,1.7.9999)</slf4j .range.version>
45
45
<logback .base.version>1.2.11</logback .base.version>
46
46
<logback .range.version>[${logback.base.version} ,1.2.9999)</logback .range.version>
47
- <management-core-version >2.0.8</management-core-version >
48
47
49
48
<gmaven-plugin .version>1.4</gmaven-plugin .version>
50
49
<copy-maven-plugin .version>0.2.3.8</copy-maven-plugin .version>
Original file line number Diff line number Diff line change 37
37
38
38
<properties >
39
39
<build .edition>opensource</build .edition>
40
- <tc-shader .version>1.2 </tc-shader .version>
40
+ <tc-shader .version>2.1.1 </tc-shader .version>
41
41
<spotbugs .skip>true</spotbugs .skip>
42
42
<exclude-spotbugs-dependency >true</exclude-spotbugs-dependency >
43
43
44
- <terracotta-apis .version>1.9.0 </terracotta-apis .version>
45
- <terracotta-configuration .version>10.7.4 </terracotta-configuration .version>
46
- <galvan .version>1.6.6 </galvan .version>
47
- <tc-tripwire .version>1.0.5 </tc-tripwire .version>
48
- <terracotta-utilities .base.version>0.0.14 </terracotta-utilities .base.version>
44
+ <terracotta-apis .version>1.9.1 </terracotta-apis .version>
45
+ <terracotta-configuration .version>10.7.5 </terracotta-configuration .version>
46
+ <galvan .version>1.6.7 </galvan .version>
47
+ <tc-tripwire .version>1.0.6 </tc-tripwire .version>
48
+ <terracotta-utilities .base.version>0.0.19 </terracotta-utilities .base.version>
49
49
<terracotta-utilities .range.version>[${terracotta-utilities.base.version} ,)</terracotta-utilities .range.version>
50
- <passthrough-testing .version>1.9.0 </passthrough-testing .version>
50
+ <passthrough-testing .version>1.9.1 </passthrough-testing .version>
51
51
</properties >
52
52
53
53
<modules >
74
74
<repositories >
75
75
<repository >
76
76
<id >terracotta-releases</id >
77
- <url >http ://www .terracotta.org/download/reflector/releases </url >
77
+ <url >https ://repo .terracotta.org/maven2 </url >
78
78
</repository >
79
79
</repositories >
80
80
Original file line number Diff line number Diff line change 123
123
<artifactId >powermock-module-junit4</artifactId >
124
124
<scope >test</scope >
125
125
</dependency >
126
- <dependency >
127
- <groupId >org.terracotta</groupId >
128
- <artifactId >linked-child-process</artifactId >
129
- <version >1.0.8</version >
130
- <scope >test</scope >
131
- </dependency >
132
126
<dependency >
133
127
<groupId >org.powermock</groupId >
134
128
<artifactId >powermock-api-mockito2</artifactId >
You can’t perform that action at this time.
0 commit comments