/[projects]/dao/DaoAdresseService/pom.xml
ViewVC logotype

Diff of /dao/DaoAdresseService/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2634 by torben, Mon Jul 20 12:00:18 2015 UTC revision 2768 by torben, Wed Nov 4 22:10:59 2015 UTC
# Line 30  Line 30 
30            <!-- be strict regarding warnings -->            <!-- be strict regarding warnings -->
31            <compilerArguments>            <compilerArguments>
32              <Werror />              <Werror />
33              <Xlint:all />              <!-- <Xlint:all />-->
34            </compilerArguments>            </compilerArguments>
35    
36          </configuration>          </configuration>
# Line 105  Line 105 
105          <version>3.0.0</version>          <version>3.0.0</version>
106        </plugin>        </plugin>
107      </plugins>      </plugins>
108        <pluginManagement>
109            <plugins>
110                    <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
111                    <plugin>
112                            <groupId>org.eclipse.m2e</groupId>
113                            <artifactId>lifecycle-mapping</artifactId>
114                            <version>1.0.0</version>
115                            <configuration>
116                                    <lifecycleMappingMetadata>
117                                            <pluginExecutions>
118                                                    <pluginExecution>
119                                                            <pluginExecutionFilter>
120                                                                    <groupId>
121                                                                            com.google.code.maven-svn-revision-number-plugin
122                                                                    </groupId>
123                                                                    <artifactId>
124                                                                            svn-revision-number-maven-plugin
125                                                                    </artifactId>
126                                                                    <versionRange>[1.13,)</versionRange>
127                                                                    <goals>
128                                                                            <goal>revision</goal>
129                                                                    </goals>
130                                                            </pluginExecutionFilter>
131                                                            <action>
132                                                                    <ignore></ignore>
133                                                            </action>
134                                                    </pluginExecution>
135                                            </pluginExecutions>
136                                    </lifecycleMappingMetadata>
137                            </configuration>
138                    </plugin>
139            </plugins>
140        </pluginManagement>
141    </build>    </build>
142    
143    <dependencies>    <dependencies>
# Line 160  Line 193 
193        <artifactId>jcabi-manifests</artifactId>        <artifactId>jcabi-manifests</artifactId>
194        <version>1.1</version>        <version>1.1</version>
195      </dependency>      </dependency>
196        
197        <dependency>
198              <groupId>com.sun.mail</groupId>
199              <artifactId>javax.mail</artifactId>
200              <version>1.4.5</version>
201        </dependency>
202        
203        
204        <!--  webjars -->
205        <dependency>
206          <groupId>org.webjars</groupId>
207          <artifactId>jquery</artifactId>
208          <version>2.1.4</version>
209            </dependency>
210            <dependency>
211          <groupId>org.webjars</groupId>
212          <artifactId>bootstrap</artifactId>
213          <version>3.3.5</version>
214        </dependency>
215        <dependency>
216          <groupId>org.webjars</groupId>
217          <artifactId>chartjs</artifactId>
218          <version>1.0.2</version>
219        </dependency>
220        
221        <!--  test dependencies -->
222      <dependency>      <dependency>
223        <groupId>junit</groupId>        <groupId>junit</groupId>
224        <artifactId>junit</artifactId>        <artifactId>junit</artifactId>

Legend:
Removed from v.2634  
changed lines
  Added in v.2768

  ViewVC Help
Powered by ViewVC 1.1.20