<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion xmlns="">4.0.0</modelVersion>
   <groupId xmlns="">com.gradle</groupId>
   <artifactId xmlns="">gradle-enterprise-gradle-plugin</artifactId>
   <version xmlns="">3.5.1</version>
   <dependencies xmlns="">
      <dependency>
         <groupId>com.github.spotbugs</groupId>
         <artifactId>spotbugs-annotations</artifactId>
         <version>4.1.3</version>
         <scope>compile</scope>
         <type>jar</type>
         <optional>false</optional>
      </dependency>
   </dependencies>
</project>
