mirror of
https://github.com/aquasecurity/trivy.git
synced 2026-02-09 02:03:13 +08:00
10 lines
247 B
XML
10 lines
247 B
XML
|
|
<project>
|
||
|
|
<modelVersion>4.0.0</modelVersion>
|
||
|
|
<parent>
|
||
|
|
<groupId>com.example.app</groupId>
|
||
|
|
<artifactId>my-app</artifactId>
|
||
|
|
<version>1.0.0</version>
|
||
|
|
</parent>
|
||
|
|
<packaging>pom</packaging>
|
||
|
|
<artifactId>module</artifactId>
|
||
|
|
</project>
|