Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
Signed-off-by: Jan N. Klug <github@klug.nrw>
  • Loading branch information
J-N-K committed Jul 26, 2023
1 parent c14e501 commit ae00109
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions bundles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,13 @@
</configuration>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>org.apache.karaf.features</groupId>
<artifactId>org.apache.karaf.features.core</artifactId>
<version>${karaf.version}</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</pluginManagement>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<bnd.version>6.2.0</bnd.version>
<commons.net.version>3.7.2</commons.net.version>
<eea.version>2.4.0</eea.version>
<karaf.version>4.3.7</karaf.version>
<karaf.version>4.3.1</karaf.version>
<sat.version>0.12.0</sat.version>
<slf4j.version>1.7.21</slf4j.version>
<spotless.version>2.0.3</spotless.version>
Expand Down

0 comments on commit ae00109

Please sign in to comment.