Skip to content

Commit

Permalink
Merge pull request #692 from niveathika/master
Browse files Browse the repository at this point in the history
Bump snakeyaml dependency to 1.23
  • Loading branch information
mohanvive committed Aug 6, 2019
2 parents 3b13304 + 66acb70 commit 2243b67
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Expand Up @@ -109,7 +109,7 @@
<artifactId>libthrift</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.orbit.org.yaml</groupId>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</dependency>
<dependency>
Expand Down
Expand Up @@ -54,7 +54,7 @@
<artifactId>org.apache.commons.io</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.orbit.org.yaml</groupId>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</dependency>

Expand Down
Expand Up @@ -43,7 +43,7 @@
<artifactId>org.apache.commons.io</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.orbit.org.yaml</groupId>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</dependency>
<dependency>
Expand Down Expand Up @@ -88,7 +88,7 @@
<version>${apache.commons.io.version}</version>
</bundle>
<bundle>
<symbolicName>snakeyaml</symbolicName>
<symbolicName>org.yaml.snakeyaml</symbolicName>
<version>${org.snakeyaml.version}</version>
</bundle>
<bundle>
Expand Down
Expand Up @@ -74,7 +74,7 @@
<artifactId>org.apache.commons.io</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.orbit.org.yaml</groupId>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</dependency>
<dependency>
Expand Down Expand Up @@ -181,7 +181,7 @@
<version>${apache.commons.io.version}</version>
</bundle>
<bundle>
<symbolicName>snakeyaml</symbolicName>
<symbolicName>org.yaml.snakeyaml</symbolicName>
<version>${org.snakeyaml.version}</version>
</bundle>
<bundle>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -273,7 +273,7 @@
<version>${carbon.analytics.common.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.orbit.org.yaml</groupId>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>${org.snakeyaml.version}</version>
</dependency>
Expand Down Expand Up @@ -734,7 +734,7 @@
</equinox.simpleconfigurator.manipulator.version>
<equinox.util.version>1.0.500.v20130404-1337</equinox.util.version>
<org.eclipse.equinox.cm.version>1.1.0.v20131021-1936</org.eclipse.equinox.cm.version>
<org.snakeyaml.version>1.16.0.wso2v1</org.snakeyaml.version>
<org.snakeyaml.version>1.23</org.snakeyaml.version>
<org.wso2.eclipse.osgi.version>3.4.0.v20140312-2051</org.wso2.eclipse.osgi.version>

<!-- Maven plugins -->
Expand Down

0 comments on commit 2243b67

Please sign in to comment.