Skip to content

Commit

Permalink
improvements to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tassiovirginio committed Oct 28, 2023
1 parent 793ad5c commit d4df455
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 51 deletions.
37 changes: 3 additions & 34 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>br.ufba.jnose</groupId>
<artifactId>jnose-core</artifactId>
<packaging>jar</packaging>
<version>0.8.1</version>
<version>0.8.2</version>
<name>jnose-core</name>
<description></description>
<licenses>
Expand All @@ -19,59 +19,28 @@
</licenses>

<properties>
<slf4j.version>1.7.25</slf4j.version>
<junit.version>4.13.1</junit.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<github.global.server>github</github.global.server>
</properties>

<dependencies>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4j.version}</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>junit</groupId>-->
<!-- <artifactId>junit</artifactId>-->
<!-- <version>${junit.version}</version>-->
<!-- <scope>test</scope>-->
<!-- </dependency>-->

<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.10.0</version>
<scope>test</scope>
</dependency>

<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-migrationsupport -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-migrationsupport</artifactId>
<version>5.10.0</version>
<scope>test</scope>
</dependency>


<dependency>
<groupId>com.github.javaparser</groupId>
<artifactId>javaparser-core</artifactId>
<version>3.3.5</version>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.11</version>
</dependency>

</dependencies>
<build>
<resources>
Expand Down Expand Up @@ -113,8 +82,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>21</source>
<target>21</target>
<encoding>UTF-8</encoding>
<showWarnings>true</showWarnings>
<showDeprecation>true</showDeprecation>
Expand Down
5 changes: 0 additions & 5 deletions src/main/java/br/ufba/jnose/dto/Block.java

This file was deleted.

4 changes: 0 additions & 4 deletions src/main/java/br/ufba/jnose/dto/Lines.java

This file was deleted.

4 changes: 0 additions & 4 deletions src/main/java/br/ufba/jnose/dto/Range.java

This file was deleted.

4 changes: 0 additions & 4 deletions src/main/java/br/ufba/jnose/dto/Result.java

This file was deleted.

0 comments on commit d4df455

Please sign in to comment.