Skip to content

Instantly share code, notes, and snippets.

@bakharzy
Created February 28, 2015 20:25
Show Gist options
  • Save bakharzy/96ceb8773576b0e6ab58 to your computer and use it in GitHub Desktop.
Save bakharzy/96ceb8773576b0e6ab58 to your computer and use it in GitHub Desktop.

Revisions

  1. bakharzy created this gist Feb 28, 2015.
    17 changes: 17 additions & 0 deletions gistfile1.xml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    <dependencies>
    <dependency>
    <groupId>com.elexcode</groupId>
    <artifactId>emailServiceLibrary</artifactId>
    <version>1.0-SNAPSHOT</version>
    </dependency>
    </dependencies>
    <repositories>
    <repository>
    <id>EmailSrv-maven-repo-mvn-repo</id>
    <url>https://raw.github.com/bakharzy/EmailSrv-maven-repo/mvn-repo/</url>
    <snapshots>
    <enabled>true</enabled>
    <updatePolicy>always</updatePolicy>
    </snapshots>
    </repository>
    </repositories>