Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Commit b3da60b

Browse files
committed
[WINK-437] Fix OSGi missing dependency
git-svn-id: https://svn.apache.org/repos/asf/wink/trunk@1711045 13f79535-47bb-0310-9956-ffa450edef68
1 parent a01feaf commit b3da60b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wink-examples/ext/OSGi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
</provision>
6868
<noDependencies>true</noDependencies>
6969
<!-- webconsole not needed, but handy -->
70-
<deployURLs>mvn:org.apache.felix/org.apache.felix.webconsole/3.1.8,mvn:org.apache.felix/org.apache.felix.http.jetty/2.2.0,mvn:org.apache.felix/org.apache.felix.http.whiteboard/2.2.0,mvn:org.apache.wink/wink-osgi/1.4.0-SNAPSHOT,mvn:commons-lang/commons-lang/2.5</deployURLs>
70+
<deployURLs>mvn:org.apache.felix/org.apache.felix.webconsole/3.1.8,mvn:org.apache.felix/org.apache.felix.http.jetty/2.2.0,mvn:org.apache.felix/org.apache.felix.http.whiteboard/2.2.0,mvn:org.apache.wink/wink-osgi/1.4.0-SNAPSHOT,mvn:commons-lang/commons-lang/2.5,mvn:org.apache.geronimo.specs/geronimo-osgi-registry/1.1</deployURLs>
7171
</configuration>
7272
</plugin>
7373
</plugins>

0 commit comments

Comments
 (0)