File tree Expand file tree Collapse file tree 2 files changed +10
-12
lines changed
Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 1- distributionUrl =https://archiva.wikimedia.org/repository/mirrored/org/apache/maven/apache-maven/3.8.1 /apache-maven-3.8.1 -bin.zip
1+ distributionUrl =https://archiva.wikimedia.org/repository/mirrored/org/apache/maven/apache-maven/3.9.6 /apache-maven-3.9.6 -bin.zip
Original file line number Diff line number Diff line change 22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" 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 <parent >
5- <groupId >org.wikimedia.discovery</groupId >
6- <artifactId >discovery-parent-pom</artifactId >
7- <version >1.69</version >
8- <relativePath />
5+ <groupId >org.wikimedia</groupId >
6+ <artifactId >wmf-jvm-parent-pom</artifactId >
7+ <version >1.92</version >
98 </parent >
109 <groupId >org.wikimedia.utils</groupId >
1110 <artifactId >wmf-jvm-utils-parent</artifactId >
4241
4342 <properties >
4443 <developerConnection >scm:git:ssh://gerrit.wikimedia.org:29418/wmf-jvm-utils</developerConnection >
44+ <gitlab .projectId>3198</gitlab .projectId>
4545 <lucene .version>8.10.1</lucene .version>
4646 </properties >
4747
4848 <dependencyManagement >
49- <!-- Decalare the default parameters for some dependencies. -->
50-
5149 <dependencies >
52- <dependency >
53- <groupId >org.apache.httpcomponents</groupId >
54- <artifactId >httpclient</artifactId >
55- <version >4.5.12</version >
56- </dependency >
5750 <dependency >
5851 <groupId >org.junit</groupId >
5952 <artifactId >junit-bom</artifactId >
6053 <version >5.7.1</version >
6154 <type >pom</type >
6255 <scope >import</scope >
6356 </dependency >
57+ <dependency >
58+ <groupId >org.apache.httpcomponents</groupId >
59+ <artifactId >httpclient</artifactId >
60+ <version >4.5.12</version >
61+ </dependency >
6462 <!-- Test deps -->
6563 <dependency >
6664 <groupId >com.github.tomakehurst</groupId >
You can’t perform that action at this time.
0 commit comments