Skip to content

Commit

Permalink
Using released Felix instead of temporary prerelease by OmniFish
Browse files Browse the repository at this point in the history
  • Loading branch information
dmatej committed Jun 3, 2022
1 parent b1f4fbb commit 43edcc1
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions nucleus/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -466,12 +466,12 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.main</artifactId>
<version>7.0.4-omnifish-M2</version>
<version>7.0.5</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.framework</artifactId>
<version>7.0.4-omnifish-M2</version>
<version>7.0.5</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -1435,16 +1435,6 @@
</plugins>
</build>
</profile>
<profile>
<!-- Temporary solution to get prereleased Felix artifacts with fixes -->
<id>staging</id>
<repositories>
<repository>
<id>omnifish-prereleases</id>
<url>https://omnifish.jfrog.io/artifactory/prereleases</url>
</repository>
</repositories>
</profile>
<profile>
<id>findbugs</id>
<activation>
Expand Down

0 comments on commit 43edcc1

Please sign in to comment.