|
76 | 76 | <httpclient.version>4.5.6</httpclient.version> |
77 | 77 | <httpcore.version>4.4.10</httpcore.version> |
78 | 78 |
|
79 | | - <!-- SLF4J version --> |
| 79 | + <!-- SLF4J/LOG4J version --> |
80 | 80 | <slf4j.version>1.7.25</slf4j.version> |
| 81 | + <log4j.version>1.2.17</log4j.version> |
81 | 82 |
|
82 | 83 | <!-- com.google.re2j version --> |
83 | 84 | <re2j.version>1.1</re2j.version> |
|
103 | 104 | <apacheds.version>2.0.0-M21</apacheds.version> |
104 | 105 | <ldap-api.version>1.0.0-M33</ldap-api.version> |
105 | 106 |
|
| 107 | + <!-- Apache Commons dependencies --> |
| 108 | + <commons-beanutils.version>1.9.4</commons-beanutils.version> |
| 109 | + <commons-cli.version>1.2</commons-cli.version> |
| 110 | + <commons-collections.version>3.2.2</commons-collections.version> |
| 111 | + <commons-io.version>2.5</commons-io.version> |
| 112 | + <commons-lang3.version>3.7</commons-lang3.version> |
| 113 | + <commons-math3.version>3.1.1</commons-math3.version> |
| 114 | + |
106 | 115 | <!-- Apache Ratis version --> |
107 | 116 | <ratis.version>0.3.0-eca3531-SNAPSHOT</ratis.version> |
108 | 117 | <jcache.version>1.0-alpha-1</jcache.version> |
109 | 118 | <ehcache.version>3.3.1</ehcache.version> |
110 | 119 | <hikari.version>2.4.12</hikari.version> |
111 | 120 | <mssql.version>6.2.1.jre7</mssql.version> |
112 | 121 | <okhttp.version>2.7.5</okhttp.version> |
| 122 | + <gson.version>2.2.4</gson.version> |
| 123 | + <netty3.version>3.10.6.Final</netty3.version> |
| 124 | + <netty4.version>4.0.52.Final</netty4.version> |
113 | 125 |
|
114 | 126 | <!-- Maven protoc compiler --> |
115 | 127 | <protobuf-maven-plugin.version>0.5.1</protobuf-maven-plugin.version> |
|
610 | 622 | <dependency> |
611 | 623 | <groupId>com.google.code.gson</groupId> |
612 | 624 | <artifactId>gson</artifactId> |
613 | | - <version>2.2.4</version> |
| 625 | + <version>${gson.version}</version> |
614 | 626 | </dependency> |
615 | 627 | <dependency> |
616 | 628 | <groupId>commons-cli</groupId> |
617 | 629 | <artifactId>commons-cli</artifactId> |
618 | | - <version>1.2</version> |
| 630 | + <version>${commons-cli.version}</version> |
619 | 631 | </dependency> |
620 | 632 | <dependency> |
621 | 633 | <groupId>org.apache.commons</groupId> |
622 | 634 | <artifactId>commons-math3</artifactId> |
623 | | - <version>3.1.1</version> |
| 635 | + <version>${commons-math3.version}</version> |
624 | 636 | </dependency> |
625 | 637 | <dependency> |
626 | 638 | <groupId>org.apache.commons</groupId> |
|
834 | 846 | <dependency> |
835 | 847 | <groupId>io.netty</groupId> |
836 | 848 | <artifactId>netty</artifactId> |
837 | | - <version>3.10.6.Final</version> |
| 849 | + <version>${netty3.version}</version> |
838 | 850 | </dependency> |
839 | 851 |
|
840 | 852 | <dependency> |
841 | 853 | <groupId>io.netty</groupId> |
842 | 854 | <artifactId>netty-all</artifactId> |
843 | | - <version>4.0.52.Final</version> |
| 855 | + <version>${netty4.version}</version> |
844 | 856 | </dependency> |
845 | 857 |
|
846 | 858 | <dependency> |
847 | 859 | <groupId>commons-io</groupId> |
848 | 860 | <artifactId>commons-io</artifactId> |
849 | | - <version>2.5</version> |
| 861 | + <version>${commons-io.version}</version> |
850 | 862 | </dependency> |
851 | 863 |
|
852 | 864 | <dependency> |
|
881 | 893 | <dependency> |
882 | 894 | <groupId>log4j</groupId> |
883 | 895 | <artifactId>log4j</artifactId> |
884 | | - <version>1.2.17</version> |
| 896 | + <version>${log4j.version}</version> |
885 | 897 | <exclusions> |
886 | 898 | <exclusion> |
887 | 899 | <groupId>com.sun.jdmk</groupId> |
|
949 | 961 | <dependency> |
950 | 962 | <groupId>commons-collections</groupId> |
951 | 963 | <artifactId>commons-collections</artifactId> |
952 | | - <version>3.2.2</version> |
| 964 | + <version>${commons-collections.version}</version> |
953 | 965 | </dependency> |
954 | 966 | <dependency> |
955 | 967 | <groupId>commons-beanutils</groupId> |
956 | 968 | <artifactId>commons-beanutils</artifactId> |
957 | | - <version>1.9.4</version> |
| 969 | + <version>${commons-beanutils.version}</version> |
958 | 970 | </dependency> |
959 | 971 | <dependency> |
960 | 972 | <groupId>org.apache.commons</groupId> |
|
970 | 982 | <dependency> |
971 | 983 | <groupId>org.apache.commons</groupId> |
972 | 984 | <artifactId>commons-lang3</artifactId> |
973 | | - <version>3.7</version> |
| 985 | + <version>${commons-lang3.version}</version> |
974 | 986 | </dependency> |
975 | 987 | <dependency> |
976 | 988 | <groupId>org.apache.commons</groupId> |
|
0 commit comments