2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-22 10:10:12 +00:00

portal rely on mysql (#361)

This commit is contained in:
Rebecca Star 2018-11-19 17:41:58 -05:00 committed by GitHub
parent 9d58713f92
commit ad99525cdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -360,7 +360,7 @@ lazy val portal = (project in file("modules/portal")).enablePlugins(PlayScala, A
// change the name of the output to portal.zip // change the name of the output to portal.zip
packageName in Universal := "portal" packageName in Universal := "portal"
) )
.dependsOn(dynamodb) .dependsOn(dynamodb, mysql)
lazy val docSettings = Seq( lazy val docSettings = Seq(
git.remoteRepo := "https://github.com/vinyldns/vinyldns", git.remoteRepo := "https://github.com/vinyldns/vinyldns",