You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -125,17 +125,17 @@ limitations under the License.
125
125
</includes>
126
126
</resource>
127
127
</resources>
128
-
</configuration>
129
-
</execution>
128
+
</configuration>
129
+
</execution>
130
130
</executions>
131
131
</plugin>
132
132
<plugin>
133
133
<groupId>org.apache.maven.plugins</groupId>
134
134
<artifactId>maven-compiler-plugin</artifactId>
135
135
<version>2.5.1</version>
136
136
<configuration>
137
-
<source>1.7</source>
138
-
<target>1.7</target>
137
+
<source>1.8</source>
138
+
<target>1.8</target>
139
139
</configuration>
140
140
</plugin>
141
141
<plugin>
@@ -175,8 +175,8 @@ limitations under the License.
175
175
<!-- We can't exclude org.apache.lucene:* because gitblit uses also lucene-memory and lucene-highlighter, which apparently are not in the Gerrit API -->
176
176
<exclude>org.apache.lucene:lucene-core</exclude><!-- In Gerrit API. GitBlit 4.6.0, Gerrit 5.3.0 -->
177
177
<exclude>org.apache.lucene:lucene-analyzers-commons</exclude><!-- In Gerrit API. GitBlit 4.6.0, Gerrit 5.3.0 -->
178
-
<exclude>org.apache.lucene:lucene-queries</exclude><!-- In Gerrit API. -->
179
-
<exclude>org.apache.lucene:lucene-queryparser</exclude><!-- In Gerrit API. GitBlit 4.6.0, Gerrit 5.3.0 -->
178
+
<exclude>org.apache.lucene:lucene-queries</exclude><!-- In Gerrit API. -->
179
+
<exclude>org.apache.lucene:lucene-queryparser</exclude><!-- In Gerrit API. GitBlit 4.6.0, Gerrit 5.3.0 -->
180
180
<exclude>commons-codec:commons-codec</exclude><!-- In Gerrit API. GitBlit 1.7, Gerrit 1.4 -->
181
181
<exclude>org.tukaani:*</exclude><!-- In Gerrit API. GitBlit 1.0, Gerrit 1.4 -->
182
182
<exclude>com.toedter:*</exclude><!-- Used only in GitBlit client, which doesn't run -->
@@ -233,7 +233,7 @@ limitations under the License.
0 commit comments