Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
Signed-off-by: Jan N. Klug <[email protected]>
  • Loading branch information
J-N-K committed Jul 26, 2023
1 parent ae00109 commit 0e1a67a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/maven-build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

BUILD_LOG=build.log

ARGUMENTS="clean verify -B -T 1.5C -U"
ARGUMENTS="clean verify -e -B -T 1.5C -U"
if [ $# -ge 1 ]; then
ARGUMENTS=$@
fi
Expand Down
7 changes: 0 additions & 7 deletions bundles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,13 +184,6 @@
</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

0 comments on commit 0e1a67a

Please sign in to comment.