Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
Clean-up POM
Browse files Browse the repository at this point in the history
  • Loading branch information
vovtz committed Aug 7, 2019
1 parent bc5bd10 commit 73883ab
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@
</licenses>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jdk.version>1.7</jdk.version>
<wicket.version>6.18.0</wicket.version>
<jetty.version>7.6.18.v20150929</jetty.version>
<spring.version>4.1.4.RELEASE</spring.version>
<cxf.version>2.7.14</cxf.version>
<release.repo.url>http://sourceforge.net</release.repo.url>
<snapshot.repo.url>http://sourceforge.net</snapshot.repo.url>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<dependencies>
Expand Down Expand Up @@ -235,12 +235,12 @@
<version>1.3.1</version>
<scope>runtime</scope>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.oracle</groupId>-->
<!-- <artifactId>ojdbc7</artifactId>-->
<!-- <version>12.1.0.2</version>-->
<!-- <scope>runtime</scope>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>com.oracle</groupId>-->
<!-- <artifactId>ojdbc7</artifactId>-->
<!-- <version>12.1.0.2</version>-->
<!-- <scope>runtime</scope>-->
<!-- </dependency>-->
</dependencies>

<build>
Expand Down

0 comments on commit 73883ab

Please sign in to comment.