github.com/google/osv-scalibr@v0.4.1/guidedremediation/testdata/maven/update/pom.xml (about) 1 <project> 2 <modelVersion>4.0.0</modelVersion> 3 <groupId>basic</groupId> 4 <artifactId>basic</artifactId> 5 <version>1</version> 6 7 <parent> 8 <groupId>pkg</groupId> 9 <artifactId>parent</artifactId> 10 <version>1.0.0</version> 11 <relativePath>./parent.xml</relativePath> 12 </parent> 13 14 <dependencies> 15 <dependency> 16 <groupId>pkg</groupId> 17 <artifactId>d</artifactId> 18 <version>1.0.0</version> 19 <scope>test</scope> 20 </dependency> 21 <dependency> 22 <groupId>pkg</groupId> 23 <artifactId>e</artifactId> 24 <version>1.0.0</version> 25 </dependency> 26 </dependencies> 27 </project>