Skip to content

Commit 02dcac7

Browse files
committed
fix derby dep for mvn
1 parent a364742 commit 02dcac7

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

opengrok-indexer/pom.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,6 @@ Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved.
117117
<classpathPrefix>lib/</classpathPrefix>
118118
</manifest>
119119
<manifestEntries>
120-
<!--
121-
We don't include Derby yet, but set
122-
up the classpath so that it's found
123-
at runtime if it's installed.
124-
-->
125-
<Class-Path>lib/derbyclient.jar lib/derby.jar</Class-Path>
126120
</manifestEntries>
127121
</archive>
128122
</configuration>
@@ -296,17 +290,6 @@ Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved.
296290
<artifactId>junit</artifactId>
297291
<scope>test</scope>
298292
</dependency>
299-
<dependency>
300-
<groupId>org.apache.derby</groupId>
301-
<artifactId>derby</artifactId>
302-
<scope>test</scope>
303-
</dependency>
304-
<!-- <dependency>
305-
<groupId>org.apache.derby</groupId>
306-
<artifactId>derbyclient</artifactId>
307-
<scope>run</scope>
308-
</dependency>
309-
-->
310293

311294
</dependencies>
312295

0 commit comments

Comments
 (0)