59 |
<scope>compile</scope> |
<scope>compile</scope> |
60 |
</dependency> |
</dependency> |
61 |
|
|
62 |
<!-- <dependency> --> |
<!-- <dependency> --> |
63 |
<!-- <groupId>org.supercsv</groupId> --> |
<!-- <groupId>org.supercsv</groupId> --> |
64 |
<!-- <artifactId>supercsv</artifactId> --> |
<!-- <artifactId>supercsv</artifactId> --> |
65 |
<!-- <version>1.52</version> --> |
<!-- <version>1.52</version> --> |
66 |
<!-- </dependency> --> |
<!-- </dependency> --> |
67 |
|
|
68 |
<dependency> |
<dependency> |
69 |
<groupId>com.toedter</groupId> |
<groupId>com.toedter</groupId> |
72 |
<type>jar</type> |
<type>jar</type> |
73 |
<scope>compile</scope> |
<scope>compile</scope> |
74 |
</dependency> |
</dependency> |
75 |
|
|
76 |
<dependency> |
<dependency> |
77 |
<groupId>net.jini</groupId> |
<groupId>net.jini</groupId> |
78 |
<artifactId>jini-ext</artifactId> |
<artifactId>jini-ext</artifactId> |
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> |
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> |