All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.sitebricks.cloud.mix.PostgresMix Maven / Gradle / Ivy

The newest version!
package com.google.sitebricks.cloud.mix;

import java.util.Map;
import java.util.Set;

/**
 * @author [email protected] (Dhanji R. Prasanna)
 */
class PostgresMix implements Mix {
  @Override
  public void mix(Map properties, Set deps) {
    deps.add(new MavenDependency("postgresql", "postgresql", "9.1-901-1.jdbc4"));
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy