/[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 2156 by alfonx, Sat Dec 8 22:09:55 2012 UTC
# Line 4  Line 4 
4    
5          <groupId>de.schmitzm</groupId>          <groupId>de.schmitzm</groupId>
6          <artifactId>schmitzm-core</artifactId>          <artifactId>schmitzm-core</artifactId>
7          <version>2.7-SNAPSHOT</version>          <version>2.8-SNAPSHOT</version>
8          <packaging>jar</packaging>          <packaging>jar</packaging>
9    
10          <parent>          <parent>
11                  <groupId>de.schmitzm</groupId>                  <groupId>de.schmitzm</groupId>
12                  <artifactId>schmitzm-parent</artifactId>                  <artifactId>schmitzm-parent</artifactId>
13                  <version>2.7-SNAPSHOT</version>                  <version>2.8-SNAPSHOT</version>
14                  <relativePath>../schmitzm-parent/pom.xml</relativePath>                  <relativePath>../schmitzm-parent/pom.xml</relativePath>
15          </parent>          </parent>
16    
# Line 18  Line 18 
18          <url>http://maven.apache.org</url>          <url>http://maven.apache.org</url>
19    
20          <dependencies>          <dependencies>
21    
22                    <dependency>
23                            <groupId>com.eaio.stringsearch</groupId>
24                            <artifactId>stringsearch</artifactId>
25                            <version>2</version>
26                    </dependency>
27                    
28                  <dependency>                  <dependency>
29                          <groupId>javax.media</groupId>                          <groupId>javax.media</groupId>
30                          <artifactId>jai_core</artifactId>                          <artifactId>jai_core</artifactId>
# Line 52  Line 59 
59                  </dependency>                  </dependency>
60    
61                  <dependency>                  <dependency>
                         <groupId>org.supercsv</groupId>  
                         <artifactId>supercsv</artifactId>  
                         <version>1.52</version>  
                 </dependency>  
   
                 <dependency>  
62                          <groupId>com.miglayout</groupId>                          <groupId>com.miglayout</groupId>
63                          <artifactId>miglayout</artifactId>                          <artifactId>miglayout</artifactId>
64                          <version>3.7.4</version>                          <version>3.7.4</version>
# Line 65  Line 66 
66                          <scope>compile</scope>                          <scope>compile</scope>
67                  </dependency>                  </dependency>
68    
69                    <!-- <dependency> -->
70                    <!-- <groupId>org.supercsv</groupId> -->
71                    <!-- <artifactId>supercsv</artifactId> -->
72                    <!-- <version>1.52</version> -->
73                    <!-- </dependency> -->
74    
75                  <dependency>                  <dependency>
76                          <groupId>com.toedter</groupId>                          <groupId>com.toedter</groupId>
77                          <artifactId>jcalendar</artifactId>                          <artifactId>jcalendar</artifactId>
# Line 95  Line 102 
102                          <scope>compile</scope>                          <scope>compile</scope>
103                  </dependency>                  </dependency>
104    
                 <!-- <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> -->  
105                  <dependency>                  <dependency>
106                          <!-- 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
107                                  den gp export -->                                  den gp export -->
# Line 109  Line 112 
112                          <type>jar</type>                          <type>jar</type>
113                          <scope>compile</scope>                          <scope>compile</scope>
114                  </dependency>                  </dependency>
115                    <dependency>
116                            <groupId>org.apache.solr</groupId>
117                            <artifactId>solr-core</artifactId>
118                            <version>3.6.0</version>
119                    </dependency>
120    
121          </dependencies>          </dependencies>
122    
123          <build>          <build>
# Line 127  Line 136 
136                          </plugin>                          </plugin>
137                  </plugins>                  </plugins>
138    
139                    <pluginManagement>
140                            <plugins>
141                                    <!--This plugin's configuration is used to store Eclipse m2e settings
142                                            only. It has no influence on the Maven build itself. -->
143                                    <plugin>
144                                            <groupId>org.eclipse.m2e</groupId>
145                                            <artifactId>lifecycle-mapping</artifactId>
146                                            <version>1.0.0</version>
147                                            <configuration>
148                                                    <lifecycleMappingMetadata>
149                                                            <pluginExecutions>
150                                                                    <pluginExecution>
151                                                                            <pluginExecutionFilter>
152                                                                                    <groupId>
153                                                                                            org.codehaus.mojo
154                                                                                    </groupId>
155                                                                                    <artifactId>
156                                                                                            exec-maven-plugin
157                                                                                    </artifactId>
158                                                                                    <versionRange>
159                                                                                            [1.2,)
160                                                                                    </versionRange>
161                                                                                    <goals>
162                                                                                            <goal>java</goal>
163                                                                                    </goals>
164                                                                            </pluginExecutionFilter>
165                                                                            <action>
166                                                                                    <ignore></ignore>
167                                                                            </action>
168                                                                    </pluginExecution>
169                                                            </pluginExecutions>
170                                                    </lifecycleMappingMetadata>
171                                            </configuration>
172                                    </plugin>
173                            </plugins>
174                    </pluginManagement>
175    
176    
177          </build>          </build>
178    
179            <repositories>
180                    <repository>
181                            <id>eaio.com</id>
182                            <url>http://eaio.com/maven2</url>
183                    </repository>
184            </repositories>
185    
186          <profiles>          <profiles>
187                  <profile>                  <profile>

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26