Skip to content

Commit

Permalink
change entry type for gitlab4j-api dependency in IntelliJ IDEA ...
Browse files Browse the repository at this point in the history
... 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)
  • Loading branch information
maltem-za committed Apr 29, 2021
1 parent bc63ee6 commit 05703fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catma.iml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<orderEntry type="library" name="Maven: com.jcraft:jzlib:1.1.1" level="project" />
<orderEntry type="library" name="Maven: com.googlecode.javaewah:JavaEWAH:1.1.6" level="project" />
<orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.2" level="project" />
<orderEntry type="module" module-name="gitlab4j-api" />
<orderEntry type="library" name="Maven: org.gitlab4j:gitlab4j-api:4.17.0-SNAPSHOT" level="project" />
<orderEntry type="library" name="Maven: jakarta.activation:jakarta.activation-api:1.2.2" level="project" />
<orderEntry type="library" name="Maven: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.10.3" level="project" />
<orderEntry type="library" name="Maven: com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.10.3" level="project" />
Expand Down

0 comments on commit 05703fa

Please sign in to comment.