Skip to content

Commit

Permalink
Revert back to referencing dependency (maven central - Dependencies c…
Browse files Browse the repository at this point in the history
…an not require a system scope)
  • Loading branch information
eschleb committed Dec 5, 2024
1 parent 97c35ae commit 3cefa79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ jobs:
"username": "${{secrets.MGNL_NEXUS_USER}}",
"password": "${{secrets.MGNL_NEXUS_PASS}}"
}]
- name: Test
run: mvn dependency:get -Dartifact=info.magnolia:magnolia-license:2.0.0
- name: Maven verify
run: mvn verify --batch-mode
Binary file removed lib/magnolia-license-2.0.0.jar
Binary file not shown.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@
<groupId>info.magnolia</groupId>
<artifactId>magnolia-license</artifactId>
<version>${magnolia.license.version}</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/magnolia-license-2.0.0.jar</systemPath>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>info.magnolia</groupId>
Expand Down

0 comments on commit 3cefa79

Please sign in to comment.