Skip to content

Commit

Permalink
Get missing dependencies from orbit
Browse files Browse the repository at this point in the history
  • Loading branch information
ghentschke committed Aug 7, 2023
1 parent ba41618 commit 3b9a8b5
Showing 1 changed file with 3 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,25 +49,15 @@
<version>32.1.1-jre</version>
<type>jar</type>
</dependency>
</dependencies>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.4.0</version>
<type>jar</type>
</dependency>
</dependencies>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2023-09"/>
<unit id="net.bytebuddy.byte-buddy" version="0.0.0"/>
<unit id="net.bytebuddy.byte-buddy-agent" version="0.0.0"/>
<unit id="org.objenesis" version="0.0.0"/>
<unit id="org.mockito.mockito-core" version="0.0.0"/>
<unit id="org.yaml.snakeyaml" version="0.0.0"/>
</location>
</locations>
</target>

0 comments on commit 3b9a8b5

Please sign in to comment.