2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-09-05 08:45:11 +00:00

High Value Domains (#376)

disallow changes in configured high value domains
This commit is contained in:
Nima Eskandary
2018-12-21 11:48:22 -05:00
committed by Rebecca Star
parent 03b37366a5
commit 941bc7f1ea
29 changed files with 624 additions and 41 deletions

View File

@@ -15,6 +15,7 @@ object Dependencies {
lazy val playV = "2.6.19"
lazy val awsV = "1.11.423"
lazy val jaxbV = "2.3.0"
lazy val ip4sV = "1.1.1"
lazy val apiDependencies = Seq(
"com.typesafe.akka" %% "akka-http" % akkaHttpV,
@@ -45,7 +46,9 @@ object Dependencies {
"io.prometheus" % "simpleclient_common" % prometheusV,
"com.typesafe" % "config" % configV,
"org.typelevel" %% "cats-effect" % catsEffectV,
"com.47deg" %% "github4s" % "0.18.6"
"com.47deg" %% "github4s" % "0.18.6",
"com.comcast" %% "ip4s-core" % ip4sV,
"com.comcast" %% "ip4s-cats" % ip4sV
)
lazy val coreDependencies = Seq(