Skip to content

Commit

Permalink
Add felix.scr and felix.gogo.runtime from Maven-Central
Browse files Browse the repository at this point in the history
This also results in the following version updates:
 org.apache.felix.scr 2.1.24 -> 2.2.2
 org.apache.felix.gogo.runtime 1.1.4 -> 1.1.6
  • Loading branch information
HannesWell committed Jun 18, 2022
1 parent 7cca3d4 commit 5a276a8
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,8 @@
<unit id="org.apache.commons.logging.source" version="1.2.0.v20180409-1502"/>
<unit id="org.apache.felix.gogo.command" version="1.1.2.v20210111-1007"/>
<unit id="org.apache.felix.gogo.command.source" version="1.1.2.v20210111-1007"/>
<unit id="org.apache.felix.gogo.runtime" version="1.1.4.v20210111-1007"/>
<unit id="org.apache.felix.gogo.runtime.source" version="1.1.4.v20210111-1007"/>
<unit id="org.apache.felix.gogo.shell" version="1.1.4.v20210111-1007"/>
<unit id="org.apache.felix.gogo.shell.source" version="1.1.4.v20210111-1007"/>
<unit id="org.apache.felix.scr" version="2.1.24.v20200924-1939"/>
<unit id="org.apache.felix.scr.source" version="2.1.24.v20200924-1939"/>

<unit id="org.junit" version="4.13.2.v20211018-1956"/>
<unit id="org.junit.source" version="4.13.2.v20211018-1956"/>
Expand Down Expand Up @@ -504,6 +500,22 @@
<type>jar</type>
</dependency>
</dependencies>
</location>
<location includeDependencyDepth="none" includeSource="true" label="Apache Felix" missingManifest="error" type="Maven">
<dependencies>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.gogo.runtime</artifactId>
<version>1.1.6</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr</artifactId>
<version>2.2.2</version>
<type>jar</type>
</dependency>
</dependencies>
</location>
</locations>
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
Expand Down

0 comments on commit 5a276a8

Please sign in to comment.