/[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 1813 by mojays, Mon Jan 9 15:24:14 2012 UTC revision 2050 by keeb, Thu Jun 7 10:40:15 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 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 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 109  Line 105 
105                          <type>jar</type>                          <type>jar</type>
106                          <scope>compile</scope>                          <scope>compile</scope>
107                  </dependency>                  </dependency>
108                    <dependency>
109                            <groupId>org.apache.solr</groupId>
110                            <artifactId>solr-core</artifactId>
111                            <version>3.6.0</version>
112                    </dependency>
113    
114          </dependencies>          </dependencies>
115    
116          <build>          <build>
# Line 129  Line 131 
131    
132                  <pluginManagement>                  <pluginManagement>
133                          <plugins>                          <plugins>
134                                  <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->                                  <!--This plugin's configuration is used to store Eclipse m2e settings
135                                            only. It has no influence on the Maven build itself. -->
136                                  <plugin>                                  <plugin>
137                                          <groupId>org.eclipse.m2e</groupId>                                          <groupId>org.eclipse.m2e</groupId>
138                                          <artifactId>lifecycle-mapping</artifactId>                                          <artifactId>lifecycle-mapping</artifactId>

Legend:
Removed from v.1813  
changed lines
  Added in v.2050

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26