forked from opengauss-mirror/openGauss-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependency.xml
77 lines (77 loc) · 2.22 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?xml version="1.0" encoding="UTF-8"?>
<project>
<artifact>
<versionType>BVersion</versionType>
<repoType>Generic</repoType>
<id>
<offering>${offering}</offering>
<version>${version}</version>
<snapshot>${snapshot}</snapshot>
</id>
<isClear>N</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>
<copies>
<copy>
<source></source>
<dest></dest>
</copy>
</copies>
</dependency>
<dependency>
<versionType>BVersion</versionType>
<repoType>Generic</repoType>
<id>
<offering>DOPRA SSP</offering>
<version>DOPRA SSP V300R021C10SPC120B500</version>
</id>
<copies>
<copy>
<source></source>
<dest>dopra_ssp</dest>
</copy>
</copies>
</dependency>
<dependency>
<versionType>BVersion</versionType>
<repoType>Generic</repoType>
<id>
<offering>BiSheng JDK Enterprise</offering>
<version>BiSheng JDK Enterprise 2.1.0.330.B003</version>
</id>
<copies>
<copy>
<source></source>
<dest>huaweijdk</dest>
</copy>
</copies>
</dependency>
<dependency>
<versionType>BVersion</versionType>
<repoType>Generic</repoType>
<id>
<offering>KMC</offering>
<version>KMC 21.1.0.B006</version>
</id>
<copies>
<copy>
<source></source>
<dest></dest>
</copy>
</copies>
</dependency>
</dependencies>
</project>