Skip to content

Commit

Permalink
Remove osgi-utils dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
robertcsakany committed Nov 26, 2024
1 parent e14011d commit 815112e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
12 changes: 2 additions & 10 deletions features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,7 @@
<version>${karaf-version}</version>
</dependency>

<dependency>
<groupId>hu.blackbelt.osgi.utils</groupId>
<artifactId>features</artifactId>
<version>${osgi-utils-version}</version>
<classifier>features</classifier>
<type>xml</type>
<scope>runtime</scope>
</dependency>


<dependency>
<groupId>org.apache.cxf.karaf</groupId>
<artifactId>apache-cxf</artifactId>
Expand Down Expand Up @@ -168,7 +160,7 @@
<type>xml</type>
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>hu.blackbelt.epsilon</groupId>
<artifactId>epsilon-runtime-utils</artifactId>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>

<osgi-utils-version>1.1.1.20241126_013611_9413e9b2_feature_JNG_5995_UpdateEclipse</osgi-utils-version>
<karaf-features-version>2.0.2.20241126_010802_125d5050_feature_JNG_5995_UpdateEclipse</karaf-features-version>

<!--suppress UnresolvedMavenProperty -->
Expand Down

0 comments on commit 815112e

Please sign in to comment.