Skip to content

Commit 05703fa

Browse files
committed
change entry type for gitlab4j-api dependency in IntelliJ IDEA ...
... config file (catma.iml) back to what it was, ref. a6918ab - it's not necessary to include gitlab4j-api as a Maven module in the project as long as it's properly installed in the local Maven repository (with its own, complete pom.xml)
1 parent bc63ee6 commit 05703fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

catma.iml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<orderEntry type="library" name="Maven: com.jcraft:jzlib:1.1.1" level="project" />
9999
<orderEntry type="library" name="Maven: com.googlecode.javaewah:JavaEWAH:1.1.6" level="project" />
100100
<orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.2" level="project" />
101-
<orderEntry type="module" module-name="gitlab4j-api" />
101+
<orderEntry type="library" name="Maven: org.gitlab4j:gitlab4j-api:4.17.0-SNAPSHOT" level="project" />
102102
<orderEntry type="library" name="Maven: jakarta.activation:jakarta.activation-api:1.2.2" level="project" />
103103
<orderEntry type="library" name="Maven: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.10.3" level="project" />
104104
<orderEntry type="library" name="Maven: com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.10.3" level="project" />

0 commit comments

Comments
 (0)