|
22 | 22 | <properties>
|
23 | 23 | <sakai.version>23-SNAPSHOT</sakai.version>
|
24 | 24 | <!-- Standard dependency versions -->
|
| 25 | + <sakai.commons-httpclient.version>3.1</sakai.commons-httpclient.version> |
25 | 26 | <sakai.commons-io.version>2.11.0</sakai.commons-io.version>
|
26 | 27 | <sakai.commons.lang.version>2.6</sakai.commons.lang.version>
|
27 | 28 | <sakai.commons.lang3.version>3.12.0</sakai.commons.lang3.version>
|
|
818 | 819 | <version>${sakai.commons.fileupload.version}</version>
|
819 | 820 | <scope>provided</scope>
|
820 | 821 | </dependency>
|
| 822 | + <dependency> |
| 823 | + <groupId>commons-httpclient</groupId> |
| 824 | + <artifactId>commons-httpclient</artifactId> |
| 825 | + <version>${sakai.commons-httpclient.version}</version> |
| 826 | + <scope>provided</scope> |
| 827 | + </dependency> |
821 | 828 | <dependency>
|
822 | 829 | <groupId>commons-io</groupId>
|
823 | 830 | <artifactId>commons-io</artifactId>
|
|
842 | 849 | <version>1.15</version>
|
843 | 850 | <scope>provided</scope>
|
844 | 851 | </dependency>
|
| 852 | + <dependency> |
| 853 | + <groupId>org.apache.commons</groupId> |
| 854 | + <artifactId>commons-compress</artifactId> |
| 855 | + <version>1.21</version> |
| 856 | + <scope>provided</scope> |
| 857 | + </dependency> |
845 | 858 | <dependency>
|
846 | 859 | <groupId>commons-beanutils</groupId>
|
847 | 860 | <artifactId>commons-beanutils</artifactId>
|
848 | 861 | <version>1.9.4</version>
|
| 862 | + <scope>provided</scope> |
849 | 863 | </dependency>
|
850 | 864 | <dependency>
|
851 | 865 | <groupId>commons-digester</groupId>
|
852 | 866 | <artifactId>commons-digester</artifactId>
|
853 | 867 | <version>2.1</version>
|
| 868 | + <scope>provided</scope> |
854 | 869 | </dependency>
|
855 | 870 | <dependency>
|
856 | 871 | <groupId>commons-validator</groupId>
|
857 | 872 | <artifactId>commons-validator</artifactId>
|
858 | 873 | <version>${sakai.commons-validator.version}</version>
|
| 874 | + <scope>provided</scope> |
859 | 875 | </dependency>
|
860 | 876 | <dependency>
|
861 | 877 | <groupId>commons-net</groupId>
|
|
0 commit comments