/[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 1921 by alfonx, Wed Mar 28 10:38:19 2012 UTC revision 2230 by alfonx, Thu Feb 14 17:43:14 2013 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 59  Line 66 
66                          <scope>compile</scope>                          <scope>compile</scope>
67                  </dependency>                  </dependency>
68    
69  <!--            <dependency> -->                  <!-- <dependency> -->
70  <!--                    <groupId>org.supercsv</groupId> -->                  <!-- <groupId>org.supercsv</groupId> -->
71  <!--                    <artifactId>supercsv</artifactId> -->                  <!-- <artifactId>supercsv</artifactId> -->
72  <!--                    <version>1.52</version> -->                  <!-- <version>1.52</version> -->
73  <!--            </dependency> -->                  <!-- </dependency> -->
74    
75                  <dependency>                  <dependency>
76                          <groupId>com.toedter</groupId>                          <groupId>com.toedter</groupId>
# Line 72  Line 79 
79                          <type>jar</type>                          <type>jar</type>
80                          <scope>compile</scope>                          <scope>compile</scope>
81                  </dependency>                  </dependency>
82                    
83                  <dependency>                  <dependency>
84                          <groupId>net.jini</groupId>                          <groupId>net.jini</groupId>
85                          <artifactId>jini-ext</artifactId>                          <artifactId>jini-ext</artifactId>
# Line 105  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>
                 <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>  
124    
125                  <pluginManagement>                  <pluginManagement>
126                          <plugins>                          <plugins>
127                                  <!--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
128                                            only. It has no influence on the Maven build itself. -->
129                                  <plugin>                                  <plugin>
130                                          <groupId>org.eclipse.m2e</groupId>                                          <groupId>org.eclipse.m2e</groupId>
131                                          <artifactId>lifecycle-mapping</artifactId>                                          <artifactId>lifecycle-mapping</artifactId>
# Line 158  Line 158 
158                                  </plugin>                                  </plugin>
159                          </plugins>                          </plugins>
160                  </pluginManagement>                  </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.1921  
changed lines
  Added in v.2230

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26