Skip to content

Commit

Permalink
Update some components
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Apr 5, 2018
1 parent ea6ab01 commit 05e9268
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
10 changes: 10 additions & 0 deletions client/zanata-maven-plugin/pom.xml
Expand Up @@ -40,6 +40,16 @@
</prerequisites>
<inceptionYear>2010</inceptionYear>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
<version>0.1.54</version>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down
14 changes: 13 additions & 1 deletion parent/pom.xml
Expand Up @@ -1470,7 +1470,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
<version>3.0.4</version>
<version>3.3.9</version>
</dependency>
<dependency>
<groupId>com.pyx4j</groupId>
Expand Down Expand Up @@ -1529,6 +1529,18 @@
<version>2.4</version>
</dependency>

<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>2.7.2</version>
</dependency>

<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.11.0</version>
</dependency>

<dependency>
<!-- New group Id -->
<groupId>com.io7m.xom</groupId>
Expand Down

0 comments on commit 05e9268

Please sign in to comment.