Skip to content

Commit

Permalink
Styles for client
Browse files Browse the repository at this point in the history
  • Loading branch information
tifoha committed Oct 21, 2015
1 parent 16afaf2 commit 3fcf089
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions ivis-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<!--<spring-framework.version>4.1.5.RELEASE</spring-framework.version>-->
<spring-security.version>4.0.1.RELEASE</spring-security.version>
<hibernate.version>4.3.10.Final</hibernate.version>
<!--<hibernate.version>3.6.10.Final</hibernate.version>-->
</properties>
<!--Spring OAuth2-->
<dependencies>
Expand Down
1 change: 1 addition & 0 deletions ivis-server/build.log
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@

process-webapp-sources:
[copy] Copying 17 files to /home/vitaly/IdeaProjects/iVIS/ivis-server/target/ivis-server/WEB-INF
4 changes: 2 additions & 2 deletions ivis-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<!--<spring-framework.version>4.1.5.RELEASE</spring-framework.version>-->
<spring-security.version>3.2.5.RELEASE</spring-security.version>
<!--<spring-security.version>4.0.1.RELEASE</spring-security.version>-->
<!--<hibernate.version>4.3.10.Final</hibernate.version>-->
<!--<spring-framework.version>4.0.3.RELEASE</spring-framework.version>-->
<hibernate.version>4.3.10.Final</hibernate.version>
<!--<hibernate.version>3.6.10.Final</hibernate.version>-->
<org.aspectj-version>1.7.4</org.aspectj-version>
<org.slf4j-version>1.7.5</org.slf4j-version>
<build.webapp.dir>${project.build.directory}/${project.artifactId}</build.webapp.dir>
Expand Down Expand Up @@ -181,7 +181,7 @@
</dependency>
<dependency>
<groupId>org.hibernate.javax.persistence</groupId>
<artifactId>hibernate-jpa-2.0-api</artifactId>
<artifactId>hibernate-jpa-2.1-api</artifactId>
<version>1.0.0.Final</version>
</dependency>

Expand Down

0 comments on commit 3fcf089

Please sign in to comment.