Skip to content

Commit

Permalink
updated ivy
Browse files Browse the repository at this point in the history
  • Loading branch information
cjayswal committed Sep 16, 2021
1 parent ce9f836 commit 52f3238
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="src"/>
<classpathentry excluding="img/|resources/|scenarios/|test-results/" kind="src" path="test"/>
<classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=qaf-support-openapi&amp;ivyXmlPath=ivy.xml&amp;confs=*"/>
<classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=qaf-support-openapi&amp;ivyXmlPath=ivy.xml&amp;confs=*&amp;ivySettingsPath=file%3A%2F%24%7Bproject_loc%7D%2F..%2Fivysettings-ide.xml&amp;loadSettingsOnDemand=false&amp;ivyUserDir=&amp;propertyFiles="/>
<classpathentry kind="output" path="bin"/>
</classpath>
62 changes: 31 additions & 31 deletions ivy.xml
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for additional
information regarding copyright ownership. The ASF licenses this file to
you under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of
the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
by applicable law or agreed to in writing, software distributed under the
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
OF ANY KIND, either express or implied. See the License for the specific
language governing permissions and limitations under the License. -->
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.qmetry" module="qaf-support-openapi" status="release" revision="${release.num}" />
<configurations>
<conf name="compile" description="Libraries needed for compilation" />
<conf name="runtime" description="Libraries only needed at runtime" extends="compile" />
<conf name="test" description="Libraries only needed for testing" extends="runtime" />
<conf name="provided" description="Needed for compile, but will be present on the target platform."/>
</configurations>
<dependencies>
<dependency org="com.qmetry" name="qaf" rev="latest.integration" conf="compile->*"/>
<dependency org="io.swagger.parser.v3" name="swagger-parser" rev="2.0.16" conf="compile->default"/>
<!-- <dependency org="ch.qos.logback" name="logback-classic" rev="1.2.3" conf="compile->default"/> -->
<dependency org="com.atlassian.oai" name="swagger-request-validator-core" rev="2.8.3" conf="compile->default"/>
<dependency org="com.qmetry" name="qaf-support-ws" rev="latest.integration" conf="compile->*"/>
<dependency org="org.hamcrest" name="hamcrest-core" rev="latest.integration" conf="compile->default" />
<dependency org="org.hamcrest" name="hamcrest-library" rev="latest.integration" conf="compile->default" />
</dependencies>
</ivy-module>
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for additional
information regarding copyright ownership. The ASF licenses this file to
you under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of
the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
by applicable law or agreed to in writing, software distributed under the
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
OF ANY KIND, either express or implied. See the License for the specific
language governing permissions and limitations under the License. -->
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.qmetry" module="qaf-support-openapi" status="release" revision="${release.num}" />
<configurations>
<conf name="compile" description="Libraries needed for compilation" />
<conf name="runtime" description="Libraries only needed at runtime" extends="compile" />
<conf name="test" description="Libraries only needed for testing" extends="runtime" />
<conf name="provided" description="Needed for compile, but will be present on the target platform."/>
</configurations>
<dependencies>
<dependency org="com.qmetry" name="qaf" rev="${release.num}" conf="compile->default"/>
<dependency org="io.swagger.parser.v3" name="swagger-parser" rev="2.0.16" conf="compile->default"/>
<!-- <dependency org="ch.qos.logback" name="logback-classic" rev="1.2.3" conf="compile->default"/> -->
<dependency org="com.atlassian.oai" name="swagger-request-validator-core" rev="2.8.3" conf="compile->default"/>
<dependency org="com.qmetry" name="qaf-support-ws" rev="${release.num}" conf="compile->*"/>
<dependency org="org.hamcrest" name="hamcrest-core" rev="latest.integration" conf="compile->default" />
<dependency org="org.hamcrest" name="hamcrest-library" rev="latest.integration" conf="compile->default" />
</dependencies>
</ivy-module>

0 comments on commit 52f3238

Please sign in to comment.