Skip to content

Commit

Permalink
JNG-5995 update eclipse (#37)
Browse files Browse the repository at this point in the history
* Versions updated

* Fixing dependencies

* Fixinf feature dependencies
  • Loading branch information
robertcsakany authored Dec 12, 2024
1 parent fa81a3d commit 21e4f91
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
15 changes: 9 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<osgi.version>6.0.0</osgi.version>
<osgi-ds.version>1.3.0</osgi-ds.version>

<lombok.version>1.18.22</lombok.version>
<lombok.version>1.18.34</lombok.version>
<slf4j.version>1.6.0</slf4j.version>

<findbugs.version>3.0.1</findbugs.version>
Expand All @@ -81,17 +81,18 @@

<revision>1.0.3-SNAPSHOT</revision>

<surefire-version>3.0.0-M7</surefire-version>
<surefire-version>3.5.1</surefire-version>
<!--suppress UnresolvedMavenProperty -->
<logback-test-config>${maven.multiModuleProjectDirectory}/logback-test.xml</logback-test-config>
<logback-version>1.5.12</logback-version>

<!-- Code Quality-->
<sonar-maven-plugin-version>3.9.1.2184</sonar-maven-plugin-version>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
<sonar.language>java</sonar.language>
<sonar.java.source>${java.version}</sonar.java.source>
<jacoco.version>0.8.8</jacoco.version>
<jacoco.version>0.8.12</jacoco.version>
</properties>

<dependencies>
Expand All @@ -104,7 +105,8 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>test</scope>
<version>${logback-version}</version>
<scope>provided</scope>
</dependency>

<!--
Expand Down Expand Up @@ -191,7 +193,8 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.11</version>
<version>${logback-version}</version>
<scope>provided</scope>
</dependency>

</dependencies>
Expand Down Expand Up @@ -337,7 +340,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.24</version>
<version>${lombok.version}</version>
</dependency>
</dependencies>
</plugin>
Expand Down
1 change: 1 addition & 0 deletions solr-osgi-feature/src/main/features/solr-osgi-feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@

<feature name="apache-commons" version="1.0.0" description="Apache Commons">
<feature>http</feature>
<feature>transaction-api</feature>
<bundle>mvn:commons-beanutils/commons-beanutils/1.9.2</bundle>
<bundle>mvn:commons-collections/commons-collections/3.2.2</bundle>
<bundle>mvn:commons-io/commons-io/2.6</bundle>
Expand Down

0 comments on commit 21e4f91

Please sign in to comment.