Skip to content

Commit

Permalink
Merge pull request openhab#91 from dvanherbergen/build-fix
Browse files Browse the repository at this point in the history
Update openhab-aggregate-kar to use karaf 4.0.4.
  • Loading branch information
kaikreuzer committed Jan 17, 2016
2 parents 2191faf + 0b20448 commit bfd3edd
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions features/openhab-aggregate-kar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
<plugin>
<groupId>org.apache.karaf.tooling</groupId>
<artifactId>karaf-maven-plugin</artifactId>
<version>${dep.karaf.version}</version>
<!-- TODO: temporary solution as long as main karaf dep <= 4.0.4 -->
<version>4.0.4</version>
<extensions>true</extensions>
<configuration>
<startLevel>80</startLevel>
Expand All @@ -45,13 +46,4 @@
</plugins>
</build>

<pluginRepositories>
<pluginRepository>
<!-- TODO: temporary solution as long as karaf-maven-plugin <= 4.0.3 -->
<id>apache-snapshots</id>
<name>Apache Snapshot Repository</name>
<url>https://repository.apache.org/content/groups/snapshots</url>
</pluginRepository>
</pluginRepositories>

</project>

0 comments on commit bfd3edd

Please sign in to comment.