Skip to content

Commit a495ac0

Browse files
committed
Remove Apache Geode CI Snapshots Repository declaration.
Remove log4j.version property.
1 parent 6622f00 commit a495ac0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
<antlr.version>2.7.7</antlr.version>
4747
<apache-shiro.version>1.9.1</apache-shiro.version>
4848
<cache-api.version>1.1.1</cache-api.version>
49-
<log4j.version>2.18.0</log4j.version>
5049
<multithreadedtc.version>1.01</multithreadedtc.version>
5150
<snappy.version>0.4</snappy.version>
5251
<springdata.commons>3.0.0-SNAPSHOT</springdata.commons>
@@ -99,8 +98,9 @@
9998
<url>https://repo.spring.io/libs-snapshot</url>
10099
</repository>
101100

101+
<!--
102102
<repository>
103-
<id>geode-snapshot</id>
103+
<id>apache-geode-snapshots</id>
104104
<name>Apache Geode Snapshots</name>
105105
<url>https://maven.apachegeode-ci.info/snapshots</url>
106106
<snapshots>
@@ -110,6 +110,7 @@
110110
<enabled>true</enabled>
111111
</releases>
112112
</repository>
113+
-->
113114

114115
<!--
115116
<repository>

0 commit comments

Comments
 (0)