[releng] Add org.apache.commons.logging
diff --git a/releng/org.eclipse.qvtd.releng.tycho/targetPlatforms/nightly.target b/releng/org.eclipse.qvtd.releng.tycho/targetPlatforms/nightly.target
index 775dec8..41e23b7 100644
--- a/releng/org.eclipse.qvtd.releng.tycho/targetPlatforms/nightly.target
+++ b/releng/org.eclipse.qvtd.releng.tycho/targetPlatforms/nightly.target
@@ -102,6 +102,7 @@
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="com.google.guava" version="0.0.0"/>
<unit id="com.ibm.icu" version="0.0.0"/>
+ <unit id="org.apache.commons.logging" version="0.0.0"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/latest-I"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/latest-S"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/latest-R"/>
diff --git a/releng/org.eclipse.qvtd.releng.tycho/targetPlatforms/stable.target b/releng/org.eclipse.qvtd.releng.tycho/targetPlatforms/stable.target
index 57ab41c..aca9ee9 100644
--- a/releng/org.eclipse.qvtd.releng.tycho/targetPlatforms/stable.target
+++ b/releng/org.eclipse.qvtd.releng.tycho/targetPlatforms/stable.target
@@ -36,6 +36,7 @@
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="com.google.guava" version="0.0.0"/>
<unit id="com.ibm.icu" version="0.0.0"/>
+ <unit id="org.apache.commons.logging" version="0.0.0"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/latest-S"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/latest-R"/>
<!-- legacy repo needed for com.ibm.icu.text for Sirius/GMF/GEF/Draw2D -->
diff --git a/releng/org.eclipse.qvtd.releng.tycho/targetPlatforms/unstable.target b/releng/org.eclipse.qvtd.releng.tycho/targetPlatforms/unstable.target
index af150b1..72cd6fd 100644
--- a/releng/org.eclipse.qvtd.releng.tycho/targetPlatforms/unstable.target
+++ b/releng/org.eclipse.qvtd.releng.tycho/targetPlatforms/unstable.target
@@ -33,6 +33,7 @@
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="com.google.guava" version="0.0.0"/>
<unit id="com.ibm.icu" version="0.0.0"/>
+ <unit id="org.apache.commons.logging" version="0.0.0"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/latest-S"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/latest-R"/>
<repository location="https://download.eclipse.org/tools/orbit/downloads/drops/R20220302172233/repository"/>