/[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 2156 by alfonx, Sat Dec 8 22:09:55 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 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>
# Line 125  Line 138 
138    
139                  <pluginManagement>                  <pluginManagement>
140                          <plugins>                          <plugins>
141                                  <!--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
142                                            only. It has no influence on the Maven build itself. -->
143                                  <plugin>                                  <plugin>
144                                          <groupId>org.eclipse.m2e</groupId>                                          <groupId>org.eclipse.m2e</groupId>
145                                          <artifactId>lifecycle-mapping</artifactId>                                          <artifactId>lifecycle-mapping</artifactId>
# Line 158  Line 172 
172                                  </plugin>                                  </plugin>
173                          </plugins>                          </plugins>
174                  </pluginManagement>                  </pluginManagement>
175    
176    
177          </build>          </build>
178    
179            <repositories>
180                    <repository>
181                            <id>eaio.com</id>
182                            <url>http://eaio.com/maven2</url>
183                    </repository>
184            </repositories>
185    
186          <profiles>          <profiles>
187                  <profile>                  <profile>

Legend:
Removed from v.1921  
changed lines
  Added in v.2156

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26