/[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 1502 by alfonx, Thu Feb 17 13:27:28 2011 UTC revision 1782 by alfonx, Thu Nov 17 12:09:40 2011 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.5-SNAPSHOT</version>          <version>2.7-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.5-SNAPSHOT</version>                  <version>2.7-SNAPSHOT</version>
14                  <relativePath>../schmitzm-parent/pom.xml</relativePath>                  <relativePath>../schmitzm-parent/pom.xml</relativePath>
15          </parent>          </parent>
16    
# Line 25  Line 25 
25                          <type>jar</type>                          <type>jar</type>
26                          <scope>compile</scope>                          <scope>compile</scope>
27                  </dependency>                  </dependency>
28                    
29                  <dependency>                  <dependency>
30                          <groupId>javax.jnlp</groupId>                          <groupId>javax.jnlp</groupId>
31                          <artifactId>jnlp</artifactId>                          <artifactId>jnlp</artifactId>
# Line 43  Line 43 
43                  </dependency>                  </dependency>
44    
45                  <dependency>                  <dependency>
46                  <!-- NOT USE 2.0.1 for now... -->                          <!-- NOT USE 2.0.1 for now... -->
47                          <groupId>commons-io</groupId>                          <groupId>commons-io</groupId>
48                          <artifactId>commons-io</artifactId>                          <artifactId>commons-io</artifactId>
49                          <version>1.4</version>                          <version>1.4</version>
# Line 52  Line 52 
52                  </dependency>                  </dependency>
53    
54                  <dependency>                  <dependency>
55                            <groupId>org.supercsv</groupId>
56                            <artifactId>supercsv</artifactId>
57                            <version>1.52</version>
58                    </dependency>
59    
60                    <dependency>
61                          <groupId>com.miglayout</groupId>                          <groupId>com.miglayout</groupId>
62                          <artifactId>miglayout</artifactId>                          <artifactId>miglayout</artifactId>
63                          <version>3.7.4</version>                          <version>3.7.4</version>
64                          <classifier>swing</classifier>                          <classifier>swing</classifier>
65                          <scope>compile</scope>                          <scope>compile</scope>
66                  </dependency>                  </dependency>
67    
68                  <dependency>                  <dependency>
69                            <groupId>com.toedter</groupId>
70                            <artifactId>jcalendar</artifactId>
71                            <version>1.3.3</version>
72                            <type>jar</type>
73                            <scope>compile</scope>
74                    </dependency>
75    
76                    <dependency>
77                          <groupId>net.jini</groupId>                          <groupId>net.jini</groupId>
78                          <artifactId>jini-ext</artifactId>                          <artifactId>jini-ext</artifactId>
79                          <version>2.1</version>                          <version>2.1</version>
# Line 81  Line 95 
95                          <scope>compile</scope>                          <scope>compile</scope>
96                  </dependency>                  </dependency>
97    
98  <!--                  <!-- <dependency> <groupId>net.sourceforge.jexcelapi</groupId> <artifactId>jxl</artifactId>
99                            <version>2.6.12</version> <scope>test</scope> </dependency> <dependency>
100                            <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>3.7</version>
101                            <type>jar</type> <scope>test</scope> </dependency> -->
102                  <dependency>                  <dependency>
103                          <groupId>net.sourceforge.jexcelapi</groupId>                          <!-- Kommt in version 2.3 von gt-swing und sonst verwirren die zwei versionene
104                          <artifactId>jxl</artifactId>                                  den gp export -->
                         <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>  
 -->  
                 <dependency>  
 <!-- Kommt in version 2.3 von gt-swing und sonst verwirren die zwei versionene den gp export -->  
105                          <groupId>commons-lang</groupId>                          <groupId>commons-lang</groupId>
106                          <artifactId>commons-lang</artifactId>                          <artifactId>commons-lang</artifactId>
107                          <version>2.3</version>                          <version>2.3</version>
108  <!--                    <version>2.4</version>-->                          <!-- <version>2.4</version> -->
109                          <type>jar</type>                          <type>jar</type>
110                          <scope>compile</scope>                          <scope>compile</scope>
111                  </dependency>                  </dependency>
# Line 113  Line 116 
116                          <plugin>                          <plugin>
117                                  <groupId>org.apache.maven.plugins</groupId>                                  <groupId>org.apache.maven.plugins</groupId>
118                                  <artifactId>maven-compiler-plugin</artifactId>                                  <artifactId>maven-compiler-plugin</artifactId>
119                                  <version>2.2</version>                                  <version>2.3.2</version>
120                                  <configuration>                                  <configuration>
121                                          <source>1.6</source>                                          <source>1.6</source>
122                                          <target>1.6</target>                                          <target>1.6</target>
123                                          <excludes>                                          <excludes>
124                                                  <exclude>**/.svn</exclude>  ???                                                  <exclude>**/.svn</exclude>
125                                          </excludes>                                          </excludes>
126                                  </configuration>                                  </configuration>
127                          </plugin>                          </plugin>
128                  </plugins>                  </plugins>
129    
130          </build>          </build>
131            
132            
133          <profiles>          <profiles>
134                  <profile>                  <profile>
135                          <id>resourceOperationRemove</id>                          <id>resourceOperationRemove</id>
# Line 162  Line 165 
165                          </build>                          </build>
166                  </profile>                  </profile>
167          </profiles>          </profiles>
168            
169    
170  </project>  </project>

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26