diff options
| author | mo khan <mo.khan@gmail.com> | 2020-09-14 17:24:09 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-09-14 17:24:09 -0600 |
| commit | b399512a961b2932e3d399a891a44f3535b26def (patch) | |
| tree | a30afc74e5a40b50aad78d497e3dac789086c2cf /spec/fixtures/java | |
| parent | 853ae09d4c6d0220a3f77492065961e65f96e860 (diff) | |
test: scan simple maven project
Diffstat (limited to 'spec/fixtures/java')
| -rw-r--r-- | spec/fixtures/java/maven/custom-tls/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/fixtures/java/maven/custom-tls/pom.xml b/spec/fixtures/java/maven/custom-tls/pom.xml index 6c647c0..dc2b3b0 100644 --- a/spec/fixtures/java/maven/custom-tls/pom.xml +++ b/spec/fixtures/java/maven/custom-tls/pom.xml @@ -1,7 +1,7 @@ <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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.gitlab.secure</groupId> - <artifactId>license-scanning</artifactId> + <artifactId>dependency-scanning</artifactId> <packaging>jar</packaging> <version>1.0-SNAPSHOT</version> <name>example</name> |
