Skip to content

Commit

Permalink
Removes OSGI/Karaf support
Browse files Browse the repository at this point in the history
Closes #657
  • Loading branch information
jwaeab committed Sep 24, 2024
1 parent 9813664 commit 6f04320
Show file tree
Hide file tree
Showing 44 changed files with 5 additions and 4,574 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ jobs:
test_suite: 'compile com.mycila:license-maven-plugin:check pmd:pmd pmd:cpd pmd:check pmd:cpd-check javadoc:jar'
python: 3.6
java: 8
- name: "OSGi integration"
test_suite: 'install -P docker-integration-test,osgi-integration-tests -Dit.cassandra.version=3.0 -DskipUTs'
python: 3.6
java: 8
- name: "Standalone integration 3.0"
test_suite: 'verify -P docker-integration-test,standalone-integration-tests -Dit.cassandra.version=3.0 -DskipUTs'
python: 3.6
Expand Down Expand Up @@ -100,9 +96,7 @@ jobs:
fail_ci_if_error: false
files: >
./rest/target/site/jacoco/jacoco.xml,
./core.osgi/target/site/jacoco/jacoco.xml,
./application/target/site/jacoco/jacoco.xml,
./osgi-integration/target/site/jacoco/jacoco.xml,
./core/target/site/jacoco/jacoco.xml,
./fm.impl/target/site/jacoco/jacoco.xml,
./connection/target/site/jacoco/jacoco.xml
7 changes: 1 addition & 6 deletions connection.impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,10 @@
</dependency>

<!-- OSGi -->
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.component.annotations</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.metatype.annotations</artifactId>
<artifactId>org.osgi.service.component.annotations</artifactId>
<scope>provided</scope>
</dependency>

Expand Down

This file was deleted.

This file was deleted.

135 changes: 0 additions & 135 deletions core.osgi/pom.xml

This file was deleted.

Loading

0 comments on commit 6f04320

Please sign in to comment.