mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-29 04:57:48 +01:00
Revert "add scala"
This reverts commit 375925b800c1e844d0c0dcbd541281b5f0340332.
This commit is contained in:
@@ -32,10 +32,6 @@
|
|||||||
<quarkus.platform.version>3.15.2</quarkus.platform.version>
|
<quarkus.platform.version>3.15.2</quarkus.platform.version>
|
||||||
<surefire-plugin.version>3.5.2</surefire-plugin.version>
|
<surefire-plugin.version>3.5.2</surefire-plugin.version>
|
||||||
<dhfs.native-libs-dir>${project.parent.build.outputDirectory}/native</dhfs.native-libs-dir>
|
<dhfs.native-libs-dir>${project.parent.build.outputDirectory}/native</dhfs.native-libs-dir>
|
||||||
<jvm.args>
|
|
||||||
--add-exports java.base/sun.nio.ch=ALL-UNNAMED
|
|
||||||
--add-exports java.base/jdk.internal.access=ALL-UNNAMED
|
|
||||||
</jvm.args>
|
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
@@ -82,58 +78,11 @@
|
|||||||
<artifactId>commons-collections4</artifactId>
|
<artifactId>commons-collections4</artifactId>
|
||||||
<version>4.5.0-M2</version>
|
<version>4.5.0-M2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>io.quarkiverse.scala</groupId>
|
|
||||||
<artifactId>quarkus-scala3</artifactId>
|
|
||||||
<version>1.0.0</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.scala-lang</groupId>
|
|
||||||
<artifactId>scala3-library_3</artifactId>
|
|
||||||
<version>3.6.2</version>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
|
||||||
<groupId>net.alchim31.maven</groupId>
|
|
||||||
<artifactId>scala-maven-plugin</artifactId>
|
|
||||||
<version>4.9.2</version>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<id>scala-compile-first</id>
|
|
||||||
<phase>process-resources</phase>
|
|
||||||
<goals>
|
|
||||||
<goal>add-source</goal>
|
|
||||||
<goal>compile</goal>
|
|
||||||
</goals>
|
|
||||||
</execution>
|
|
||||||
<execution>
|
|
||||||
<id>scala-test-compile</id>
|
|
||||||
<phase>process-test-resources</phase>
|
|
||||||
<goals>
|
|
||||||
<goal>add-source</goal>
|
|
||||||
<goal>testCompile</goal>
|
|
||||||
</goals>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
<configuration>
|
|
||||||
<compileOrder>JavaThenScala</compileOrder>
|
|
||||||
<!-- Some solid defaults, change if you like -->
|
|
||||||
<args>
|
|
||||||
<arg>-deprecated</arg>
|
|
||||||
<arg>-explain</arg>
|
|
||||||
<arg>-feature</arg>
|
|
||||||
<arg>-Ysafe-init</arg>
|
|
||||||
</args>
|
|
||||||
<addJavacArgs>
|
|
||||||
--add-exports
|
|
||||||
java.base/jdk.internal.access=ALL-UNNAMED
|
|
||||||
</addJavacArgs>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>${quarkus.platform.group-id}</groupId>
|
<groupId>${quarkus.platform.group-id}</groupId>
|
||||||
<artifactId>quarkus-maven-plugin</artifactId>
|
<artifactId>quarkus-maven-plugin</artifactId>
|
||||||
|
|||||||
@@ -151,14 +151,6 @@
|
|||||||
<artifactId>utils</artifactId>
|
<artifactId>utils</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>io.quarkiverse.scala</groupId>
|
|
||||||
<artifactId>quarkus-scala3</artifactId>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.scala-lang</groupId>
|
|
||||||
<artifactId>scala3-library_3</artifactId>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|||||||
Reference in New Issue
Block a user