Skip to content

Commit

Permalink
INF-9 dbeaver-common added. Deps fixed. Root module added
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-rider committed Jan 27, 2024
1 parent fdba91b commit 184ba75
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion root/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

<properties>
<tycho-version>4.0.4</tycho-version>
<eclipse-version>2023-12</eclipse-version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -30,7 +31,7 @@
<repositories>
<repository>
<id>p2.jakarta</id>
<url>https://download.eclipse.org/releases/2023-12</url>
<url>https://download.eclipse.org/releases/${eclipse-version}</url>
<layout>p2</layout>
</repository>
</repositories>
Expand All @@ -43,6 +44,19 @@
<version>${tycho-version}</version>
<extensions>true</extensions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-packaging-plugin</artifactId>
<version>${tycho-version}</version>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<pomDependencies>consider</pomDependencies>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-compiler-plugin</artifactId>
Expand Down

0 comments on commit 184ba75

Please sign in to comment.