Skip to content

Commit

Permalink
Issue #5675 Make property for osgi utils.
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Bartel <janb@webtide.com>
  • Loading branch information
janbartel committed Nov 25, 2020
1 parent 4aac7f0 commit e45ab8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions jetty-osgi/pom.xml
Expand Up @@ -14,6 +14,7 @@
<properties>
<osgi-version>3.16.0</osgi-version>
<osgi-services-version>3.9.0</osgi-services-version>
<osgi-util-version>3.5.300</osgi-util-version>
<equinox-http-servlet-version>1.0.0-v20070606</equinox-http-servlet-version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion jetty-osgi/test-jetty-osgi/pom.xml
Expand Up @@ -130,7 +130,7 @@
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.osgi.util</artifactId>
<version>3.5.300</version>
<version>${osgi-util-version}</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit e45ab8a

Please sign in to comment.