File tree Expand file tree Collapse file tree
patterns/enterprise-patterns
persistence-modules/spring-data-arangodb
spring-boot-modules/spring-boot-2
spring-security-modules/spring-security-web-boot-3 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 <dependency >
2020 <groupId >org.axonframework</groupId >
2121 <artifactId >axon-bom</artifactId >
22- <version >4.5.0 </version >
22+ <version >${axon.version} </version >
2323 <type >pom</type >
2424 <scope >import</scope >
2525 </dependency >
5656 </dependency >
5757 </dependencies >
5858
59+ <properties >
60+ <axon .version>4.5.0</axon .version>
61+ </properties >
62+
5963</project >
Original file line number Diff line number Diff line change 2424 <dependency >
2525 <groupId >org.apache.commons</groupId >
2626 <artifactId >commons-math3</artifactId >
27- <version >3.6.1 </version >
27+ <version >${commons-math3.version} </version >
2828 <scope >test</scope >
2929 </dependency >
3030 </dependencies >
3939 </resources >
4040 </build >
4141
42+ <properties >
43+ <commons-math3 .version>3.6.1</commons-math3 .version>
44+ </properties >
45+
4246</project >
Original file line number Diff line number Diff line change 1717 <dependency >
1818 <groupId >net.objecthunter</groupId >
1919 <artifactId >exp4j</artifactId >
20- <version >0.4.8 </version >
20+ <version >${exp4j.version} </version >
2121 </dependency >
2222 <dependency >
2323 <groupId >com.fathzer</groupId >
2424 <artifactId >javaluator</artifactId >
25- <version >3.0.3 </version >
25+ <version >${javaluator.version} </version >
2626 </dependency >
2727 </dependencies >
2828
29+ <properties >
30+ <exp4j .version>0.4.8</exp4j .version>
31+ <javaluator .version>3.0.3</javaluator .version>
32+ </properties >
33+
2934</project >
Original file line number Diff line number Diff line change 3737 <dependency >
3838 <groupId >com.icegreen</groupId >
3939 <artifactId >greenmail</artifactId >
40- <version >1.5.8 </version >
40+ <version >${greenmail.version} </version >
4141 <scope >test</scope >
4242 </dependency >
4343 </dependencies >
5050 <httpclient .version>4.5.9</httpclient .version>
5151 <javax .mail.version>1.5.0-b01</javax .mail.version>
5252 <async-http-client .version>2.4.5</async-http-client .version>
53+ <greenmail .version>1.5.8</greenmail .version>
5354 </properties >
5455
5556</project >
Original file line number Diff line number Diff line change 4343 <dependency >
4444 <groupId >com.discord4j</groupId >
4545 <artifactId >discord4j-core</artifactId >
46- <version >3.1.1 </version >
46+ <version >${discord4j-core.version} </version >
4747 </dependency >
4848 </dependencies >
4949
6666
6767 <properties >
6868 <java .version>1.8</java .version>
69+ <discord4j-core .version>3.1.1</discord4j-core .version>
6970 </properties >
7071
7172</project >
Original file line number Diff line number Diff line change 3232 <dependency >
3333 <groupId >net.lingala.zip4j</groupId >
3434 <artifactId >zip4j</artifactId >
35- <version >2.9.0 </version >
35+ <version >${zip4j.version} </version >
3636 </dependency >
3737 </dependencies >
3838
4141 <jsch .version>0.1.55</jsch .version>
4242 <sshj .version>0.27.0</sshj .version>
4343 <vfs .version>2.4</vfs .version>
44+ <zip4j .version>2.9.0</zip4j .version>
4445 </properties >
4546
4647</project >
Original file line number Diff line number Diff line change 1717 <dependency >
1818 <groupId >org.json</groupId >
1919 <artifactId >json</artifactId >
20- <version >20180130 </version >
20+ <version >${json.version} </version >
2121 </dependency >
2222 <dependency >
2323 <groupId >ch.qos.logback</groupId >
103103 </profiles >
104104
105105 <properties >
106+ <json .version>20180130</json .version>
106107 <logback .contrib.version>0.1.5</logback .contrib.version>
107108 <docx4j .version>3.3.5</docx4j .version>
108109 <javax .mail.version>1.4.7</javax .mail.version>
Original file line number Diff line number Diff line change 2828 <dependency >
2929 <groupId >org.jetbrains</groupId >
3030 <artifactId >annotations</artifactId >
31- <version >23.0.0 </version >
31+ <version >${annotations.version} </version >
3232 </dependency >
3333 </dependencies >
3434
8282 <properties >
8383 <hibernate-jpa-2 .1-api.version>1.0.0.Final</hibernate-jpa-2 .1-api.version>
8484 <delombok-maven-plugin .version>1.18.20.0</delombok-maven-plugin .version>
85+ <annotations .version>23.0.0</annotations .version>
8586 </properties >
8687
8788</project >
Original file line number Diff line number Diff line change 2222 <dependency >
2323 <groupId >org.conscrypt</groupId >
2424 <artifactId >conscrypt-openjdk-uber</artifactId >
25- <version >2.4.0 </version >
25+ <version >${conscrypt-openjdk-uber.version} </version >
2626 </dependency >
2727
2828 </dependencies >
2929
3030 <properties >
3131 <netty .version>4.1.48.Final</netty .version>
32+ <conscrypt-openjdk-uber .version>2.4.0</conscrypt-openjdk-uber .version>
3233 </properties >
3334
3435</project >
Original file line number Diff line number Diff line change 2929 <dependency >
3030 <groupId >org.springframework.boot</groupId >
3131 <artifactId >spring-boot-starter-test</artifactId >
32- <version >2.2.2.RELEASE </version >
32+ <version >${spring-boot.version} </version >
3333 <scope >test</scope >
3434 </dependency >
3535 <dependency >
6262
6363 <properties >
6464 <camel .version>3.7.4</camel .version>
65+ <spring-boot .version>2.2.2.RELEASE</spring-boot .version>
6566 </properties >
6667
6768</project >
You can’t perform that action at this time.
0 commit comments