Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #109 from davco01a/latest
Browse files Browse the repository at this point in the history
0.6.0 Support for conversion to Stacks and multi versioning
  • Loading branch information
tseelbach authored Feb 6, 2020
2 parents 31686e9 + a6550a6 commit f3a4129
Show file tree
Hide file tree
Showing 6 changed files with 1,327 additions and 1,031 deletions.
19 changes: 16 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,32 @@
<package.file>${project.build.directory}/${project.artifactId}-${project.version}.zip</package.file>
<packaging.type>usr</packaging.type>
</properties>
<repositories>
<repository>
<id>oss.sonatype.org-snapshot</id>
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
<releases><enabled>false</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</repository>
</repositories>

<dependencies>
<!-- https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api -->
<dependency>
<groupId>io.kabanero</groupId>
<artifactId>operator-java-bindings</artifactId>
<version>0.6.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.1</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.3.6</version>
</dependency>
<artifactId>httpclient</artifactId>
<version>4.3.6</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml -->
<dependency>
<groupId>com.ibm.websphere.appserver.api</groupId>
Expand Down
Loading

0 comments on commit f3a4129

Please sign in to comment.