Skip to content

Instantly share code, notes, and snippets.

@jfut
Created August 16, 2014 06:22
Show Gist options
  • Save jfut/dbc60efc2b78ea098337 to your computer and use it in GitHub Desktop.
Save jfut/dbc60efc2b78ea098337 to your computer and use it in GitHub Desktop.
S2Mai: dependencies at 2014-08-16
...
<!-- S2Mai -->
<dependency>
<groupId>org.seasar.mai</groupId>
<artifactId>s2mai</artifactId>
<version>0.9.6</version>
<exclusions>
<exclusion>
<groupId>ozacc-mail</groupId>
<artifactId>ozacc-mail</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.seasar.mai</groupId>
<artifactId>s2mai-tiger</artifactId>
<version>0.9.6</version>
</dependency>
<dependency>
<groupId>jp.sourceforge.spring-ext</groupId>
<artifactId>ozacc-mail</artifactId>
<version>1.2.4</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<version>1.4.7</version>
</dependency>
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>2.3.20</version>
</dependency>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment