Skip to content

Commit

Permalink
Updated a few libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
rubendel committed Jan 23, 2017
1 parent f0ba4f5 commit 6a833c8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 15 deletions.
1 change: 0 additions & 1 deletion BimServer/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
Expand Down
26 changes: 13 additions & 13 deletions BimServer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,17 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
<version>1.7.14</version>
<version>1.7.22</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.3</version>
<version>1.3.2</version>
</dependency>
<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>javax.mail</artifactId>
<version>1.5.5</version>
<version>1.5.6</version>
</dependency>
<dependency>
<groupId>javax.websocket</groupId>
Expand All @@ -81,7 +81,7 @@
<dependency>
<groupId>com.rometools</groupId>
<artifactId>rome</artifactId>
<version>1.5.1</version>
<version>1.7.1</version>
</dependency>
<dependency>
<groupId>org.quartz-scheduler</groupId>
Expand All @@ -91,12 +91,12 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.1.3</version>
<version>1.1.9</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.1.3</version>
<version>1.1.9</version>
</dependency>
<dependency>
<groupId>org.opensourcebim</groupId>
Expand All @@ -106,7 +106,7 @@
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.2</version>
<version>20040616</version>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
Expand All @@ -116,7 +116,7 @@
<dependency>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
<version>1.3.7</version>
<version>1.3.8</version>
</dependency>
<dependency>
<groupId>com.thetransactioncompany</groupId>
Expand All @@ -131,7 +131,7 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-javascript</artifactId>
<version>3.1.6</version>
<version>3.1.9</version>
</dependency>
<dependency>
<groupId>org.apache.oltu.oauth2</groupId>
Expand All @@ -156,17 +156,17 @@
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
<version>2.0</version>
<version>2.1-m02</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-server</artifactId>
<version>2.22.2</version>
<version>2.26-b01</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-servlet</artifactId>
<version>2.22.2</version>
<version>2.26-b01</version>
</dependency>
<dependency>
<groupId>org.apache.oltu.oauth2</groupId>
Expand All @@ -176,7 +176,7 @@
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>bcf</artifactId>
<version>0.0.9</version>
<version>0.0.11</version>
</dependency>
</dependencies>
</project>
1 change: 0 additions & 1 deletion BimServerClientLib/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
Expand Down

0 comments on commit 6a833c8

Please sign in to comment.