File tree Expand file tree Collapse file tree 3 files changed +32
-0
lines changed
Expand file tree Collapse file tree 3 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 657657 <artifactId >cloud-plugin-sharedfs-provider-storagevm</artifactId >
658658 <version >${project.version} </version >
659659 </dependency >
660+ <dependency >
661+ <groupId >org.apache.cloudstack</groupId >
662+ <artifactId >cloud-plugin-vpn-wireguard</artifactId >
663+ <version >${project.version} </version >
664+ </dependency >
660665 <dependency >
661666 <groupId >org.apache.cloudstack</groupId >
662667 <artifactId >cloud-usage</artifactId >
Original file line number Diff line number Diff line change 156156 <module >user-two-factor-authenticators/totp</module >
157157 <module >user-two-factor-authenticators/static-pin</module >
158158
159+ <module >vpn/wireguard</module >
160+
159161 </modules >
160162 <dependencies >
161163 <dependency >
Original file line number Diff line number Diff line change 1+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
2+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4+ <modelVersion >4.0.0</modelVersion >
5+ <artifactId >cloud-plugin-vpn-wireguard</artifactId >
6+ <name >Apache CloudStack Plugin - Wireguard VPN Feature</name >
7+ <parent >
8+ <groupId >org.apache.cloudstack</groupId >
9+ <artifactId >cloudstack-plugins</artifactId >
10+ <version >4.20.0.0-SNAPSHOT</version >
11+ <relativePath >../../pom.xml</relativePath >
12+ </parent >
13+ <dependencies >
14+ <dependency >
15+ <groupId >org.apache.cloudstack</groupId >
16+ <artifactId >cloud-api</artifactId >
17+ <version >${project.version} </version >
18+ </dependency >
19+ <dependency >
20+ <groupId >org.apache.cloudstack</groupId >
21+ <artifactId >cloud-utils</artifactId >
22+ <version >${project.version} </version >
23+ </dependency >
24+ </dependencies >
25+ </project >
You can’t perform that action at this time.
0 commit comments