114 |
<artifactId>slf4j-log4j12</artifactId> |
<artifactId>slf4j-log4j12</artifactId> |
115 |
<version>1.7.2</version> |
<version>1.7.2</version> |
116 |
</dependency> |
</dependency> |
117 |
|
|
118 |
</dependencies> |
</dependencies> |
119 |
|
|
120 |
<build> |
<build> |
123 |
<plugin> |
<plugin> |
124 |
<groupId>org.apache.maven.plugins</groupId> |
<groupId>org.apache.maven.plugins</groupId> |
125 |
<artifactId>maven-jar-plugin</artifactId> |
<artifactId>maven-jar-plugin</artifactId> |
126 |
<version>2.3.2</version> |
<version>2.4</version> |
127 |
|
<configuration> |
128 |
|
<archive> |
129 |
|
<!-- http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/no_redeploy.html --> |
130 |
|
<manifestEntries> |
131 |
|
<Security>all-permissions</Security> |
132 |
|
<Codebase>*</Codebase> |
133 |
|
</manifestEntries> |
134 |
|
</archive> |
135 |
|
</configuration> |
136 |
<executions> |
<executions> |
137 |
<execution> |
<execution> |
138 |
<goals> |
<goals> |