mirror of
https://github.com/VinylDNS/vinyldns
synced 2025-08-31 14:25:30 +00:00
portal rely on mysql (#361)
This commit is contained in:
@@ -360,7 +360,7 @@ lazy val portal = (project in file("modules/portal")).enablePlugins(PlayScala, A
|
||||
// change the name of the output to portal.zip
|
||||
packageName in Universal := "portal"
|
||||
)
|
||||
.dependsOn(dynamodb)
|
||||
.dependsOn(dynamodb, mysql)
|
||||
|
||||
lazy val docSettings = Seq(
|
||||
git.remoteRepo := "https://github.com/vinyldns/vinyldns",
|
||||
|
Reference in New Issue
Block a user