File tree Expand file tree Collapse file tree 8 files changed +10
-13
lines changed
main/scala/it/agilelab/dataplatformshaper/domain/service/interpreter
test/scala/it/agilelab/dataplatformshaper/domain
uservice/src/test/scala/it/agilelab/dataplatformshaper/uservice/api Expand file tree Collapse file tree 8 files changed +10
-13
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import it.agilelab.dataplatformshaper.domain.knowledgegraph.KnowledgeGraph
9
9
import it .agilelab .dataplatformshaper .domain .model .NS .*
10
10
import it .agilelab .dataplatformshaper .domain .model .schema .*
11
11
import it .agilelab .dataplatformshaper .domain .model .{* , given }
12
- import it .agilelab .dataplatformshaper .domain .service .ManagementServiceError .*
13
12
import it .agilelab .dataplatformshaper .domain .service .{
14
13
InstanceManagementService ,
15
14
ManagementServiceError ,
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ import it.agilelab.dataplatformshaper.domain.model.schema.{
18
18
validateMappingTuple
19
19
}
20
20
import it .agilelab .dataplatformshaper .domain .model .{* , given }
21
- import it .agilelab .dataplatformshaper .domain .service .ManagementServiceError .*
22
21
import it .agilelab .dataplatformshaper .domain .service .{
23
22
InstanceManagementService ,
24
23
ManagementServiceError ,
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import it.agilelab.dataplatformshaper.domain.common.EitherTLogging.traceT
7
7
import it .agilelab .dataplatformshaper .domain .knowledgegraph .KnowledgeGraph
8
8
import it .agilelab .dataplatformshaper .domain .model .NS .{L1 , ns }
9
9
import it .agilelab .dataplatformshaper .domain .model .{* , given }
10
- import it .agilelab .dataplatformshaper .domain .service .ManagementServiceError .*
11
10
import it .agilelab .dataplatformshaper .domain .service .{
12
11
ManagementServiceError ,
13
12
TraitManagementService
Original file line number Diff line number Diff line change @@ -2,9 +2,12 @@ package it.agilelab.dataplatformshaper.domain
2
2
3
3
import io .circe .*
4
4
import io .circe .parser .*
5
- import it .agilelab .dataplatformshaper .domain .model .schema .DynamicTuple
6
5
import it .agilelab .dataplatformshaper .domain .model .schema .Mode .*
7
- import it .agilelab .dataplatformshaper .domain .model .schema .{* , given }
6
+ import it .agilelab .dataplatformshaper .domain .model .schema .{
7
+ DynamicTuple ,
8
+ * ,
9
+ given
10
+ }
8
11
import org .scalatest .flatspec .AnyFlatSpec
9
12
import org .scalatest .matchers .should .Matchers
10
13
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import it.agilelab.dataplatformshaper.domain.model.*
12
12
import it .agilelab .dataplatformshaper .domain .model .Relationship .hasPart
13
13
import it .agilelab .dataplatformshaper .domain .model .schema .*
14
14
import it .agilelab .dataplatformshaper .domain .service .ManagementServiceError
15
- import it .agilelab .dataplatformshaper .domain .service .ManagementServiceError .*
16
15
import it .agilelab .dataplatformshaper .domain .service .interpreter .{
17
16
InstanceManagementServiceInterpreter ,
18
17
TraitManagementServiceInterpreter ,
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ object Versions {
16
16
lazy val circeYamlVersion = " 1.15.0"
17
17
lazy val calciteVersion = " 1.37.0"
18
18
lazy val scalaLogging = " 3.9.5"
19
- lazy val logbackVersion = " 1.5.6 "
19
+ lazy val logbackVersion = " 1.5.7 "
20
20
lazy val scalatestVersion = " 3.2.19"
21
21
lazy val testContainersVersion = " 1.20.1"
22
22
}
Original file line number Diff line number Diff line change @@ -4,17 +4,17 @@ ThisBuild / libraryDependencySchemes ++= Seq(
4
4
5
5
addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.12.1" )
6
6
7
- addSbtPlugin(" org.typelevel" % " sbt-tpolecat" % " 0.5.1 " )
7
+ addSbtPlugin(" org.typelevel" % " sbt-tpolecat" % " 0.5.2 " )
8
8
9
9
addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.12.0" )
10
10
11
- addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.1.0 " )
11
+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.1.1 " )
12
12
13
13
addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.6.4" )
14
14
15
15
addSbtPlugin(" com.eed3si9n" % " sbt-assembly" % " 2.2.0" )
16
16
17
- addSbtPlugin(" com.github.sbt" % " sbt-native-packager" % " 1.10.0 " )
17
+ addSbtPlugin(" com.github.sbt" % " sbt-native-packager" % " 1.10.4 " )
18
18
19
19
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.2" )
20
20
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ import it.agilelab.dataplatformshaper.domain.knowledgegraph.interpreter.{
16
16
import it .agilelab .dataplatformshaper .domain .model .EntityType
17
17
import it .agilelab .dataplatformshaper .uservice .definitions .Mode .members .Required
18
18
import it .agilelab .dataplatformshaper .uservice .{
19
- BulkCreationYamlResponse ,
20
19
Client ,
21
20
CreateEntityByYamlResponse ,
22
21
CreateEntityResponse ,
@@ -35,8 +34,7 @@ import it.agilelab.dataplatformshaper.uservice.{
35
34
UnlinkEntityResponse ,
36
35
UnlinkTraitResponse ,
37
36
UpdateEntityByYamlResponse ,
38
- UpdateEntityResponse ,
39
- UpdateTypeConstraintsResponse
37
+ UpdateEntityResponse
40
38
}
41
39
import it .agilelab .dataplatformshaper .uservice .definitions .{
42
40
AttributeTypeName ,
You can’t perform that action at this time.
0 commit comments