Skip to content

Commit

Permalink
Change Orbit repository location
Browse files Browse the repository at this point in the history
- See https://github.com/orgs/eclipse-orbit/discussions/49
- We need the slf4j.api plug-in to mute the annoying log message from slf4j when launching coArchi 2. This has to be the 1.7.36 version.
- Mockito is now version 5.5
  • Loading branch information
Phillipus committed Sep 20, 2023
1 parent 7f6f5fc commit 20edb75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions com.archimatetool.editor.product/archi.target
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<unit id="org.eclipse.jgit.ssh.apache.feature.group" version="6.6.0.202305301015-r"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/tools/orbit/downloads/2023-06"/>
<unit id="org.slf4j.binding.simple" version="1.7.30.v20221112-0806"/>
<unit id="org.mockito.mockito-core" version="4.8.1.v20221103-2317"/>
<repository location="https://download.eclipse.org/tools/orbit/simrel/maven-osgi/release/4.29.0"/>
<unit id="slf4j.api" version="1.7.36"/>
<unit id="org.mockito.mockito-core" version="5.5.0"/>
</location>
</locations>
</target>

0 comments on commit 20edb75

Please sign in to comment.