/[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 2252 by alfonx, Sun Feb 24 20:10:35 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>                  <dependency>
21                          <groupId>javax.media</groupId>                          <groupId>javax.media</groupId>
22                          <artifactId>jai_core</artifactId>                          <artifactId>jai_core</artifactId>
# Line 52  Line 51 
51                  </dependency>                  </dependency>
52    
53                  <dependency>                  <dependency>
                         <groupId>org.supercsv</groupId>  
                         <artifactId>supercsv</artifactId>  
                         <version>1.52</version>  
                 </dependency>  
   
                 <dependency>  
54                          <groupId>com.miglayout</groupId>                          <groupId>com.miglayout</groupId>
55                          <artifactId>miglayout</artifactId>                          <artifactId>miglayout</artifactId>
56                          <version>3.7.4</version>                          <version>3.7.4</version>
# Line 65  Line 58 
58                          <scope>compile</scope>                          <scope>compile</scope>
59                  </dependency>                  </dependency>
60    
61                    <!-- <dependency> -->
62                    <!-- <groupId>org.supercsv</groupId> -->
63                    <!-- <artifactId>supercsv</artifactId> -->
64                    <!-- <version>1.52</version> -->
65                    <!-- </dependency> -->
66    
67                  <dependency>                  <dependency>
68                          <groupId>com.toedter</groupId>                          <groupId>com.toedter</groupId>
69                          <artifactId>jcalendar</artifactId>                          <artifactId>jcalendar</artifactId>
# Line 95  Line 94 
94                          <scope>compile</scope>                          <scope>compile</scope>
95                  </dependency>                  </dependency>
96    
                 <!-- <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> -->  
97                  <dependency>                  <dependency>
98                          <!-- 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
99                                  den gp export -->                                  den gp export -->
100                          <groupId>commons-lang</groupId>                          <groupId>commons-lang</groupId>
101                          <artifactId>commons-lang</artifactId>                          <artifactId>commons-lang</artifactId>
102                          <version>2.3</version>                          <version>2.6</version>
103                          <!-- <version>2.4</version> -->                          <!-- <version>2.4</version> -->
104                          <type>jar</type>                          <type>jar</type>
105                          <scope>compile</scope>                          <scope>compile</scope>
106                  </dependency>                  </dependency>
107    
108          </dependencies>          </dependencies>
109    
110          <build>          <build>
                 <plugins>  
                         <plugin>  
                                 <groupId>org.apache.maven.plugins</groupId>  
                                 <artifactId>maven-compiler-plugin</artifactId>  
                                 <version>2.3.2</version>  
                                 <configuration>  
                                         <source>1.6</source>  
                                         <target>1.6</target>  
                                         <excludes>  
                                                 <exclude>**/.svn</exclude>  
                                         </excludes>  
                                 </configuration>  
                         </plugin>  
                 </plugins>  
111    
112          </build>                  <pluginManagement>
113                            <plugins>
114                                    <!--This plugin's configuration is used to store Eclipse m2e settings
115                                            only. It has no influence on the Maven build itself. -->
116                                    <plugin>
117                                            <groupId>org.eclipse.m2e</groupId>
118                                            <artifactId>lifecycle-mapping</artifactId>
119                                            <version>1.0.0</version>
120                                            <configuration>
121                                                    <lifecycleMappingMetadata>
122                                                            <pluginExecutions>
123                                                                    <pluginExecution>
124                                                                            <pluginExecutionFilter>
125                                                                                    <groupId>
126                                                                                            org.codehaus.mojo
127                                                                                    </groupId>
128                                                                                    <artifactId>
129                                                                                            exec-maven-plugin
130                                                                                    </artifactId>
131                                                                                    <versionRange>
132                                                                                            [1.2,)
133                                                                                    </versionRange>
134                                                                                    <goals>
135                                                                                            <goal>java</goal>
136                                                                                    </goals>
137                                                                            </pluginExecutionFilter>
138                                                                            <action>
139                                                                                    <ignore></ignore>
140                                                                            </action>
141                                                                    </pluginExecution>
142                                                            </pluginExecutions>
143                                                    </lifecycleMappingMetadata>
144                                            </configuration>
145                                    </plugin>
146                            </plugins>
147                    </pluginManagement>
148    
149    
150            </build>
151    
152          <profiles>          <profiles>
153                  <profile>                  <profile>
154                          <id>resourceOperationRemove</id>                          <id>resourceOperationRemove</id>

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26