Skip to content

Commit 114f41f

Browse files
committed
Update to IBM dependencies
1 parent 8082314 commit 114f41f

File tree

3 files changed

+8
-15
lines changed

3 files changed

+8
-15
lines changed

build-parent/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ limitations under the License.
4444
<slf4j.range.version>[${slf4j.base.version},1.7.9999)</slf4j.range.version>
4545
<logback.base.version>1.2.11</logback.base.version>
4646
<logback.range.version>[${logback.base.version},1.2.9999)</logback.range.version>
47-
<management-core-version>2.0.8</management-core-version>
4847

4948
<gmaven-plugin.version>1.4</gmaven-plugin.version>
5049
<copy-maven-plugin.version>0.2.3.8</copy-maven-plugin.version>

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@
3737

3838
<properties>
3939
<build.edition>opensource</build.edition>
40-
<tc-shader.version>1.2</tc-shader.version>
40+
<tc-shader.version>2.1.1</tc-shader.version>
4141
<spotbugs.skip>true</spotbugs.skip>
4242
<exclude-spotbugs-dependency>true</exclude-spotbugs-dependency>
4343

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>
4949
<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>
5151
</properties>
5252

5353
<modules>
@@ -74,7 +74,7 @@
7474
<repositories>
7575
<repository>
7676
<id>terracotta-releases</id>
77-
<url>http://www.terracotta.org/download/reflector/releases</url>
77+
<url>https://repo.terracotta.org/maven2</url>
7878
</repository>
7979
</repositories>
8080

tc-server/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,6 @@
123123
<artifactId>powermock-module-junit4</artifactId>
124124
<scope>test</scope>
125125
</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>
132126
<dependency>
133127
<groupId>org.powermock</groupId>
134128
<artifactId>powermock-api-mockito2</artifactId>

0 commit comments

Comments
 (0)