Skip to content

Commit 31fa411

Browse files
committed
Update pom.xml and refactor database-related classes
Bumped the version of MYSQL-Api in pom.xml to 5.7.2. Refactored code for better readability and efficiency in Database.java, MYSQL.java, and other related classes. The modified queries used in the executeQuery() method of QueryHelper interface now return a list of results, addressing previous issues when more than one row was queried.
1 parent 158318b commit 31fa411

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -134,18 +134,6 @@
134134
<artifactId>mysql-connector-j</artifactId>
135135
<version>8.3.0</version>
136136
</dependency>
137-
<dependency>
138-
<groupId>org.mockito</groupId>
139-
<artifactId>mockito-core</artifactId>
140-
<version>5.10.0</version>
141-
<scope>test</scope>
142-
</dependency>
143-
<dependency>
144-
<groupId>org.junit.jupiter</groupId>
145-
<artifactId>junit-jupiter-api</artifactId>
146-
<version>5.10.2</version>
147-
<scope>test</scope>
148-
</dependency>
149137
<dependency>
150138
<groupId>io.sentry</groupId>
151139
<artifactId>sentry</artifactId>

0 commit comments

Comments
 (0)