github.com/google/osv-scalibr@v0.4.1/guidedremediation/internal/strategy/override/testdata/workaround/commons/pom.xml (about)

     1  <project>
     2    <modelVersion>4.0.0</modelVersion>
     3    <groupId>dev.osv</groupId>
     4    <artifactId>osv-fix</artifactId>
     5    <version>1</version>
     6  
     7    <dependencies>
     8      <dependency>
     9        <groupId>commons-beanutils</groupId>
    10        <artifactId>commons-beanutils</artifactId>
    11        <version>20020520</version>
    12      </dependency>
    13          <dependency>
    14        <groupId>commons-httpclient</groupId>
    15        <artifactId>commons-httpclient</artifactId>
    16        <version>3.0</version>
    17      </dependency>
    18    </dependencies>
    19  </project>