Skip to content

Commit

Permalink
Using prerelesed Felix instead of snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
dmatej committed May 18, 2022
1 parent 32ab589 commit 98aa7a1
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 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.1.0-SNAPSHOT</version>
<version>7.0.4-omnifish-M1</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.framework</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.0.4-omnifish-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -1435,6 +1435,16 @@
</plugins>
</build>
</profile>
<profile>
<!-- Temporary solution to get prereleased Felix artifacts with fixes -->
<id>staging</id>
<repositories>
<repository>
<id>omnifish-github</id>
<url>https://maven.pkg.github.com/OmniFish-EE/maven-repo</url>
</repository>
</repositories>
</profile>
<profile>
<id>findbugs</id>
<activation>
Expand Down

0 comments on commit 98aa7a1

Please sign in to comment.