|
2 | 2 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 |
|
5 | | - <groupId>com.huawei.storage</groupId> |
| 5 | + <groupId>com.huaweicloud</groupId> |
6 | 6 | <artifactId>esdk-obs-android</artifactId> |
7 | | - <version>3.21.4.1</version> |
| 7 | + <version>3.21.8</version> |
8 | 8 | <packaging>jar</packaging> |
9 | 9 |
|
10 | 10 | <name>OBS SDK for Android</name> |
|
15 | 15 | </properties> |
16 | 16 |
|
17 | 17 | <dependencies> |
18 | | - <dependency> |
19 | | - <groupId>com.jamesmurty.utils</groupId> |
20 | | - <artifactId>java-xmlbuilder</artifactId> |
21 | | - <version>1.3</version> |
22 | | - <exclusions> |
23 | | - <exclusion> |
24 | | - <groupId>net.iharder</groupId> |
25 | | - <artifactId>base64</artifactId> |
26 | | - </exclusion> |
27 | | - </exclusions> |
28 | | - </dependency> |
29 | | - <dependency> |
30 | | - <groupId>com.squareup.okhttp3</groupId> |
31 | | - <artifactId>okhttp</artifactId> |
32 | | - <version>3.14.9</version> |
33 | | - </dependency> |
34 | | - <dependency> |
35 | | - <groupId>com.squareup.okio</groupId> |
36 | | - <artifactId>okio</artifactId> |
37 | | - <version>1.17.5</version> |
38 | | - </dependency> |
39 | | - |
40 | | - <dependency> |
41 | | - <groupId>com.fasterxml.jackson.core</groupId> |
42 | | - <artifactId>jackson-core</artifactId> |
43 | | - <version>2.11.1</version> |
44 | | - </dependency> |
45 | | - <dependency> |
46 | | - <groupId>com.fasterxml.jackson.core</groupId> |
47 | | - <artifactId>jackson-databind</artifactId> |
48 | | - <version>2.11.1</version> |
49 | | - </dependency> |
50 | | - <dependency> |
51 | | - <groupId>com.fasterxml.jackson.core</groupId> |
52 | | - <artifactId>jackson-annotations</artifactId> |
53 | | - <version>2.11.1</version> |
54 | | - </dependency> |
55 | | - |
56 | | - <dependency> |
57 | | - <groupId>org.apache.logging.log4j</groupId> |
58 | | - <artifactId>log4j-core</artifactId> |
59 | | - <version>2.13.2</version> |
60 | | - </dependency> |
61 | | - <dependency> |
62 | | - <groupId>org.apache.logging.log4j</groupId> |
63 | | - <artifactId>log4j-api</artifactId> |
64 | | - <version>2.13.2</version> |
65 | | - </dependency> |
66 | | - |
67 | 18 |
|
68 | 19 | <dependency> |
69 | | - <groupId>org.mockito</groupId> |
70 | | - <artifactId>mockito-core</artifactId> |
71 | | - <version>1.10.19</version> |
72 | | - <scope>test</scope> |
73 | | - </dependency> |
74 | | - |
75 | | - <dependency> |
76 | | - <groupId>org.powermock</groupId> |
77 | | - <artifactId>powermock-api-mockito</artifactId> |
78 | | - <version>1.6.5</version> |
79 | | - <scope>test</scope> |
80 | | - </dependency> |
81 | | - <dependency> |
82 | | - <groupId>org.powermock</groupId> |
83 | | - <artifactId>powermock-module-junit4</artifactId> |
84 | | - <version>1.6.5</version> |
85 | | - <scope>test</scope> |
86 | | - </dependency> |
| 20 | + <groupId>com.jamesmurty.utils</groupId> |
| 21 | + <artifactId>java-xmlbuilder</artifactId> |
| 22 | + <version>1.3</version> |
| 23 | + <exclusions> |
| 24 | + <exclusion> |
| 25 | + <groupId>net.iharder</groupId> |
| 26 | + <artifactId>base64</artifactId> |
| 27 | + </exclusion> |
| 28 | + </exclusions> |
| 29 | + </dependency> |
| 30 | + <dependency> |
| 31 | + <groupId>com.squareup.okhttp3</groupId> |
| 32 | + <artifactId>okhttp</artifactId> |
| 33 | + <version>4.8.0</version> |
| 34 | + </dependency> |
| 35 | + <dependency> |
| 36 | + <groupId>com.squareup.okio</groupId> |
| 37 | + <artifactId>okio</artifactId> |
| 38 | + <version>2.7.0</version> |
| 39 | + </dependency> |
| 40 | + |
| 41 | + <dependency> |
| 42 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 43 | + <artifactId>jackson-core</artifactId> |
| 44 | + <version>2.11.1</version> |
| 45 | + </dependency> |
| 46 | + <dependency> |
| 47 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 48 | + <artifactId>jackson-databind</artifactId> |
| 49 | + <version>2.11.1</version> |
| 50 | + </dependency> |
| 51 | + <dependency> |
| 52 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 53 | + <artifactId>jackson-annotations</artifactId> |
| 54 | + <version>2.11.1</version> |
| 55 | + </dependency> |
87 | 56 |
|
88 | 57 | </dependencies> |
89 | 58 |
|
90 | 59 | <build> |
91 | | - <sourceDirectory>app/src/main/java</sourceDirectory> |
| 60 | + <sourceDirectory>app/src/main/java/com</sourceDirectory> |
92 | 61 | <testSourceDirectory>app/src/test/java</testSourceDirectory> |
93 | 62 | <plugins> |
94 | | - <plugin> |
95 | | - <groupId>org.codehaus.mojo</groupId> |
96 | | - <artifactId>exec-maven-plugin</artifactId> |
97 | | - <version>1.2</version> |
98 | | - <executions> |
99 | | - <execution> |
100 | | - <phase>package</phase> |
101 | | - <goals> |
102 | | - <goal>exec</goal> |
103 | | - </goals> |
104 | | - <configuration> |
105 | | - <executable>${basedir}/gradlew</executable> |
106 | | - <arguments> |
107 | | - <argument>build</argument> |
108 | | - </arguments> |
109 | | - </configuration> |
110 | | - </execution> |
111 | | - </executions> |
112 | | - </plugin> |
113 | 63 |
|
114 | 64 | <plugin> |
115 | 65 | <groupId>org.apache.maven.plugins</groupId> |
|
129 | 79 | <artifactId>maven-compiler-plugin</artifactId> |
130 | 80 | <configuration> |
131 | 81 | <encoding>UTF-8</encoding> |
132 | | - <source>1.7</source> |
133 | | - <target>1.7</target> |
| 82 | + <source>1.8</source> |
| 83 | + <target>1.8</target> |
134 | 84 | </configuration> |
135 | 85 | <executions> |
136 | 86 | <execution> |
|
143 | 93 | <artifactId>maven-javadoc-plugin</artifactId> |
144 | 94 | <version>3.0.0-M1</version> |
145 | 95 | <configuration> |
146 | | - <source>1.7</source> |
147 | | - <target>1.7</target> |
| 96 | + <source>1.8</source> |
148 | 97 | <docencoding>UTF-8</docencoding> |
149 | 98 | <charset>UTF-8</charset> |
150 | 99 | <excludePackageNames>*.internal.*:*.log:*.proxy:okio</excludePackageNames> |
|
0 commit comments