Skip to content

Commit

Permalink
IM-475 Fix Maven build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
iperdomo committed Nov 12, 2024
1 parent 0a9c7f4 commit de2811e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 23 deletions.
16 changes: 1 addition & 15 deletions klab.core.common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,10 @@
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
</dependency>
<dependency>
<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
Expand Down Expand Up @@ -120,12 +112,6 @@
<version>5.10.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.tyrus.bundles</groupId>
<artifactId>tyrus-standalone-client</artifactId>
Expand Down Expand Up @@ -179,4 +165,4 @@
</dependency>
</dependencies>

</project>
</project>
3 changes: 2 additions & 1 deletion klab.services.runtime.server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring-boot.version}</version>
</plugin>
<plugin>
<groupId>org.integratedmodelling</groupId>
Expand Down Expand Up @@ -104,4 +105,4 @@
<version>1.1.1</version>
</dependency>
</dependencies>
</project>
</project>
8 changes: 1 addition & 7 deletions klab.services.runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@
<configuration>
<source>21</source>
<target>21</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<annotationProcessorPaths>
<path>
<groupId>com.github.therapi</groupId>
Expand Down Expand Up @@ -159,4 +153,4 @@
<!-- </repository>-->
<!-- </repositories>-->

</project>
</project>

0 comments on commit de2811e

Please sign in to comment.