/[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 2241 by alfonx, Sat Feb 23 16:07:56 2013 UTC
# Line 2  Line 2 
2          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3          <modelVersion>4.0.0</modelVersion>          <modelVersion>4.0.0</modelVersion>
4    
         <groupId>de.schmitzm</groupId>  
5          <artifactId>schmitzm-core</artifactId>          <artifactId>schmitzm-core</artifactId>
         <version>2.7-SNAPSHOT</version>  
6          <packaging>jar</packaging>          <packaging>jar</packaging>
7    
8          <parent>          <parent>
9                  <groupId>de.schmitzm</groupId>                  <groupId>de.schmitzm</groupId>
10                  <artifactId>schmitzm-parent</artifactId>                  <artifactId>schmitzm-parent</artifactId>
11                  <version>2.7-SNAPSHOT</version>                  <version>2.8-SNAPSHOT</version>
12                  <relativePath>../schmitzm-parent/pom.xml</relativePath>                  <relativePath>../schmitzm-parent/pom.xml</relativePath>
13          </parent>          </parent>
14    
# Line 18  Line 16 
16          <url>http://maven.apache.org</url>          <url>http://maven.apache.org</url>
17    
18          <dependencies>          <dependencies>
19    
20                    <dependency>
21                            <groupId>com.eaio.stringsearch</groupId>
22                            <artifactId>stringsearch</artifactId>
23                            <version>2</version>
24                    </dependency>
25    
26                  <dependency>                  <dependency>
27                          <groupId>javax.media</groupId>                          <groupId>javax.media</groupId>
28                          <artifactId>jai_core</artifactId>                          <artifactId>jai_core</artifactId>
# Line 52  Line 57 
57                  </dependency>                  </dependency>
58    
59                  <dependency>                  <dependency>
                         <groupId>org.supercsv</groupId>  
                         <artifactId>supercsv</artifactId>  
                         <version>1.52</version>  
                 </dependency>  
   
                 <dependency>  
60                          <groupId>com.miglayout</groupId>                          <groupId>com.miglayout</groupId>
61                          <artifactId>miglayout</artifactId>                          <artifactId>miglayout</artifactId>
62                          <version>3.7.4</version>                          <version>3.7.4</version>
# Line 65  Line 64 
64                          <scope>compile</scope>                          <scope>compile</scope>
65                  </dependency>                  </dependency>
66    
67                    <!-- <dependency> -->
68                    <!-- <groupId>org.supercsv</groupId> -->
69                    <!-- <artifactId>supercsv</artifactId> -->
70                    <!-- <version>1.52</version> -->
71                    <!-- </dependency> -->
72    
73                  <dependency>                  <dependency>
74                          <groupId>com.toedter</groupId>                          <groupId>com.toedter</groupId>
75                          <artifactId>jcalendar</artifactId>                          <artifactId>jcalendar</artifactId>
# Line 95  Line 100 
100                          <scope>compile</scope>                          <scope>compile</scope>
101                  </dependency>                  </dependency>
102    
                 <!-- <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> -->  
103                  <dependency>                  <dependency>
104                          <!-- 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
105                                  den gp export -->                                  den gp export -->
106                          <groupId>commons-lang</groupId>                          <groupId>commons-lang</groupId>
107                          <artifactId>commons-lang</artifactId>                          <artifactId>commons-lang</artifactId>
108                          <version>2.3</version>                          <version>2.6</version>
109                          <!-- <version>2.4</version> -->                          <!-- <version>2.4</version> -->
110                          <type>jar</type>                          <type>jar</type>
111                          <scope>compile</scope>                          <scope>compile</scope>
112                  </dependency>                  </dependency>
113    
114                    <dependency>
115                            <artifactId>solr-core</artifactId>
116                            <groupId>org.apache.solr</groupId>
117                            <version>4.1.0</version>
118                            <type>jar</type>
119                    </dependency>
120    
121          </dependencies>          </dependencies>
122    
123          <build>          <build>
124                  <plugins>  
125                          <plugin>                  <pluginManagement>
126                                  <groupId>org.apache.maven.plugins</groupId>                          <plugins>
127                                  <artifactId>maven-compiler-plugin</artifactId>                                  <!--This plugin's configuration is used to store Eclipse m2e settings
128                                  <version>2.3.2</version>                                          only. It has no influence on the Maven build itself. -->
129                                  <configuration>                                  <plugin>
130                                          <source>1.6</source>                                          <groupId>org.eclipse.m2e</groupId>
131                                          <target>1.6</target>                                          <artifactId>lifecycle-mapping</artifactId>
132                                          <excludes>                                          <version>1.0.0</version>
133                                                  <exclude>**/.svn</exclude>                                          <configuration>
134                                          </excludes>                                                  <lifecycleMappingMetadata>
135                                  </configuration>                                                          <pluginExecutions>
136                          </plugin>                                                                  <pluginExecution>
137                  </plugins>                                                                          <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    
162    
163          </build>          </build>
164    
165            <repositories>
166                    <repository>
167                            <id>eaio.com</id>
168                            <url>http://eaio.com/maven2</url>
169                    </repository>
170            </repositories>
171    
172          <profiles>          <profiles>
173                  <profile>                  <profile>

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26