-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdependency.xml
43 lines (43 loc) · 1.23 KB
/
dependency.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="UTF-8"?>
<project>
<artifact>
<versionType>BVersion</versionType>
<repoType>Generic</repoType>
<id>
<offering>${offering}</offering>
<version>${BVersion}</version>
</id>
<isClear>Y</isClear>
<copies>
<copy>
<source></source>
<DEL></DEL>
</copy>
</copies>
</artifact>
<dependencies>
<dependency>
<versionType>BVersion</versionType>
<repoType>Generic</repoType>
<id>
<offering>Huawei Secure C</offering>
<version>Huawei Secure C V100R001C01SPC010B002</version>
</id>
<isClear>Y</isClear>
<copies>
<copy>
<source></source>
<dest></dest>
</copy>
</copies>
</dependency>
<dependency>
<versionType>3rd-party</versionType>
<repoType>Generic</repoType>
<id>
<artifactName>openssl-1.1.1k.tar.gz</artifactName>
<pdmCode>05838KSJ</pdmCode>
</id>
</dependency>
</dependencies>
</project>