summaryrefslogtreecommitdiff
path: root/spec/fixtures/java
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-09-14 17:24:09 -0600
committermo khan <mo.khan@gmail.com>2020-09-14 17:24:09 -0600
commitb399512a961b2932e3d399a891a44f3535b26def (patch)
treea30afc74e5a40b50aad78d497e3dac789086c2cf /spec/fixtures/java
parent853ae09d4c6d0220a3f77492065961e65f96e860 (diff)
test: scan simple maven project
Diffstat (limited to 'spec/fixtures/java')
-rw-r--r--spec/fixtures/java/maven/custom-tls/pom.xml2
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>