File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 5959 <scope >test</scope >
6060 </dependency >
6161 <dependency >
62- <groupId >junit</groupId >
63- <artifactId >junit</artifactId >
64- <version >4.13 </version >
62+ <groupId >org. junit.jupiter </groupId >
63+ <artifactId >junit-jupiter </artifactId >
64+ <version >5.10.0 </version >
6565 <scope >test</scope >
6666 </dependency >
6767 <dependency >
Original file line number Diff line number Diff line change 88import org .hibernate .boot .MetadataSources ;
99import org .hibernate .Session ;
1010import org .hibernate .SessionFactory ;
11- import org .junit .Test ;
11+ import org .junit .jupiter . api . Test ;
1212
1313public class HibernateTest {
1414 @ Test
Original file line number Diff line number Diff line change 33import java .sql .*;
44import com .pgvector .PGvector ;
55import org .postgresql .PGConnection ;
6- import org .junit .Test ;
6+ import org .junit .jupiter . api . Test ;
77
88public class JDBCJavaTest {
99 @ Test
Original file line number Diff line number Diff line change 66import com .pgvector .PGvector ;
77import org .springframework .jdbc .core .JdbcTemplate ;
88import org .springframework .jdbc .datasource .DriverManagerDataSource ;
9- import org .junit .Test ;
9+ import org .junit .jupiter . api . Test ;
1010
1111public class SpringJDBCTest {
1212 @ Test
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package com.pgvector
33import java.sql.*
44import com.pgvector.PGvector
55import org.postgresql.PGConnection
6- import org.junit.Test
6+ import org.junit.jupiter.api. Test
77
88public class JDBCKotlinTest {
99 @Test
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package com.pgvector
22
33import java .sql .DriverManager
44import com .pgvector .PGvector
5- import org .junit .Test
5+ import org .junit .jupiter . api . Test
66
77class JDBCScalaTest {
88 @ Test
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import scala.concurrent.duration._
55import scala .concurrent .ExecutionContext .Implicits .global
66import slick .jdbc .PostgresProfile .api ._
77import com .pgvector .PGvector
8- import org .junit .Test
8+ import org .junit .jupiter . api . Test
99
1010class Items (tag : Tag ) extends Table [(String )](tag, " slick_items" ) {
1111 def embedding = column[String ](" embedding" , O .SqlType (" vector(3)" ))
You can’t perform that action at this time.
0 commit comments