/[schmitzm]/trunk/schmitzm-core/pom.xml
ViewVC logotype

Diff of /trunk/schmitzm-core/pom.xml

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

revision 1782 by alfonx, Thu Nov 17 12:09:40 2011 UTC revision 1921 by alfonx, Wed Mar 28 10:38:19 2012 UTC
# Line 52  Line 52 
52                  </dependency>                  </dependency>
53    
54                  <dependency>                  <dependency>
                         <groupId>org.supercsv</groupId>  
                         <artifactId>supercsv</artifactId>  
                         <version>1.52</version>  
                 </dependency>  
   
                 <dependency>  
55                          <groupId>com.miglayout</groupId>                          <groupId>com.miglayout</groupId>
56                          <artifactId>miglayout</artifactId>                          <artifactId>miglayout</artifactId>
57                          <version>3.7.4</version>                          <version>3.7.4</version>
# Line 65  Line 59 
59                          <scope>compile</scope>                          <scope>compile</scope>
60                  </dependency>                  </dependency>
61    
62    <!--            <dependency> -->
63    <!--                    <groupId>org.supercsv</groupId> -->
64    <!--                    <artifactId>supercsv</artifactId> -->
65    <!--                    <version>1.52</version> -->
66    <!--            </dependency> -->
67    
68                  <dependency>                  <dependency>
69                          <groupId>com.toedter</groupId>                          <groupId>com.toedter</groupId>
70                          <artifactId>jcalendar</artifactId>                          <artifactId>jcalendar</artifactId>
# Line 72  Line 72 
72                          <type>jar</type>                          <type>jar</type>
73                          <scope>compile</scope>                          <scope>compile</scope>
74                  </dependency>                  </dependency>
75                    
76                  <dependency>                  <dependency>
77                          <groupId>net.jini</groupId>                          <groupId>net.jini</groupId>
78                          <artifactId>jini-ext</artifactId>                          <artifactId>jini-ext</artifactId>
# Line 95  Line 95 
95                          <scope>compile</scope>                          <scope>compile</scope>
96                  </dependency>                  </dependency>
97    
                 <!-- <dependency> <groupId>net.sourceforge.jexcelapi</groupId> <artifactId>jxl</artifactId>  
                         <version>2.6.12</version> <scope>test</scope> </dependency> <dependency>  
                         <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>3.7</version>  
                         <type>jar</type> <scope>test</scope> </dependency> -->  
98                  <dependency>                  <dependency>
99                          <!-- Kommt in version 2.3 von gt-swing und sonst verwirren die zwei versionene                          <!-- Kommt in version 2.3 von gt-swing und sonst verwirren die zwei versionene
100                                  den gp export -->                                  den gp export -->
# Line 127  Line 123 
123                          </plugin>                          </plugin>
124                  </plugins>                  </plugins>
125    
126                    <pluginManagement>
127                            <plugins>
128                                    <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
129                                    <plugin>
130                                            <groupId>org.eclipse.m2e</groupId>
131                                            <artifactId>lifecycle-mapping</artifactId>
132                                            <version>1.0.0</version>
133                                            <configuration>
134                                                    <lifecycleMappingMetadata>
135                                                            <pluginExecutions>
136                                                                    <pluginExecution>
137                                                                            <pluginExecutionFilter>
138                                                                                    <groupId>
139                                                                                            org.codehaus.mojo
140                                                                                    </groupId>
141                                                                                    <artifactId>
142                                                                                            exec-maven-plugin
143                                                                                    </artifactId>
144                                                                                    <versionRange>
145                                                                                            [1.2,)
146                                                                                    </versionRange>
147                                                                                    <goals>
148                                                                                            <goal>java</goal>
149                                                                                    </goals>
150                                                                            </pluginExecutionFilter>
151                                                                            <action>
152                                                                                    <ignore></ignore>
153                                                                            </action>
154                                                                    </pluginExecution>
155                                                            </pluginExecutions>
156                                                    </lifecycleMappingMetadata>
157                                            </configuration>
158                                    </plugin>
159                            </plugins>
160                    </pluginManagement>
161          </build>          </build>
162    
163    

Legend:
Removed from v.1782  
changed lines
  Added in v.1921

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26