Skip to content

Commit

Permalink
Fix test dependencies after extracting exposed-dao module / #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tapac committed Oct 30, 2019
1 parent a8f8b20 commit 0a67e49
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
package org.jetbrains.exposed

import org.jetbrains.exposed.dao.EntityID
import org.jetbrains.exposed.dao.IntEntity
import org.jetbrains.exposed.dao.IntEntityClass
import org.jetbrains.exposed.dao.IntIdTable
import org.jetbrains.exposed.dao.*
import org.jetbrains.exposed.sql.*
import org.jetbrains.exposed.sql.statements.BatchDataInconsistentException
import org.jetbrains.exposed.sql.statements.BatchInsertStatement
Expand Down

0 comments on commit 0a67e49

Please sign in to comment.