Fixing an issue where common.io were not getting properly exported by onlab-thirdparty.
FIxing an issue where onos-core-primitives were not getting loaded as part of onos-core-dist feature. Change-Id: I6e5a238770b2f896ab29cd2006db9e16ea16429b
Showing
2 changed files
with
3 additions
and
1 deletions
... | @@ -91,9 +91,11 @@ | ... | @@ -91,9 +91,11 @@ |
91 | <bundle>mvn:org.onosproject/onos-core-net/@ONOS-VERSION</bundle> | 91 | <bundle>mvn:org.onosproject/onos-core-net/@ONOS-VERSION</bundle> |
92 | <bundle>mvn:org.onosproject/onos-core-common/@ONOS-VERSION</bundle> | 92 | <bundle>mvn:org.onosproject/onos-core-common/@ONOS-VERSION</bundle> |
93 | <bundle>mvn:org.onosproject/onos-core-dist/@ONOS-VERSION</bundle> | 93 | <bundle>mvn:org.onosproject/onos-core-dist/@ONOS-VERSION</bundle> |
94 | + <bundle>mvn:org.onosproject/onos-core-primitives/@ONOS-VERSION</bundle> | ||
94 | <bundle>mvn:org.onosproject/onos-core-persistence/@ONOS-VERSION</bundle> | 95 | <bundle>mvn:org.onosproject/onos-core-persistence/@ONOS-VERSION</bundle> |
95 | <bundle>mvn:org.onosproject/onos-core-serializers/@ONOS-VERSION</bundle> | 96 | <bundle>mvn:org.onosproject/onos-core-serializers/@ONOS-VERSION</bundle> |
96 | <bundle>mvn:org.onosproject/onlab-netty/@ONOS-VERSION</bundle> | 97 | <bundle>mvn:org.onosproject/onlab-netty/@ONOS-VERSION</bundle> |
98 | + <bundle>mvn:commons-configuration/commons-configuration/1.10</bundle> | ||
97 | </feature> | 99 | </feature> |
98 | 100 | ||
99 | <feature name="onos-incubator" version="@FEATURE-VERSION" | 101 | <feature name="onos-incubator" version="@FEATURE-VERSION" | ... | ... |
... | @@ -138,7 +138,7 @@ | ... | @@ -138,7 +138,7 @@ |
138 | <configuration> | 138 | <configuration> |
139 | <instructions> | 139 | <instructions> |
140 | <Export-Package> | 140 | <Export-Package> |
141 | - com.googlecode.concurrenttrees.*;net.kuujo.copycat.*;io.atomix.* | 141 | + com.googlecode.concurrenttrees.*;net.kuujo.copycat.*;io.atomix.*;org.apache.commons.io.* |
142 | </Export-Package> | 142 | </Export-Package> |
143 | <Import-Package> | 143 | <Import-Package> |
144 | !sun.nio.ch,!sun.misc,* | 144 | !sun.nio.ch,!sun.misc,* | ... | ... |
-
Please register or login to post a comment